onModuleReady

abstract fun onModuleReady(module: BandyerModule)

Called when a module is ready

N.B. This method will be called when the module is ready to be used no matter what status it is. For example if a Module can be always used while the device is connected or not to internet this method will be called as soon the module has been initialized. Or If a Module to be used needs to be online then it will await the connection before calling this method

Parameters

module

the module that is ready