PlaytimeCashbackReward

@objcMembers
public final class PlaytimeCashbackReward : NSObject, Sendable

Cashback reward info.

  • Total amount of coins for given rewarded events group.

    Declaration

    Swift

    public let totalCoins: Int?
  • Events in the reward group.

    Declaration

    Swift

    public let events: [PlaytimeCashbackRewardEvent]