PlaytimeRewardActionMultiplier

data class PlaytimeRewardActionMultiplier(val eventName: String?, val eventDescription: String?, val multiplierFactorPercentage: Int?, val multiplierLevels: Int?, val status: String?, val usedLevels: Int?)

Configuration for a multiplier

Constructors

Link copied to clipboard
constructor(eventName: String?, eventDescription: String?, multiplierFactorPercentage: Int?, multiplierLevels: Int?, status: String?, usedLevels: Int?)

Properties

Link copied to clipboard

Returns the event's description

Link copied to clipboard

Return the event's name

Link copied to clipboard

Return the multiplication factor of the coin for the multiplier event. value: 0-100

Link copied to clipboard

Returns the maximum number of levels that can be multiplied by the event

Link copied to clipboard

Return the status of the multiplied event: "Pending": multiplier events not used yet "Active": multiplier event is currently active "Finished": multiplier event has been used and finished

Link copied to clipboard

Returns the number of levels that has been multiplied by the event