Classes
- Messaging
-
The entry point to execute SDK actions. To obtain an instance use
Messaging.initialize(channelKey:completionHandler:)
. - PushNotifications
-
The entry point to execute push notification related SDK actions. Register device token with
PushNotifications.updatePushNotificationToken(:)
.
Enumerations
- URLSource
-
An enum representing the source of actioned
URL
. - MessagingError
-
An error type that describes failures that happen upon creation of a
Messaging
instance. - PushResponsibility
-
Represents whether a push notification payload belongs to
Messaging
, and if the SDK is in a state in which the notification should be displayed.
Protocols
- MessagingDelegate
-
Delegate to receive callbacks from the SDK.