ApplicationModule

An automatically registered module during app start up that provides access to the spezi application instance.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun configure()

Optional configuration method that can be overridden by the module to perform any setup or initialization. This method is called by the Spezi framework after all module has been registered in the dependency graph.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String