POBNativeAdResponseAsset Class Reference
Inherits from | NSObject |
---|---|
Declared in | POBNativeAdResponseAsset.h |
assetId
Unique asset ID, assigned by exchange.
@property (nonatomic, readonly, strong) NSNumber *assetId
Declared In
POBNativeAdResponseAsset.h
required
Boolean Set to 1 if asset is required.
@property (nonatomic, readonly, assign) BOOL required
Declared In
POBNativeAdResponseAsset.h
link
Link object for call to actions.
@property (nonatomic, readonly, strong) POBNativeAdLinkResponseAsset *link
Declared In
POBNativeAdResponseAsset.h
– initWithBuilder:
Initializer
- (instancetype)initWithBuilder:(POBNativeAdResponseAssetBuilder *)builder
Parameters
builder |
Builder to build the POBNativeAdResponseAsset |
---|
Return Value
Instance of POBNativeAdResponseAsset
Declared In
POBNativeAdResponseAsset.h