-
- All Implemented Interfaces:
public class VerizonMediaPingConfiguration
Describes the configuration of Verizon Media Ping feature.
- Only available with the feature 'verizonmedia'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VerizonMediaPingConfiguration.Builder
The builder for VerizonMediaPingConfiguration.
-
Method Summary
Modifier and Type Method Description boolean
isAdImpressionsEnabled()
Returns whether to increase the accuracy of ad events by passing the current playback time in Ping requests. boolean
isFreeWheelVideoViewsEnabled()
Returns whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server. Boolean
isLinearAdDataEnabled()
Returns whether to request information about upcoming ad breaks in the Ping responses. boolean
equals(Object o)
int
hashCode()
-
-
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()
-
-
-
-