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.

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val application: Application
Link copied to clipboard
Link copied to clipboard
abstract val statusBarColor: Int?

Functions

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