Package zendesk.chat
Class ChatEngine
- java.lang.Object
-
- ObservableEngine
-
- zendesk.chat.ChatEngine
-
public class ChatEngine extends ObservableEngine
Implementation of an engine that connects Messaging SDK with ChatProviders.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ChatEngine
engine()
Returns the chat engine to be used in the Messaging SDK.
-
-
-
Method Detail
-
engine
public static ChatEngine engine()
Returns the chat engine to be used in the Messaging SDK.Important: Make sure to call
Chat.init(Context, String)
first in order to initialize the Chat SDK.- Returns:
- An instance of
ChatEngine
ornull
if Chat SDK has not been initialized. - See Also:
Chat.init(Context, String)
-
-