LaunchingInfo

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val APP_TYPE_CODE_SANDBOX: String = "SANDBOX"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val TCPRODUCT_TYPE_TCLAUNCHING: String = "tcLaunching"

Functions

Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
open fun getAppKey(@NonNull tcProductType: String): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getIapId(@NonNull storeCode: String): String
Link copied to clipboard
Link copied to clipboard
open fun getIdpInfo(): Map<String, Any>
open fun getIdpInfo(providerName: String): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMarketUrl(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isTestDevice(): Boolean
Link copied to clipboard
open fun setStatus(@NonNull status: LaunchingStatus)
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String