[[["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-09-13 UTC."],[],[],null,["Interface representing the application that triggered these events.\n\n**Signature:** \n\n export interface AppInfo \n\nProperties\n\nanalytics.AppInfo.appId\n\nUnique application identifier within an app store.\n\n**Signature:** \n\n appId?: string;\n\nanalytics.AppInfo.appInstanceId\n\nUnique ID for this instance of the app.\n\nExample: \"71683BF9FA3B4B0D9535A1F05188BAF3\".\n\n**Signature:** \n\n appInstanceId: string;\n\nanalytics.AppInfo.appPlatform\n\nThe app platform.\n\nExamples: \"ANDROID\", \"IOS\".\n\n**Signature:** \n\n appPlatform: string;\n\nanalytics.AppInfo.appStore\n\nThe identifier of the store that installed the app.\n\nExamples: \"com.sec.android.app.samsungapps\", \"com.amazon.venezia\", \"com.nokia.nstore\".\n\n**Signature:** \n\n appStore?: string;\n\nanalytics.AppInfo.appVersion\n\nThe app's version name.\n\nExamples: \"1.0\", \"4.3.1.1.213361\", \"2.3 (1824253)\", \"v1.8b22p6\".\n\n**Signature:** \n\n appVersion?: string;"]]