[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# ApnsFcmOptions interface\n\nRepresents options for features provided by the FCM SDK for iOS.\n\n**Signature:** \n\n export interface ApnsFcmOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------|--------|---------------------------------------------------------|\n| [analyticsLabel](./firebase-admin.messaging.apnsfcmoptions.md#apnsfcmoptionsanalyticslabel) | string | The label associated with the message's analytics data. |\n| [imageUrl](./firebase-admin.messaging.apnsfcmoptions.md#apnsfcmoptionsimageurl) | string | URL of an image to be displayed in the notification. |\n\nApnsFcmOptions.analyticsLabel\n-----------------------------\n\nThe label associated with the message's analytics data.\n\n**Signature:** \n\n analyticsLabel?: string;\n\nApnsFcmOptions.imageUrl\n-----------------------\n\nURL of an image to be displayed in the notification.\n\n**Signature:** \n\n imageUrl?: string;"]]