Package 

Interface BatchPermissionListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onPermissionRequested(boolean granted) Method called when the permission has been requested with the user's permission result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onPermissionRequested

         abstract 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.