Inherits from NSObject
Declared in NBContent.h

Overview

コンテンツ配信情報 【SDKバージョン2.0.0以降】

Tasks

Properties

contentId

コンテンツID

@property (nonatomic) NSString *contentId

Discussion

コンテンツID

Declared In

NBContent.h

data

コンテンツ追加テキストデータ

@property (nonatomic) NBContentData *data

Discussion

コンテンツ追加テキストデータ

Declared In

NBContent.h

disable

無効フラグ

@property (nonatomic) BOOL disable

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

tag

タグ

@property (nonatomic) NSString *tag

Discussion

タグ

Declared In

NBContent.h

term

期限情報

@property (nonatomic) NBContentTerm *term

Discussion

期限情報

Declared In

NBContent.h

tmpDisableDate

一時無効とする日時

@property (nonatomic) NSDate *tmpDisableDate

Discussion

一時無効とする日時

この値に設定されている日時まで、一時無効扱いとなる。

Declared In

NBContent.h

useCount

現在の使用回数

@property (nonatomic) int useCount

Discussion

現在の使用回数

Declared In

NBContent.h

useLimit

使用上限回数

@property (nonatomic) int useLimit

Discussion

使用上限回数

Declared In

NBContent.h