ArCoreApk.UserMessageType
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ArCoreApk.UserMessageType controls the message displayed by the ARCore installation UI.
Enum values like APPLICATION, FEATURE, and USER_ALREADY_INFORMED dictate the specific localized message shown to the user or if the user education dialog is skipped.
This class inherits methods from java.lang.Enum, java.lang.Object, java.lang.constant.Constable, and java.lang.Comparable.
public static final enum
ArCoreApk.UserMessageType
Controls the message displayed by the installation UI.
[[["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 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"]]