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