AdProperty
package com.intowow.sdk
public class AdProperty
This class can be used to configure the Ad property before you new an ad. For example:
For
MediaView
case :
For
DisplayAd
case :
For
InstreamAd
case:
Constants
String
String
String
String
String
String
String
String
String
String
String
(For instreamAd Only)
Constants
AUTO_CONTROL_VOLUME
String AUTO_CONTROL_VOLUME
If the native mediaview auto controls the video volume. The default value is false.
AUTO_PLAY
String AUTO_PLAY
If the ad auto play or not. The default value is true.
HIDE_AD_ICON
String HIDE_AD_ICON
If the ad needs to hide the AD icon or not. The default value is false.
HIDE_COUNTDOWN
String HIDE_COUNTDOWN
If the mediaview needs to hide the countdown or not. The default value is false.
HIDE_SPEAKER
String HIDE_SPEAKER
If the mediaview needs to hide the speaker or not. The default value is false.
HIDE_WIFITAG
String HIDE_WIFITAG
If the mediaview needs to hide the wifi tag or not. The default value is false.
SILENT_START
String SILENT_START
If the ad needs to auto silent play or not. The default value is true.
TOUCH_EFFECT
String TOUCH_EFFECT
If the mediaview needs to show the touch effect or not. The default effect is none.
VIDEO_AUTO_REPEAT
String VIDEO_AUTO_REPEAT
If the ad needs to auto repeat or not. The default value is true.
HIDE_NON_SKIPPABLE_BUTTON
String HIDE_NON_SKIPPABLE_BUTTON
If the ad needs customize skip button by yourself. The default value is false.
HIDE_AD_COUNT_VIEW
String HIDE_AD_COUNT_VIEW
If the ad needs to show the remain ad count view. The default value is false.
HIDE_COUNTDOWN
String HIDE_COUNTDOWN
If the ad needs to hide the count down view. The default value is false.
Last updated