Crate objc2_push_kit

Crate objc2_push_kit 

Source
Expand description

§Bindings to the PushKit framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

PKPushCredentialsPKPushCredentials
An object that encapsulates the device token you use to deliver push notifications to your app.
PKPushPayloadPKPushPayload
An object that contains information about a received PushKit notification.
PKPushRegistryPKPushRegistry
An object that requests the delivery and handles the receipt of PushKit notifications.

Statics§

PKPushTypeComplicationPKDefines and PKPushRegistry
A push type for watchOS complications.
PKPushTypeFileProviderPKDefines and PKPushRegistry
A push type for file provider updates.
PKPushTypeVoIPPKDefines and PKPushRegistry
A push type for Voice-over-IP (VoIP) call invitations.

Traits§

PKPushRegistryDelegatePKPushRegistry
The methods that you use to handle incoming PushKit notifications and registration events.

Type Aliases§

PKPushTypePKDefines
Constants reflecting the push types you want to support.