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§

PKPushTypeComplicationPKPushRegistry and PKDefines
A push type for watchOS complications.
PKPushTypeFileProviderPKPushRegistry and PKDefines
A push type for file provider updates.
PKPushTypeVoIPPKPushRegistry and PKDefines
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.