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 assetId
Declared In
POBNativeRequestAsset.h
required
required method
Set to YES if asset is required
@property (nonatomic, readonly) BOOL required
Declared In
POBNativeRequestAsset.h
– buildJSON
required method
Get the JSON for the asset as per ORTB Native 1.2 protocol
- (NSDictionary *)buildJSON
Return Value
JSON as NSDictionary
Declared In
POBNativeRequestAsset.h