[[["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."],[[["\u003cp\u003e\u003ccode\u003eUnavailableException\u003c/code\u003e signals that ARCore is not available on the device.\u003c/p\u003e\n"],["\u003cp\u003eSeveral subclasses provide more specific reasons for unavailability, such as an outdated APK, ARCore not being installed, or device incompatibility.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this exception to gracefully handle situations where ARCore functionality is not accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe exception can be constructed with an optional message to provide further context.\u003c/p\u003e\n"]]],["The `UnavailableException` class indicates ARCore unavailability, with subclasses specifying reasons like an outdated APK/SDK, ARCore not being installed, device incompatibility, or user declined installation. The class has two public constructors: one default and another taking a string message. It inherits methods from `java.lang.Throwable` for managing exceptions and from `java.lang.Object` for general object functions. These subclasses throw specific exceptions based on the cause of ARCore's unavailability.\n"],null,[]]