OfferwallConfig
public class OfferwallConfig
package com.nestads.sdk.offerwall.modelConstructor
public constructor(appKey: String, appSecret: String, timeout: Long? = null)
매개변수
설명
val config = OfferwallConfig(
appKey = "YOUR_APP_KEY",
appSecret = "YOUR_APP_SECRET",
timeout = 30000L
)public class Builder
Constructor
매개변수
설명
Methods
매개변수
설명
Usage Example
기본 생성
Builder 패턴 사용
Last updated