UNNotificationContent

Panther·2021년 8월 17일
0

https://developer.apple.com/documentation/usernotifications/unnotificationcontent

"The uneditable content of a notification."

노티피케이션의 편집 불가능한 컨텐트입니다.

Declaration

class UNNotificationContent : NSObject

Overview

UNNotificationContent 객체는 노티피케이션과 관련이 있는 데이터를 포함합니다. 앱이 노티피케이션을 받으면 관련 UNNotificationRequest 객체는 앱이 받는 컨텐트와 함께 있는 이 타입의 객체를 포함하게 됩니다. 시스템이 전달한 노티피케이션의 타입, 노티피케이션 스케줄링 전에 userInfo 딕셔너리에 저장한 커스텀 데이터, 기타 첨부파일을 포함해, 노티피케이션의 세부사항을 가져오기 위해 컨텐트 객체를 사용하시기 바랍니다.

이 클래스의 인스턴스를 직접 생성하지 않아야 합니다. 원격 노티피케이션의 경우 시스템은 서버가 APNs 서버에 보낸 JSON 페이로드로부터 이 객체의 컨텐트를 파생시킵니다. 로컬 노티피케이션의 경우 UNMutableNotificationContent를 생성하고, 이 객체의 컨텐츠를 설정하시기 바랍니다.

See Also


Notification Content

UNNotificationActionIcon

액션과 관련이 있는 아이콘입니다.

https://developer.apple.com/documentation/usernotifications/unnotificationactionicon
https://velog.io/@panther222128/UNNotificationActionIcon

UNMutableNotificationContent

노티피케이션에 대한 편집 가능한 컨텐트입니다.

https://developer.apple.com/documentation/usernotifications/unmutablenotificationcontent
https://velog.io/@panther222128/UNMutableNotificationContent

UNNotificationAttachment

노티피케이션과 관련이 있는 미디어 파일입니다.

https://developer.apple.com/documentation/usernotifications/unnotificationattachment
https://velog.io/@panther222128/UNNotificationAttachment

UNNotificationSound

노티피케이션의 전달에서 재생되는 소리입니다.

https://developer.apple.com/documentation/usernotifications/unnotificationsound
https://velog.io/@panther222128/UNNotificationSound


0개의 댓글