Class POBNativeAdTitleResponseAsset
-
- All Implemented Interfaces:
public class POBNativeAdTitleResponseAsset extends POBNativeAdResponseAsset
This class represents the title object which is inside the assets object in the native response
-
-
Constructor Summary
Constructors Constructor Description POBNativeAdTitleResponseAsset(int assetId, boolean required, POBNativeAdLinkResponse link, String title, int length)Creates the instance of the class which stores the data passed in title object of response
-
Method Summary
-
-
Constructor Detail
-
POBNativeAdTitleResponseAsset
POBNativeAdTitleResponseAsset(int assetId, boolean required, POBNativeAdLinkResponse link, String title, int length)
Creates the instance of the class which stores the data passed in title object of response- Parameters:
assetId- Integerrequired- Booleanlink- POBNativeAdLinkResponsetitle- Stringlength- Integer
-
-
-
-