MessagingConditionResponse interface

레거시 Messaging.sendToCondition() 메서드의 서버 응답을 나타내는 인터페이스입니다.

코드 샘플 및 자세한 설명서는 조건으로 보내기를 참조하세요.

서명:

export interface MessagingConditionResponse 

속성

재산 유형 설명
메시지 ID 숫자 FCM이 구독된 모든 장치에 전달을 시도하는 성공적으로 수신된 요청에 대한 메시지 ID입니다.

MessagingConditionResponse.messageId

FCM이 구독된 모든 장치에 전달을 시도하는 성공적으로 수신된 요청에 대한 메시지 ID입니다.

서명:

messageId: number;