android-beans / rocks.frieler.android.beans.scopes.activity / ActivityAware

ActivityAware

interface ActivityAware

Interface for activity-scoped beans that need to be aware of the Activity they're scoped to.

Author
Christopher Frieler

Functions

setActivity

abstract fun setActivity(activity: Activity?): Unit

Sets the Activity, the bean is scoped to.