fake-permissions
    Preparing search index...

    Interface PermissionAccessState

    The state of access for a permission.

    interface PermissionAccessState {
        dismissCount: number;
        status: PermissionAccessStatus;
    }
    Index

    Properties

    Properties

    dismissCount: number

    The number of times an access request for the permission has been dismissed.

    The access status of the permission.