OnContextAvailableListener
interface OnContextAvailableListener
androidx.activity.contextaware.OnContextAvailableListener |
Listener for receiving a callback at the first moment a Context
is made available to the ContextAware
class.
Summary
Public methods | |
---|---|
abstract Unit |
onContextAvailable(@NonNull context: Context) Called when the |
Public methods
onContextAvailable
abstract fun onContextAvailable(@NonNull context: Context): Unit
Called when the ContextAware
object this listener was added to is associated to a Context
.
Parameters | |
---|---|
context |
Context: The Context the ContextAware object is now associated with. |