MessagingConditionResponse interface

Interface representing the server response from the legacy Messaging.sendToCondition() method.

See Send to a condition for code samples and detailed documentation.

Signature:

export interface MessagingConditionResponse 

Properties

Property Type Description
messageId number The message ID for a successfully received request which FCM will attempt to deliver to all subscribed devices.

MessagingConditionResponse.messageId

The message ID for a successfully received request which FCM will attempt to deliver to all subscribed devices.

Signature:

messageId: number;