toggle menu
Android-IMLibCore-SDK
5.26.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
AppSettings
App
Settings
io.rong.imlib
public
class
AppSettings
Members
Constructors
App
Settings
Link copied to clipboard
io.rong.imlib
public
void
AppSettings
(
)
public
void
AppSettings
(
boolean isSpeechToTextEnable
,
int messageModifiableMinutes
)
Properties
is
Speech
To
Text
Enable
Link copied to clipboard
io.rong.imlib
public
final
boolean
isSpeechToTextEnable
语音转文字功能是否开启。 默认值为 false,表示关闭状态。
message
Modifiable
Minutes
Link copied to clipboard
io.rong.imlib
public
final
int
messageModifiableMinutes
消息可编辑的有效时间,单位:分钟。
Functions
get
Message
Modifiable
Minutes
Link copied to clipboard
io.rong.imlib
public
int
getMessageModifiableMinutes
(
)
is
Speech
To
Text
Enable
Link copied to clipboard
io.rong.imlib
public
boolean
isSpeechToTextEnable
(
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)