public class UsherPushNotificationModelReceiver extends android.content.BroadcastReceiver implements UsherPushNotificationModelPresenter.UsherPushNotificationModelUI
| Constructor and Description |
|---|
UsherPushNotificationModelReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
autoApproveDesktopLogin(PushNotificationEntity pushNotificationEntity) |
android.content.Intent |
constructBroadcastIntent(PushNotificationEntity pushNotificationEntity) |
java.lang.String |
jsonString() |
void |
logPushNotificationExpired() |
void |
logPushNotificationIgnored() |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
void |
showUIAsNotification(InboxEntity inboxEntity,
boolean showAction) |
void |
showUIAsNotification(PushNotificationEntity pushNotificationEntity,
boolean showAction) |
void |
showUIAsPopupDialog(PushNotificationEntity pushNotificationEntity) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras@NonNull public android.content.Intent constructBroadcastIntent(PushNotificationEntity pushNotificationEntity)
public void showUIAsNotification(InboxEntity inboxEntity, boolean showAction)
showUIAsNotification in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic void showUIAsNotification(PushNotificationEntity pushNotificationEntity, boolean showAction)
showUIAsNotification in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic java.lang.String jsonString()
jsonString in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic void showUIAsPopupDialog(PushNotificationEntity pushNotificationEntity)
showUIAsPopupDialog in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic void logPushNotificationIgnored()
logPushNotificationIgnored in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic void logPushNotificationExpired()
logPushNotificationExpired in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic void autoApproveDesktopLogin(PushNotificationEntity pushNotificationEntity)
autoApproveDesktopLogin in interface UsherPushNotificationModelPresenter.UsherPushNotificationModelUIpublic void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiver