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