Other Type Aliases
The following type aliases are available globally.
-
The type of callback to send with PushNotifications requests.
Declaration
Swift
public typealias PushNotificationsCompletionHandler = (_ data: Data?, _ status: Int?, _ error: PushNotificationsError?) -> Void