NestAdsIndicatorOption
public final class NestAdsIndicatorOption
package com.nestads.sdk.common.nest_ads_indicatorPublic Constructors
public constructor NestAdsIndicatorOption(var backgroundColor ...)
매개변수
타입
설명
Nested Class
NestAdsIndicatorOption.Builder
Public Constructors
public constructor Builder()
Public Methods
public final fun setBackgroundColor(backgroundColor: String): NestAdsIndicatorOption.Builder
public final fun setTextColor(textColor: String): NestAdsIndicatorOption.Builder
public final fun setBorderWidth(borderWidth: Int): NestAdsIndicatorOption.Builder
public final fun setBorderColor(borderColor: String): NestAdsIndicatorOption.Builder
public final fun setSize(size: NestAdsIndicatorSize): NestAdsIndicatorOption.Builder
public final fun setOpacity(opacity: Float): NestAdsIndicatorOption.Builder
public final fun build(): NestAdsIndicatorOption
예제 코드
Last updated