-
- All Implemented Interfaces:
public class VerizonMediaPingConfiguration.Builder
The builder for VerizonMediaPingConfiguration.
-
-
Method Summary
Modifier and Type Method Description VerizonMediaPingConfiguration.Builder
linearAdData(boolean linearAdData)
Sets whether to request information about upcoming ad breaks in the Ping responses. VerizonMediaPingConfiguration.Builder
adImpressions(boolean adImpressions)
Sets whether to increase the accuracy of ad events by passing the current playback time in Ping requests. VerizonMediaPingConfiguration.Builder
freeWheelVideoViews(boolean freeWheelVideoViews)
Sets whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server. VerizonMediaPingConfiguration
build()
Builds VerizonMediaPingConfiguration. -
-
Method Detail
-
linearAdData
@NonNull() VerizonMediaPingConfiguration.Builder linearAdData(boolean linearAdData)
Sets whether to request information about upcoming ad breaks in the Ping responses.
- Parameters:
linearAdData
- Whether to request information about upcoming ad breaks in the Ping responses.
-
adImpressions
@NonNull() VerizonMediaPingConfiguration.Builder adImpressions(boolean adImpressions)
Sets whether to increase the accuracy of ad events by passing the current playback time in Ping requests.
- Parameters:
adImpressions
- Whether to increase the accuracy of ad events by passing the current playback time in Ping requests.
-
freeWheelVideoViews
@NonNull() VerizonMediaPingConfiguration.Builder freeWheelVideoViews(boolean freeWheelVideoViews)
Sets whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server.
- Parameters:
freeWheelVideoViews
- Whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server.
-
build
@NonNull() VerizonMediaPingConfiguration build()
Builds VerizonMediaPingConfiguration.
-
-
-
-