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 type

Declared In

POBNativeRequestDataAsset.h

  length

Optional parameter. Maximum length of the text in the element’s response.

@property (nonatomic, assign) NSInteger length

Declared In

POBNativeRequestDataAsset.h

– initWithType:required:

Initializer. It internally sets the OpenWrap SDK specific asset id to the asset.

- (instancetype)initWithType:(POBNativeDataAssetType)type required:(BOOL)required

Parameters

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