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