create

open override fun create(context: Context)

Initializes the activity binder.

This method ensures that ActivityBinder is part of the application startup process, even though ActivityBinder is initialized in the Application class.

Parameters

context

The application context.