OnContextAvailableListener

public fun interface OnContextAvailableListener


Listener for receiving a callback at the first moment a Context is made available to the ContextAware class.

Summary

Public methods

abstract void

Called when the ContextAware object this listener was added to is associated to a Context.

Public methods

onContextAvailable

Added in 1.2.0
abstract void onContextAvailable(@NonNull Context context)

Called when the ContextAware object this listener was added to is associated to a Context.

Parameters
@NonNull Context context

The Context the ContextAware object is now associated with.