toggle menu
library
androidJvm
switch theme
search in API
library
/
io.adjoe.sdk.custom
/
PlaytimeAdvancePlusConfig
Playtime
Advance
Plus
Config
class
PlaytimeAdvancePlusConfig
(
json
:
JSONObject
,
sequentialKey
:
String
?
,
bonusKey
:
String
?
)
Members
Constructors
Playtime
Advance
Plus
Config
Link copied to clipboard
constructor
(
json
:
JSONObject
,
sequentialKey
:
String
?
,
bonusKey
:
String
?
)
Properties
highest
Bonus
Event
Coins
Link copied to clipboard
val
highestBonusEventCoins
:
Int
highest
Sequential
Event
Coins
Link copied to clipboard
val
highestSequentialEventCoins
:
Int
total
Coins
Link copied to clipboard
val
totalCoins
:
Int
Functions
get
Bonus
Events
Link copied to clipboard
fun
getBonusEvents
(
)
:
List
<
PlaytimeAdvancePlusEvent
>
get
Sequential
Events
Link copied to clipboard
fun
getSequentialEvents
(
)
:
List
<
PlaytimeAdvancePlusEvent
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String