OfferwallConfig
Offerwall SDK 초기화에 필요한 설정 정보를 담는 클래스입니다.
public class OfferwallConfig
Public Properties
public let appKey: String
public let appSecret: String
public let application: UIApplication
public let timeoutMillis: Int64?
Public Methods
public init(application:appKey:appSecret:timeoutMillis:)
Parameters
파라미터
타입
설명
Example
사용 예제
AppDelegate에서 초기화
관련 문서
Last updated