Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum InvalidInterestError : Error
-
Declaration
Swift
public enum MultipleInvalidInterestsError : Error
-
Declaration
Swift
public enum PushNotificationsError : Error
-
Error thrown by PushNotifications.
Values
See moreinstanceId
The instance id was already registered.Declaration
Swift
public enum PusherAlreadyRegisteredError : Error
-
Remote Notification Type provides an option to ignore Pusher initiated related features. Whenever you receive push notification the handleNotification(userInfo:) method should be called. Sometimes, these notifications are just for Pusher SDK to handle.
Values
ShouldIgnore
It’s safe to ignore Pusher initiated notification.
See moreShouldProcess
Do not ignore notification as it may contain additional data.Declaration
Swift
@objc public enum RemoteNotificationType : Int
-
Declaration
Swift
public enum TokenProviderError : Error