Expand description
§Bindings to the PushKit
framework
See Apple’s docs and the general docs on framework crates for more information.
Structs§
- PKPush
Credentials PKPushCredentials
- An object that encapsulates the device token you use to deliver push notifications to your app.
- PKPush
Payload PKPushPayload
- An object that contains information about a received PushKit notification.
- PKPush
Registry PKPushRegistry
- An object that requests the delivery and handles the receipt of PushKit notifications.
Statics§
- PKPush
Type ⚠Complication PKPushRegistry
andPKDefines
- A push type for watchOS complications.
- PKPush
Type ⚠File Provider PKPushRegistry
andPKDefines
- A push type for file provider updates.
- PKPush
Type ⚠VoIP PKPushRegistry
andPKDefines
- A push type for Voice-over-IP (VoIP) call invitations.
Traits§
- PKPush
Registry Delegate PKPushRegistry
- The methods that you use to handle incoming PushKit notifications and registration events.
Type Aliases§
- PKPush
Type PKDefines
- Constants reflecting the push types you want to support.