Interface BatchPermissionListener


public interface BatchPermissionListener
Interface for requesting runtime permission with callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPermissionRequested(boolean granted)
    Method called when the permission has been requested with the user's permission result.
  • Method Details

    • onPermissionRequested

      void onPermissionRequested(boolean granted)
      Method called when the permission has been requested with the user's permission result.
      Parameters:
      granted - Whether the permission requested has been granted.