PKPushRegistryDelegate

Panther·2021년 8월 20일
0

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


0개의 댓글