NestAdsVideoOptions
public final class NestAdsVideoOptions
package com.nestads.sdk.ads
동영상 광고에 관련된 옵션을 설정하는 클래스입니다. NestAdsVideoOptions.Builder
를 통해 생성합니다.
Public 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)
startMuted
동영상 광고가 시작될 때 음소거 상태로 시작하는지 여부
playCondition
동영상 광고 재생 타입
customControlsRequested
동영상 광고 제어 여부
quality
동영상 광고 화질
Nested Class
NestAdsVideoOptions 의 builder 클래스
Public Constants
public const final val NEST_ADS_PLAY_CONDITION_CUSTOM: String
동영상 광고 재생 타입: 커스텀의 상수
Constant Value: "CUSTOM”
public const final val NEST_ADS_PLAY_CONDITION_AUTO_START: String
동영상 광고 재생 타입: 자동재생의 상수
Constant Value: "AUTO_START”
public const final val NEST_ADS_PLAY_CONDITION_MANUAL_START: String
동영상 광고 재생 타입: 수동재생의 상수
Constant Value: "MANUAL_START”
public const final val NEST_ADS_PLAY_CONDITION_AUTO_START_ON_WIFI: String
동영상 광고 재생 타입: 와이파이 환경에서의 자동재생의 상수
Constant Value: "AUTO_START_ON_WIFI”
public const final val NEST_ADS_VIDEO_QUALITY_AUTO: String
동영상 광고 동영상 화질 타입: 자동의 상수
Constant Value: "CUSTOM”
public const final val NEST_ADS_VIDEO_QUALITY_HIGH: String
동영상 광고 동영상 화질 타입: 고화질의 상수
Constant Value: "HIGH”
public const final val NEST_ADS_VIDEO_QUALITY_MEDIUM: String
동영상 광고 동영상 화질 타입: 중간화질의 상수
Constant Value: "MEDIUM”
public const final val NEST_ADS_VIDEO_QUALITY_LOW: String
동영상 광고 동영상 화질 타입: 저화질의 상수
Constant Value: "LOW”
Public Variables
public final val startMuted: Boolean
동영상 광고가 시작될 때 음소거 상태로 시작하는지 여부
default: true
public final val playCondition: String
동영상 광고의 재생 타입
default: NestAdsVideoOptions.NEST_ADS_PLAY_CONDITION_CUSTOM
public final val customControlsRequested: Boolean
동영상 광고 제어 여부
default: true
Last updated