ArCoreApk.UserMessageType

  • 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.

Inherited Methods

Enum Values

APPLICATION

public static final ArCoreApk.UserMessageType APPLICATION

Display a localized message like "This application requires ARCore...".

FEATURE

public static final ArCoreApk.UserMessageType FEATURE

Display a localized message like "This feature requires ARCore...".

USER_ALREADY_INFORMED

public static final ArCoreApk.UserMessageType USER_ALREADY_INFORMED

Application has explained why ARCore is required prior to calling requestInstall(), skip user education dialog.