Builder

constructor(lifecycleManagerObserver: LifecycleManagerObserver = LifecycleManagerObserver())

Parameters

lifecycleManagerObserver

the LifecycleManagerObserver to observe lifecycle changes.

constructor(viewController: UIViewController, wrapper: (UIViewController) -> UIViewController)

Parameters

viewController

The UIViewController to present the loading indicator

wrapper

a modifier method for modifying the ViewController representing the loading indicator before it is presented.


constructor(viewController: UIViewController)

Constructor

Parameters

viewController

The UIViewController to present the loading indicator