CorePushNotificationHistoryManager Class Reference
| Inherits from | NSObject |
| Conforms to | CorePushNotificationHistoryRequestDelegate |
| Declared in | CorePushNotificationHistoryManager.h CorePushNotificationHistoryManager.m |
Tasks
Other Methods
-
+ sharedシングルトンの生成
-
– requestNotificationHistory通知履歴を取得する。 取得に成功した場合は CorePushNotificationHistoryManagerDelegate#notificationHistoryManagerSuccess が呼ばれる。 取得に失敗した場合は CorePushNotificationHistoryManagerDelegate#notificationHistoryManagerFail が呼ばれる。
-
– setRead:指定の履歴IDのメッセージを既読に設定する。
-
– isUnread:指定の履歴IDのメッセージが未読であるかを判定する。
-
– getUnreadNumber通知履歴の未読数を返す。
Other Methods
-
notificationHistoryModelArray通知履歴を格納した CorePushNotificationHistoryModelオブジェクトの配列
property -
delegateCorePushNotificationHistoryManagerDelegateプロトコルを実装したクラス
property
Properties
Instance Methods
getUnreadNumber
通知履歴の未読数を返す。
- (int)getUnreadNumberDeclared In
CorePushNotificationHistoryManager.hisUnread:
指定の履歴IDのメッセージが未読であるかを判定する。
- (BOOL)isUnread:(NSString *)historyIdParameters
- historyId
履歴ID
Declared In
CorePushNotificationHistoryManager.hrequestNotificationHistory
通知履歴を取得する。 取得に成功した場合は CorePushNotificationHistoryManagerDelegate#notificationHistoryManagerSuccess が呼ばれる。 取得に失敗した場合は CorePushNotificationHistoryManagerDelegate#notificationHistoryManagerFail が呼ばれる。
- (void)requestNotificationHistoryDeclared In
CorePushNotificationHistoryManager.h