Interface representing the server response from the legacy method.

See [Send to a condition](/docs/cloud-messaging/admin/send-messages#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;