PlaytimePromotion

@objcMembers
public final class PlaytimePromotion : NSObject, Sendable

Promotion representation.

  • Promotion name.

    Declaration

    Swift

    public let name: String?
  • Description of the promotion.

    Declaration

    Swift

    public let promotionDescription: String?
  • Boost multiplier for the promotion.

    Declaration

    Swift

    public let boostFactor: Float?
  • Promotion start timestamp (ISO 8601).

    Declaration

    Swift

    public let startTime: String?
  • Promotion end timestamp (ISO 8601).

    Declaration

    Swift

    public let endTime: String?
  • Targeting type for high quality users.

    Declaration

    Swift

    public let targetingType: String?