Classes
- Messaging
- MessagingFactoryParameters
-
The set of parameters to be provided to MessagingFactory
createMessaging
to create an instance ofMessaging
. - MessagingSettings
- DispatchEvent
-
A wrapper class for a block that takes
ZendeskEvent
type and returnsVoid
. - Zendesk
-
The entry point to execute SDK actions. To obtain an instance use
Zendesk.initialize(channelKey:completionHandler:)
.
Structures
- ColorTheme
Enumerations
- URLSource
-
An enum representing the source of actioned
URL
. - InitializationPhase
- ZendeskEvent
-
The set of events that can be emitted from Zendesk SDK.
- ZDKZendeskEvent
-
The set of events that can be emitted from Zendesk SDK.
Protocols
- MessagingDelegate
-
Delegate to receive callbacks from the SDK.
- MessagingFactory