-
public class RewardedCompletionRulesRules for completion rewarded ad. Bid response JSON object:
{@code seatbid.bid[].ext.rwdd.completion}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRewardedCompletionRules.PlaybackEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intDEFAULT_BANNER_TIME_MSprivate intbannerTimeprivate intendCardTimeprivate IntegervideoTimeprivate StringbannerEventprivate RewardedCompletionRules.PlaybackEventvideoEventprivate StringendCardEvent
-
Constructor Summary
Constructors Constructor Description RewardedCompletionRules()RewardedCompletionRules(Integer bannerTime, Integer videoTime, Integer endCardTime, String bannerEvent, RewardedCompletionRules.PlaybackEvent videoEvent, String endCardEvent)
-
Method Summary
Modifier and Type Method Description intgetBannerTime()intgetEndCardTime()IntegergetVideoTime()StringgetBannerEvent()RewardedCompletionRules.PlaybackEventgetVideoEvent()StringgetEndCardEvent()static RewardedCompletionRules.PlaybackEventgetDefaultPlaybackEvent()-
-
Method Detail
-
getBannerTime
int getBannerTime()
-
getEndCardTime
int getEndCardTime()
-
getVideoTime
@Nullable() Integer getVideoTime()
-
getBannerEvent
@Nullable() String getBannerEvent()
-
getVideoEvent
@Nullable() RewardedCompletionRules.PlaybackEvent getVideoEvent()
-
getEndCardEvent
@Nullable() String getEndCardEvent()
-
getDefaultPlaybackEvent
static RewardedCompletionRules.PlaybackEvent getDefaultPlaybackEvent()
-
-
-
-