PKPushRegistryDelegate

2147 ワード

https://developer.apple.com/documentation/pushkit/pkpushregistrydelegate
"The methods that you use to handle incoming PushKit notifications and registration events."
入力されたPushKitの注意事項および登録イベントを処理するための方法.

Declaration

protocol PKPushRegistryDelegate

Overview


このプロトコルの方法は、アプリケーション・オブジェクトに実装され、PKPushRegistryオブジェクトの遅延ゲート・プロパティに割り当てられます.このプロトコルのメソッドを使用して、送信された注意事項を処理し、トークンの登録と失効に反応してください.

See Also


Registration


Supporting PushKit Notifications in Your App


アプリケーションでサポートされているPushKitキットのタイプを宣言し、これらのキットに応答するオブジェクトを設定します.
https://developer.apple.com/documentation/pushkit/supporting_pushkit_notifications_in_your_app
https://velog.io/@panther222128/Supporting-PushKit-Notifications-in-Your-App

PKPushRegistry


PushKitノッチアプリケーションが受信したオブジェクトの転送と処理を要求します.
https://developer.apple.com/documentation/pushkit/pkpushcredentials
https://velog.io/@panther222128/PKPushRegistry

PKPushCredentials


アプライアンスタグをアプリケーションにカプセル化するオブジェクト.
https://developer.apple.com/documentation/pushkit/pkpushcredentials
https://velog.io/@panther222128/PKPushCredentials