CorePushNotificationHistoryModel
@interface CorePushNotificationHistoryModel : NSObject
通知履歴のモデルクラス
-
履歴ID
Declaration
Objective-C
@property (readwrite, strong, nonatomic, nullable) NSString *historyId;Swift
var historyId: String? { get set } -
通知メッセージ
Declaration
Objective-C
@property (readwrite, strong, nonatomic, nullable) NSString *message;Swift
var message: String? { get set } -
通知URL
Declaration
Objective-C
@property (readwrite, strong, nonatomic, nullable) NSString *url;Swift
var url: String? { get set } -
通知日時
Declaration
Objective-C
@property (readwrite, strong, nonatomic, nullable) NSString *regDate;Swift
var regDate: String? { get set }
View on GitHub
CorePushNotificationHistoryModel Class Reference