POBNativeRequestTitleAsset Class Reference
Inherits from | NSObject |
---|---|
Conforms to | POBNativeRequestAsset |
Declared in | POBNativeRequestTitleAsset.h |
length
Required. Maximum length of the text in the title element. Recommended to be 25, 90, or 140.
@property (nonatomic, readonly) NSInteger length
Declared In
POBNativeRequestTitleAsset.h
– initWithId:required:length:
Initializer
- (instancetype)initWithId:(NSInteger)assetId required:(BOOL)required length:(NSInteger)length
Parameters
assetId |
Unique asset ID, assigned by exchange. Typically a counter for the array. |
---|---|
required |
Set to YES if asset is required |
length |
Maximum length of the text in the title element. |
Return Value
Instance of POBNativeRequestTitleAsset
Declared In
POBNativeRequestTitleAsset.h