fake-permissions
    Preparing search index...

    Type Alias HandleAccessRequestComplete

    HandleAccessRequestComplete: (result: AccessDialogResult | undefined) => void

    A callback that is called with the result of an access dialog interaction.

    This is called when HandleAccessRequest completes, regardless of whether the dialog was dismissed or not.

    Type declaration

      • (result: AccessDialogResult | undefined): void
      • Parameters

        • result: AccessDialogResult | undefined

          The result of the access dialog interaction, or undefined if the dialog was dismissed.

        Returns void