Skip to content

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

AlertErrorPresenter

[common, android, iOS, js]\ class AlertErrorPresenter(alertTitle: String, positiveButtonText: String) : ErrorPresenter<String>

Functions

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