주요 함수

Android SDK 주요 함수

DeXOps.configure()

Application 및 광고 서버 URL 설정

파라미터

파라미터
타입
설명
필수 여부

application

Application

앱의 Application

필수

campaignHost

String

광고 서버 URL

필수

DeXOps.shared().bannerView()

광고 화면 요청 및 지정된 화면에 광고가 보여짐

파라미터

파라미터
타입
설명
필수 여부

parentLayout

FrameLayout

광고 화면이 위치 할 Layout

필수

channel

Int

채널

필수

section

Int

섹션

필수

slot

Int

슬롯

필수

bannerOptions

Map

마진 정보

옵션

completion

Function2

완료 핸들

필수

완료 핸들러 정보

파라미터
타입
설명

isSuccess

Boolean

광고 요청 성공 여부

message

String

광고 요청 메세지

DeXOps.shared().makeBannerOptionsBuilder().build()

광고의 마진 정보를 생성해주는 함수

Sample

DeXOps.shared().bannerInfo()

파라미터

파라미터
타입
설명
필수 여부

channel

Int

채널

필수

section

Int

섹션

필수

slot

Int

슬롯

필수

completion

Function2

완료 핸들러

필수

완료 핸들러 정보

파라미터
타입
설명

isSuccess

Boolean

광고 요청 성공 여부

deXOpsAdVO

DeXOpsAdVO

광고 응답 정보 Data Class

Last updated

Was this helpful?