Package zendesk.chat
Class ChatEngine
- java.lang.Object
 - 
- ObservableEngine
 - 
- zendesk.chat.ChatEngine
 
 
 
- 
public class ChatEngine extends ObservableEngineImplementation of an engine that connects Messaging SDK with ChatProviders. 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static ChatEngineengine()Returns the chat engine to be used in the Messaging SDK.voidupdate(Update update) 
 - 
 
- 
- 
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 
ChatEngineornullif Chat SDK has not been initialized. - See Also:
 Chat.init(Context, String)
 
- 
update
public void update(Update update)
 
 - 
 
 -