BandyerModuleObserver

interface BandyerModuleObserver

BandyerModuleObserver

Author

kristiyan

Functions

Link copied to clipboard
abstract fun onModuleFailed(module: BandyerModule, throwable: Throwable)

Called when a module has failed the initialization

Link copied to clipboard
abstract fun onModulePaused(module: BandyerModule)

Called when a module is paused

Link copied to clipboard
abstract fun onModuleReady(module: BandyerModule)

Called when a module is ready

Link copied to clipboard
abstract fun onModuleStatusChanged(module: BandyerModule, moduleStatus: BandyerModuleStatus)

Called when a module has changed status