Providers
@objc(ZDKChatProviders)
public final class Providers : NSObject
ZDKChatProviders is a grouping of all the providers that allow you to, setup for push notifications,
handle session updates, handle connection state, and interact with the APIs in other ways.
-
Declaration
Swift
@objc public let accountProvider: AccountProvider -
Declaration
Swift
@objc public let connectionProvider: ConnectionProvider -
Declaration
Swift
@objc public let profileProvider: ProfileProvider -
Declaration
Swift
@objc public let pushNotificationsProvider: PushNotificationsProvider -
Declaration
Swift
@objc public let chatProvider: ChatProvider -
Declaration
Swift
@objc public let settingsProvider: SettingsProvider
Install in Dash
Providers Class Reference