Builder
class Builder
Builder class for creating VideoAdScheduleParam instances
Constructors
Functions
Link copied to clipboard
Builds and returns a new VideoAdScheduleParam instance
Link copied to clipboard
Sets the duration when SDK should notice the ad
Link copied to clipboard
open fun setAdSchedulePolicy(pre: Boolean, mid: Boolean, post: Boolean): VideoAdScheduleParam.Builder
Sets the ad schedule policy for all positions
open fun setAdSchedulePolicy( @NonNull pre: VideoAdScheduleParam.SchedulePolicy, @NonNull mid: VideoAdScheduleParam.SchedulePolicy, @NonNull post: VideoAdScheduleParam.SchedulePolicy): VideoAdScheduleParam.Builder
Sets the ad schedule policy using SchedulePolicy objects
Link copied to clipboard
Sets the content start offset
Link copied to clipboard
Sets the content duration (must be greater than 0)
Link copied to clipboard
Sets the mid-roll ad policy
Link copied to clipboard
Sets the post-roll ad policy
Link copied to clipboard
Sets the pre-roll ad policy