POBNativeAdTitleResponseAsset Class Reference
| Inherits from | POBNativeAdResponseAsset : NSObject |
|---|---|
| Declared in | POBNativeAdTitleResponseAsset.h |
text
The text associated with the title
@property (nonatomic, readonly, strong) NSString *textDeclared In
POBNativeAdTitleResponseAsset.h
length
Length of the title text
@property (nonatomic, readonly, assign) NSInteger lengthDeclared In
POBNativeAdTitleResponseAsset.h
– initWithText:length:builder:
Initializer
- (instancetype)initWithText:(NSString *)text length:(NSInteger)length builder:(POBNativeAdResponseAssetBuilder *)builderParameters
text |
Text of the title |
|---|---|
length |
Length of the title text |
builder |
Builder having data to build the POBNativeAdTitleResponseAsset |
Return Value
Instance of POBNativeAdTitleResponseAsset
Declared In
POBNativeAdTitleResponseAsset.h