-
- All Implemented Interfaces:
public class VerizonMediaPingConfiguration.BuilderThe builder for VerizonMediaPingConfiguration.
-
-
Method Summary
Modifier and Type Method Description VerizonMediaPingConfiguration.BuilderlinearAdData(boolean linearAdData)Sets whether to request information about upcoming ad breaks in the Ping responses. VerizonMediaPingConfiguration.BuilderadImpressions(boolean adImpressions)Sets whether to increase the accuracy of ad events by passing the current playback time in Ping requests. VerizonMediaPingConfiguration.BuilderfreeWheelVideoViews(boolean freeWheelVideoViews)Sets whether to enable FreeWheel's Video View by Callback feature to send content impressions to the FreeWheel server. VerizonMediaPingConfigurationbuild()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.
-
-
-
-