NBContent Class Reference
Inherits from | NSObject |
Declared in | NBContent.h |
Tasks
-
contentId
property -
pubTiming
property -
useLimit
property -
tag
property -
reuseContent
property -
lastUpdateDate
property -
relatedLandmarks
property -
main
property -
data
property -
popup
property -
term
property -
useCount
property -
disable
property -
tmpDisableDate
property -
opportunityLandmarkId
property -
opportunityBeaconId
property
Properties
contentId
コンテンツID
@property (nonatomic) NSString *contentId
Discussion
コンテンツID
Declared In
NBContent.h
data
コンテンツ追加テキストデータ
@property (nonatomic) NBContentData *data
Discussion
コンテンツ追加テキストデータ
Declared In
NBContent.h
lastUpdateDate
最終更新日時
@property (nonatomic) NSDate *lastUpdateDate
Discussion
最終更新日時
Declared In
NBContent.h
main
コンテンツメイン情報
@property (nonatomic) NBContentMain *main
Discussion
コンテンツメイン情報
Declared In
NBContent.h
opportunityBeaconId
コンテンツ取得の契機となったビーコンID
@property (nonatomic) int opportunityBeaconId
Discussion
コンテンツ取得の契機となったビーコンID
Declared In
NBContent.h
opportunityLandmarkId
コンテンツ取得の契機となったランドマークID
@property (nonatomic) NSString *opportunityLandmarkId
Discussion
コンテンツ取得の契機となったランドマークID
Declared In
NBContent.h
popup
プッシュ通知用情報
@property (nonatomic) NBContentPopup *popup
Discussion
プッシュ通知用情報
Declared In
NBContent.h
pubTiming
配信契機
@property (nonatomic) int pubTiming
Discussion
配信契機
0:通常コンテンツ
2:位置連動コンテンツ
3:周辺機器連動コンテンツ(Beacon)
Declared In
NBContent.h
relatedLandmarks
関連するランドマーク(NBRelLandmarkの配列)
@property (nonatomic) NSArray *relatedLandmarks
Discussion
関連するランドマーク(NBRelLandmarkの配列)
Declared In
NBContent.h
reuseContent
有効期限切れコンテンツの再有効化、コンテンツ削除後の再取得を許可するか
@property (nonatomic) int reuseContent
Discussion
有効期限切れコンテンツの再有効化、コンテンツ削除後の再取得を許可するか
※再有効化・再取得したコンテンツの無効フラグ、使用回数、一時無効とする日時はリセットされる
0:非許可
1:許可
Declared In
NBContent.h