Inherits from NSObject
Declared in CorePushNotificationHistoryRequest.h
CorePushNotificationHistoryRequest.m

Overview

通知履歴の取得を行うクラス

Tasks

Other Methods

Other Methods

  •   notificationHistoryModelArray

    通知履歴を格納した CorePushNotificationHistoryオブジェクトの配列

    property
  •   delegate

    CorePushNotificationHistoryRequestDelegateプロトコルを実装したクラス

    property

Properties

delegate

CorePushNotificationHistoryRequestDelegateプロトコルを実装したクラス

@property (nonatomic, assign) id<CorePushNotificationHistoryRequestDelegate> delegate

Declared In

CorePushNotificationHistoryRequest.h

notificationHistoryModelArray

通知履歴を格納した CorePushNotificationHistoryオブジェクトの配列

@property (nonatomic, retain) NSMutableArray *notificationHistoryModelArray

Declared In

CorePushNotificationHistoryRequest.h

Instance Methods

cancelNotificationHistoryRequest

通知履歴のキャンセル

- (void)cancelNotificationHistoryRequest

Declared In

CorePushNotificationHistoryRequest.h

requestNotificationHistory:

通知履歴をリクエスト

- (void)requestNotificationHistory:(NSString *)configKey

Parameters

configKey

設定キー

Declared In

CorePushNotificationHistoryRequest.h