ActivityInitializer

An Initializer for setting up the activity binder.

This class is used with AndroidX Startup to ensure the activity binder is initialized before other components that might rely on it.

See also

ActivityBinder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context)

Initializes the activity binder.

Link copied to clipboard
open override fun dependencies(): List<Class<out Initializer<*>>>

Specifies that this initializer has no dependencies.