class AndroidPermissionRequester (Niantic.ARDK.Extensions.Permissions.AndroidPermissionRequester)

Overview

Quick solution for requesting permissions from an Android device. No permission request popup will appear if the user has (1) already granted permission or (2) denied permission and requested not to be asked again. More...

class AndroidPermissionRequester: MonoBehaviour {
};

Detailed Documentation

Quick solution for requesting permissions from an Android device. No permission request popup will appear if the user has (1) already granted permission or (2) denied permission and requested not to be asked again.

注釈

Other MonoBehaviour's Start methods will get called before the permission flow finishes, so it isn't safe to initialize ARDK resources in Start that depend on the result of this request.