[[["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 2024-10-31 UTC."],[[["`ArCoreApk.UserMessageType` controls the message displayed to the user during ARCore installation."],["It offers three predefined message types: `APPLICATION`, `FEATURE`, and `USER_ALREADY_INFORMED`, catering to different installation scenarios."],["These enums dictate whether the message informs users about an app or feature requiring ARCore, or if the user has already been informed about the requirement."],["Developers can leverage these types to customize user prompts during the ARCore installation process, ensuring clarity and context."]]],["`ArCoreApk.UserMessageType` controls the installation UI message. It inherits methods from `java.lang.Enum` and `java.lang.Object`. Key actions include comparing, describing, and retrieving information about enum types. There are three enum values: `APPLICATION`, which displays a message about the app requiring ARCore; `FEATURE`, which states a feature needs ARCore; and `USER_ALREADY_INFORMED`, which skips the user education dialog because the application has already informed the user of ARCore's necessity.\n"]]