Package zendesk.chat
Interface Providers
-
public interface Providers
All 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 AccountProvider
accountProvider()
Returns a provider to access account information.ChatProvider
chatProvider()
Returns a provider to access and modify the chat state.ConnectionProvider
connectionProvider()
Returns a provider to access and control state of the connection.ProfileProvider
profileProvider()
Returns a provider to access and control visitor profile information.PushNotificationsProvider
pushNotificationsProvider()
Returns a provider to interact with push notifications.SettingsProvider
settingsProvider()
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.
-
-