toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.utils.text
/
ChatUIDateUtils
Chat
UIDate
Utils
public
class
ChatUIDateUtils
Members
Constructors
Chat
UIDate
Utils
Link copied to clipboard
public
void
ChatUIDateUtils
(
)
Functions
format
Date
Link copied to clipboard
public
static
String
formatDate
(
Context context
,
Date
date
,
String
fromat
)
get
Conversation
Format
Date
Link copied to clipboard
public
static
String
getConversationFormatDate
(
long dateMillis
,
Context context
)
get
Conversation
List
Format
Date
Link copied to clipboard
public
static
String
getConversationListFormatDate
(
long dateMillis
,
Context context
)
is
Show
Chat
Time
Link copied to clipboard
public
static
boolean
isShowChatTime
(
Context context
,
long currentTime
,
long preTime
,
int interval
)
is
Time24Hour
Link copied to clipboard
public
static
boolean
isTime24Hour
(
Context context
)
judge
Date
Link copied to clipboard
public
static
int
judgeDate
(
Context context
,
Date
date
)
preload
Date
Formats
Link copied to clipboard
public
static
void
preloadDateFormats
(
Context context
)
Preloads commonly used date formatters to avoid ANR caused by first-time creation on the main thread.