PlaytimeCashbackRewardEvent

@objcMembers
public final class PlaytimeCashbackRewardEvent : NSObject, Sendable

Cashback event.

  • Amount of coins granted for the event.

    Declaration

    Swift

    public let coins: Int?
  • Timestamp (ISO 8601) when the event is processed.

    Declaration

    Swift

    public let processAt: String?
  • Timestamp (ISO 8601) when the event is received.

    Declaration

    Swift

    public let receivedAt: String?