AboutSupportDeveloper GuideVersion 38.126.82.64
interface QueryPermissionResult {
    granted: boolean;
    permission: string;
    rawValue?: unknown;
    state: PermissionState;
}

Properties

granted: boolean

True if permission is granted.

permission: string

The full name of a secured API.

rawValue?: unknown

The value of permission.