Builder

constructor(lifecycleManagerObserver: LifecycleManagerObserver = LifecycleManagerObserver())

Parameters

lifecycleManagerObserver

the LifecycleManagerObserver to observe lifecycle changes.

constructor(viewController: <Error class: unknown class>)

Constructor

Parameters

viewController

The UIViewController to present the loading indicator


constructor(viewController: <Error class: unknown class>, wrapper: (<Error class: unknown class>) -> <Error class: unknown class>)

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()
constructor()