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

– initWithLength:required:

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

- (instancetype)initWithLength:(NSInteger)length required:(BOOL)required

Parameters

length

Maximum length of the text in the title element.

required

Set to YES if asset is required

Return Value

Instance of POBNativeRequestTitleAsset

Declared In

POBNativeRequestTitleAsset.h