Builder

constructor(lifecycleManagerObserver: LifecycleManagerObserver = LifecycleManagerObserver())

Parameters

lifecycleManagerObserver

The LifecycleManagerObserver to observe lifecycle changes

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

Constructor that returns a DefaultUIPopoverPresentationControllerDelegateProtocol when a presented AlertPresenter requires a UIPopoverPresentationControllerDelegateProtocol.

Parameters

viewController

The UIViewController to present any AlertPresenter built using this builder.


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

Parameters

viewController

The UIViewController to present any AlertPresenter built using this builder.

delegateBuilder

Method that creates a UIPopoverPresentationControllerDelegateProtocol for an Alert. This allows for presentation of Alert.Style.ACTION_LIST on iPad.

constructor()
constructor()