선언
@interface ACSPushNotificationInfo : NSObject;
Description
들어오는 통화에 대해 설명합니다.
메서드
from사전
푸시 알림 페이로드를 구문 분석합니다.
+(ACSPushNotificationInfo* _Nonnull) fromDictionary:(NSDictionary* _Nonnull)payload;
매개 변수
-
payload- 푸시 알림의 페이로드.
속성
fromDisplayName
호출자의 표시 이름
@property (retain, nonnull, readonly) NSString * fromDisplayName;
incomingWithVideo
수신 통화에 비디오가 있는지 여부를 나타냅니다.
@property (readonly) BOOL incomingWithVideo;
eventType
푸시 알림 이벤트 유형
@property (readonly) ACSPushNotificationEventType eventType;
보낸 사람
@property (retain, readonly, nonnull) id<CommunicationIdentifier> from;
에게
@property (retain, readonly, nonnull) id<CommunicationIdentifier> to;
callId
@property (nonatomic, readonly, nonnull) NSUUID* callId;