Package 

Interface PermissionListener


  • 
    public interface PermissionListener
    
                        

    Interface used by activities to delegate permission request results. Classes implementing this class will be notified whenever there's a result for a permission request.

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onRequestPermissionsResult(int requestCode, Array<String> permissions, Array<int> grantResults) Method called whenever there's a result to a permission request.
      • Methods inherited from class java.lang.Object

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

      • onRequestPermissionsResult

         abstract boolean onRequestPermissionsResult(int requestCode, Array<String> permissions, Array<int> grantResults)

        Method called whenever there's a result to a permission request. It is forwarded from .