Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.errors.handler/ExceptionHandlerBinderImpl

ExceptionHandlerBinderImpl

[common, android, iOS, js]\ class ExceptionHandlerBinderImpl<T : Any>(errorPresenter: ErrorPresenter<T>, eventsDispatcher: EventsDispatcher<ErrorEventListener<T>>) : ExceptionHandlerBinder

Types

Name Summary
EventsListener [android, js]
[android]
class EventsListener<T : Any>(activity: FragmentActivity, errorPresenter: ErrorPresenter<T>) : ErrorEventListener<T>
[js]
class EventsListener<T : Any>(activity: Any, errorPresenter: ErrorPresenter<T>) : ErrorEventListener<T>

Functions

Name Summary
bind [iOS, android, js]
[iOS]
open override fun bind(viewController: UIViewController)
[android]
open override fun bind(lifecycleOwner: LifecycleOwner, activity: FragmentActivity)
[js]
open override fun bind(lifecycleOwner: Any, activity: Any)