Class POBNativeRequestVideoAsset
-
- All Implemented Interfaces:
public final class POBNativeRequestVideoAsset extends POBBaseNativeRequestAsset
This class represents the video asset in the native ad request. This constructor internally assigns the default video asset ID.
- Since:
4.12.0
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectRTBJSONprivate final IntegerminDurationprivate final IntegermaxDurationprivate final IntArrayprotocolsprivate final Array<String>mimesprivate final Integeridprivate final BooleanisRequired
-
Method Summary
Modifier and Type Method Description JSONObjectgetRTBJSON()final IntegergetMinDuration()Minimum video ad duration in seconds final IntegergetMaxDuration()Maximum video ad duration in seconds final IntArraygetProtocols()Array of supported video protocols final Array<String>getMimes()Whitelist of content MIME types supported for video -
-
Method Detail
-
getRTBJSON
JSONObject getRTBJSON()
-
getMinDuration
final Integer getMinDuration()
Minimum video ad duration in seconds
-
getMaxDuration
final Integer getMaxDuration()
Maximum video ad duration in seconds
-
getProtocols
final IntArray getProtocols()
Array of supported video protocols
-
-
-
-