POBNativeRequestDataAsset Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | POBNativeRequestAsset |
| Declared in | POBNativeRequestDataAsset.h |
type
Required parameter. Type ID of the element supported by the publisher. The publisher can display this information in an appropriate format.
@property (nonatomic, readonly) POBNativeDataAssetType typeDeclared In
POBNativeRequestDataAsset.h
length
Optional parameter. Maximum length of the text in the element’s response.
@property (nonatomic, assign) NSInteger lengthDeclared In
POBNativeRequestDataAsset.h
– initWithType:required:
Initializer. It internally sets the OpenWrap SDK specific asset id to the asset.
- (instancetype)initWithType:(POBNativeDataAssetType)type required:(BOOL)requiredParameters
type |
Type ID of the element supported by the publisher. The publisher can display this information in an appropriate format. |
|---|---|
required |
Set to YES if asset is required |
Return Value
Instance of POBNativeRequestDataAsset
Declared In
POBNativeRequestDataAsset.h