ActivityResultHandlingComponent

A component that expects to receive and handle an activity result.

Functions

Link copied to clipboard
abstract fun handleActivityResult(resultCode: Int, data: Intent?)

Handles the result of an activity result. Call this method inside your Activity.onActivityResult after validating the request code.