Package 

Interface IRequestPermissionService

    • Method Detail

      • startPrompt

         abstract Unit startPrompt(Boolean fallbackCondition, String permissionRequestType, String androidPermissionString, Class<?> callbackClass)

        Prompt the user for the permission being requested.

        Parameters:
        fallbackCondition - Whether the user should be directed to app settings in the event permission cannot be granted/denied inline.
        permissionRequestType - The type of permission to request.
        androidPermissionString - The Android permission string being requested.
        callbackClass - The name of the class that will receive the callback.