설정 적용
적용 예시
val config = AdisonConfig().apply {
this.offerwallListTitle = "바로 적립 받기"
this.listType = AdisonListType.LIST
this.prepareViewHidden = true
this.navigationHelpButtonType = AdisonButtonType.Icon
this.enablePopupBannerExtension = true
this.themeMode = AdisonThemeMode.Light
}
Adison.setConfig(config)기본 옵션 설명
AdisonListType
AdisonButtonType
AdisonThemeMode
Last updated
