Represents platform-independent options for features provided by the FCM SDKs.
Signature:
export interface FcmOptions
Properties
Property | Type | Description |
---|---|---|
analyticsLabel | string | The label associated with the message's analytics data. |
FcmOptions.analyticsLabel
The label associated with the message's analytics data.
Signature:
analyticsLabel?: string;