-
- All Implemented Interfaces:
public class VerizonMediaPingConfigurationDescribes the configuration of Verizon Media Ping feature.
- Only available with the feature 'verizonmedia'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerizonMediaPingConfiguration.BuilderThe builder for VerizonMediaPingConfiguration.
-
Method Summary
Modifier and Type Method Description booleanisAdImpressionsEnabled()Returns whether to increase the accuracy of ad events by passing the current playback time in Ping requests. booleanisFreeWheelVideoViewsEnabled()Returns whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server. BooleanisLinearAdDataEnabled()Returns whether to request information about upcoming ad breaks in the Ping responses. booleanequals(Object o)inthashCode()-
-
Method Detail
-
isAdImpressionsEnabled
boolean isAdImpressionsEnabled()
Returns whether to increase the accuracy of ad events by passing the current playback time in Ping requests.
- Only available when getAssetType is `'asset'`.
Default: false
-
isFreeWheelVideoViewsEnabled
boolean isFreeWheelVideoViewsEnabled()
Returns whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server.
- Only available when getAssetType is `'asset'`.
Default: false
-
isLinearAdDataEnabled
@Nullable() Boolean isLinearAdDataEnabled()
Returns whether to request information about upcoming ad breaks in the Ping responses. (Nullable)
- This feature will update the exposed ads found on VerizonMedia#getAds().
- Only available when getAssetType is `'event'` or `'channel'`.
Default: null
-
hashCode
int hashCode()
-
-
-
-