Creates the IoC container, merging default, platform-specific, and custom services.
Custom services to override or extend the defaults.
The initialized IoCContainer.
PrivategetReads the ?adapters= query param to determine which input adapters to register. Returns undefined if the param is not set (default Roku emulation profile). Example: ?adapters=keyboard,mouse — registers only keyboard and mouse adapters. Valid names:
mouse is not enabled.Privateregister
PlatformAppInitializer extends BaseAppInitializer to provide web-specific IoC services and initialization.
Remarks