AuthActivityStarterHost

sealed class AuthActivityStarterHost

A representation of an Android component (i.e. ComponentActivity or Fragment) that can start an activity. ActivityHost and FragmentHost hold references to Android components, so they should only be used in a lifecycle-aware scope.

Functions

Link copied to clipboard
abstract fun startActivityForResult(target: Class<*>, extras: Bundle, requestCode: Int)