public static interface CorePushNotificationHistoryManager.CompletionHandler
CorePushNotificationHistoryManagerの完了時のコールバック
| Modifier and Type | Method and Description |
|---|---|
void |
notificationHistoryManagerFail()
通知履歴の取得の失敗時に呼ばれます。
|
void |
notificationHistoryManagerSuccess(java.util.List<CorePushNotificationHistoryModel> notificationHistoryModelList)
通知履歴の取得の成功時に呼ばれます。
|
void notificationHistoryManagerSuccess(java.util.List<CorePushNotificationHistoryModel> notificationHistoryModelList)
通知履歴の取得の成功時に呼ばれます。
notificationHistoryModelList - CorePushNotificationHistoryModelのリストvoid notificationHistoryManagerFail()
通知履歴の取得の失敗時に呼ばれます。