protected class UsherNotificationActionPresenter.TimerCompleteCallbackInternalBadge
extends io.reactivex.observers.DisposableCompletableObserver
| Constructor and Description |
|---|
TimerCompleteCallbackInternalBadge(PushNotificationEntity pushNotificationEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(DomainException e)
See
CompleteCallbackInternal.onError(Throwable) |
void |
onError(java.lang.Throwable e)
Performs a function if the callback returns an error.
|
public TimerCompleteCallbackInternalBadge(PushNotificationEntity pushNotificationEntity)
public void onError(DomainException e)
CompleteCallbackInternal.onError(Throwable)e - See DomainExceptionpublic void onComplete()
onComplete in interface io.reactivex.CompletableObserverpublic void onError(java.lang.Throwable e)
e - See Throwable