NestAds.Offerwall
NestAds.Offerwall API를 통해 Offerwall 기능을 사용하는 방법을 설명합니다.
public static let Offerwall: NestAdsOfferwallBridge
Public Methods
initialize(application:appKey:appSecret:environment:timeoutMillis:)
@objc public func initialize(
application: UIApplication,
appKey: String,
appSecret: String,
environment: String = "production",
timeoutMillis: NSNumber? = nil
)Parameters
파라미터
타입
설명
login(userId:gender:birthYear:)
Parameters
파라미터
타입
설명
Gender Constants
상수
값
설명
Example
logout()
Example
openOfferwall(from:placementCode:showNavigationBar:useNativeNavigationBar:delegate:)
Parameters
파라미터
타입
설명
Example
Public Properties
isInitialized
Example
isLoggedIn
Example
currentUserId
Example
sdkVersion
Example
adchainSDKVersion
Example
Quiz 메서드
quiz()
Returns
타입
설명
Example
Mission 메서드
mission()
Returns
타입
설명
Example
전체 사용 예제
관련 문서
Last updated