MulticastMessage interface

Payload for the Messaging.sendMulticast() method. The payload contains all the fields in the BaseMessage type, and a list of tokens.

Signature:

export interface MulticastMessage extends BaseMessage 

Extends: BaseMessage

Properties

Property Type Description
tokens string[]

MulticastMessage.tokens

Signature:

tokens: string[];