handleActivityResult

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.