Android Studio Sign in

ActivityResultCallback


fun interface ActivityResultCallback<O : Any?>


A type-safe callback to be called when an activity result is available.

Summary

Public functions

Unit
onActivityResult(result: O)

Called when result is available

Public functions

onActivityResult

Added in 1.2.0
fun onActivityResult(result: O): Unit

Called when result is available

Morty Proxy This is a proxified and sanitized view of the page, visit original site.