Package 

Interface FragmentCompat.OnRequestPermissionsResultCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onRequestPermissionsResult(int requestCode, @NonNull() Array<String> permissions, @NonNull() Array<int> grantResults) Callback for the result from requesting permissions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait