bro_abstract_manager library

Classes

AbsManagerBuilder<Manager extends AbsWithLifeCycle>
This is an abstract class to build a manager with a lifecycle.
AbsWithLifeCycle
This is an abstract class to use as base for all the services, managers and generic classes which needs to have a lifecycle.

Enums

PlatformType
The type of platform the app is running on.
WrongPlatformBehavior
The behavior to use when the platform is not supported by the manager.

Exceptions / Errors

PlatformNotSupportedByManagerError
An error throwns when the platform is not supported by the manager.