Package zendesk.chat
Interface Providers
- 
public interface ProvidersAll available providers within Zendesk Chat SDK. A provider is a high-level abstraction to interact with a certain feature of the SDK.- See Also:
 Chat.providers()
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description AccountProvideraccountProvider()Returns a provider to access account information.ChatProviderchatProvider()Returns a provider to access and modify the chat state.ConnectionProviderconnectionProvider()Returns a provider to access and control state of the connection.ProfileProviderprofileProvider()Returns a provider to access and control visitor profile information.PushNotificationsProviderpushNotificationsProvider()Returns a provider to interact with push notifications.SettingsProvidersettingsProvider()Returns a provider to access server-driven settings. 
 - 
 
- 
- 
Method Detail
- 
chatProvider
ChatProvider chatProvider()
Returns a provider to access and modify the chat state. 
- 
connectionProvider
ConnectionProvider connectionProvider()
Returns a provider to access and control state of the connection. 
- 
profileProvider
ProfileProvider profileProvider()
Returns a provider to access and control visitor profile information. 
- 
pushNotificationsProvider
PushNotificationsProvider pushNotificationsProvider()
Returns a provider to interact with push notifications. 
- 
settingsProvider
SettingsProvider settingsProvider()
Returns a provider to access server-driven settings. 
- 
accountProvider
AccountProvider accountProvider()
Returns a provider to access account information. 
 - 
 
 -