PlaytimeRewardActionMultiplier

public final class PlaytimeRewardActionMultiplier : NSObject, Sendable

The class provides detailed information about events that multiply rewards.

  • Return the event’s name.

    Declaration

    Swift

    public let eventName: String?
  • Returns the event’s description.

    Declaration

    Swift

    public let eventDescription: String?
  • Return the multiplication factor of the coin for the multiplier event. value: 0-100.

    Declaration

    Swift

    public let multiplierFactorPercentage: Int?
  • Returns the maximum number of levels that can be multiplied by the event.

    Declaration

    Swift

    public let multiplierLevels: Int?
  • 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.

    Declaration

    Swift

    public let status: String?
  • Returns the number of levels that has been multiplied by the event.

    Declaration

    Swift

    public let usedLevels: Int?