-
-
Field Summary
Fields Modifier and Type Field Description private final ChatNavigatornavigatorprivate final ChatMarkdownmarkdown
-
Constructor Summary
Constructors Constructor Description ChatImpl(ChatFonts chatFonts, ChatStrings chatStrings, ChatNavigationHandler navigationHandler, UrlSigner urlSigner, ChatMarkdown markdown, String apiKey, Context context, boolean offlineEnabled, ChatNotificationHandler chatNotificationHandler, ChatLogLevel chatLogLevel, ChatLoggerHandler chatLoggerHandler, FileUploader fileUploader)
-
Method Summary
Modifier and Type Method Description ChatStringsgetStrings()UrlSignerurlSigner()ChatFontsgetFonts()StringgetVersion()voidsetUser(User user, String userToken, InitConnectionListener callbacks)voiddisconnect()ChatNavigatorgetNavigator()ChatMarkdowngetMarkdown()-
Methods inherited from class com.getstream.sdk.chat.Chat
disconnect, getCurrentUser, getFonts, getInstance, getMarkdown, getNavigator, getOnlineStatus, getStrings, getUnreadChannels, getUnreadMessages, getVersion, instance, setUser, urlSigner -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChatImpl
ChatImpl(ChatFonts chatFonts, ChatStrings chatStrings, ChatNavigationHandler navigationHandler, UrlSigner urlSigner, ChatMarkdown markdown, String apiKey, Context context, boolean offlineEnabled, ChatNotificationHandler chatNotificationHandler, ChatLogLevel chatLogLevel, ChatLoggerHandler chatLoggerHandler, FileUploader fileUploader)
-
-
Method Detail
-
getStrings
@NotNull() ChatStrings getStrings()
-
getVersion
@NotNull() String getVersion()
-
disconnect
void disconnect()
-
getNavigator
@NotNull() ChatNavigator getNavigator()
-
getMarkdown
@NotNull() ChatMarkdown getMarkdown()
-
-
-
-