fake-permissions
    Preparing search index...

    Interface AccessDialogResult

    The result of an access dialog interaction that wasn't dismissed.

    interface AccessDialogResult {
        shouldAllow: boolean;
        shouldRemember: boolean;
    }
    Index

    Properties

    shouldAllow: boolean

    Whether access should be allowed.

    shouldRemember: boolean

    Whether the choice should be remembered.