NestAdsVideoOptions
public final class NestAdsVideoOptions
package com.nestads.sdk.adsPublic Constructors
public constructor NestAdsVideoOptions(val startMuted: Boolean = true, val playCondition: String = NEST_ADS_PLAY_CONDITION_CUSTOM, val customControlsRequested: Boolean = true, val quality: String = NEST_ADS_VIDEO_QUALITY_AUTO)
매개변수
설명
Nested Class
Public Constants
public const final val NEST_ADS_PLAY_CONDITION_CUSTOM: String
public const final val NEST_ADS_PLAY_CONDITION_AUTO_START: String
public const final val NEST_ADS_PLAY_CONDITION_MANUAL_START: String
public const final val NEST_ADS_PLAY_CONDITION_AUTO_START_ON_WIFI: String
public const final val NEST_ADS_VIDEO_QUALITY_AUTO: String
public const final val NEST_ADS_VIDEO_QUALITY_HIGH: String
public const final val NEST_ADS_VIDEO_QUALITY_MEDIUM: String
public const final val NEST_ADS_VIDEO_QUALITY_LOW: String
Public Variables
public final val startMuted: Boolean
public final val playCondition: String
public final val customControlsRequested: Boolean
Last updated