Package io.rong.imlib.model
Class AppSettings
-
- All Implemented Interfaces:
public class AppSettings
-
-
Field Summary
Fields Modifier and Type Field Description public final boolean
isSpeechToTextEnable
-
Constructor Summary
Constructors Constructor Description AppSettings()
AppSettings(boolean isSpeechToTextEnable)
-
Method Summary
Modifier and Type Method Description boolean
isSpeechToTextEnable()
String
toString()
-
-
Method Detail
-
isSpeechToTextEnable
boolean isSpeechToTextEnable()
-
toString
String toString()
-
-
-
-