Package 

Class ActivityResultKt

    • Method Summary

      Modifier and Type Method Description
      final static ActivityResultLauncher<Intent> registerForActivityResult(ComponentActivity $self, ActivityResultCallback<ActivityResult> callback)
      final static ActivityResultLauncher<Intent> registerForActivityResult(Fragment $self, ActivityResultCallback<ActivityResult> callback)
      • Methods inherited from class java.lang.Object

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

      • registerForActivityResult

         final static ActivityResultLauncher<Intent> registerForActivityResult(ComponentActivity $self, ActivityResultCallback<ActivityResult> callback)
      • registerForActivityResult

         final static ActivityResultLauncher<Intent> registerForActivityResult(Fragment $self, ActivityResultCallback<ActivityResult> callback)