ArCoreApk.InstallStatus
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ArCoreApk.InstallStatus is an enum indicating the outcome of a call to requestInstall().
It includes inherited methods from java.lang.Enum and java.lang.Object, as well as interfaces java.lang.constant.Constable and java.lang.Comparable.
The possible enum values are INSTALLED, indicating the resource is already installed, and INSTALL_REQUESTED, indicating installation was requested and the current activity will be paused.
public static final enum
ArCoreApk.InstallStatus
Indicates the outcome of a call to requestInstall().
[[["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.InstallStatus` indicates the outcome of a `requestInstall()` call. It provides several methods inherited from `java.lang.Enum`, `java.lang.Object`, `java.lang.constant.Constable`, and `java.lang.Comparable`, including `compareTo`, `equals`, `hashCode`, and `toString`. The enum has two possible values: `INSTALLED`, meaning the resource is already installed, and `INSTALL_REQUESTED`, meaning the resource installation was requested, and the current activity will pause.\n"]]