POBNativeRequestAsset Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | POBNativeRequestAsset.h |
assetId
required method
Unique asset ID, assigned by exchange. Typically a counter for the array.
@property (nonatomic, readonly) NSInteger assetIdDeclared In
POBNativeRequestAsset.h
required
required method
Set to YES if asset is required
@property (nonatomic, readonly) BOOL requiredDeclared In
POBNativeRequestAsset.h
– buildJSON
required method
Get the JSON for the asset as per ORTB Native 1.2 protocol
- (NSDictionary *)buildJSONReturn Value
JSON as NSDictionary
Declared In
POBNativeRequestAsset.h