Hosanna UI API v1.30.2-next
    Preparing search index...

    BaseAppInitializer is the base class for initializing the app's IoC container and core services.

    • Provides a default set of services for the application.
    • Supports platform-specific and custom service overrides.
    • Designed to be extended for platform-specific initialization.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Hook called before the platform-specific launch sequence. Override to perform additional initialization.

      Parameters

      Returns void

    • Creates the IoC container, merging default, platform-specific, and custom services.

      Parameters

      • customServiceMap: IOCServiceMap = []

        Custom services to override or extend the defaults.

      Returns IoCContainer

      The initialized IoCContainer.

    • Registers platform-specific input adapters with the InputAdapterManager. Override in platform subclasses to register adapters that import from platform-specific paths (avoids cross-platform import resolution failures).

      Parameters

      Returns void