Class ARCorePermissionManager
Manages Android permissions for the application. Allows you to determine whether a permission has been granted and request permission.
Inherited Members
Namespace: UnityEngine.XR.ARCore
Assembly: solution.dll
Syntax
public class ARCorePermissionManager : AndroidJavaProxy
Methods
Name | Description |
---|---|
IsPermissionGranted(string) | Checks if an Android permission is granted to the application. |
RequestPermission(string, Action<string, bool>) | Requests an Android permission from the user. |