Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.errors.presenters/ErrorPresenter

ErrorPresenter

[common, android, iOS, js]\ interface ErrorPresenter<T : Any>

Functions

Name Summary
show [android, js, iOS]
[android]
abstract fun show(throwable: Throwable, activity: FragmentActivity, data: T)
[js]
abstract fun show(throwable: Throwable, activity: Any, data: T)
[iOS]
abstract fun show(throwable: Throwable, viewController: UIViewController, data: T)

Inheritors

Name
AlertErrorPresenter
SelectorErrorPresenter
SnackBarErrorPresenter
ToastErrorPresenter