Mixin

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class ResultHandler(val request: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun registerActivityResult(handler: (result: Int, data: Intent?) -> Unit): Int
Link copied to clipboard
open suspend override fun startActivityWithResult(intent: Intent, options: Bundle?): Intent?
Link copied to clipboard
fun tryHandleActivityResult(requestCode: Int, resultCode: Int, data: Intent?): Boolean