PlaytimeParams

@objcMembers
public final class PlaytimeParams : NSObject, Sendable

The parameters related to User acquisition metadata.

  • User acquisition network where the user came from.

    Declaration

    Swift

    public let uaNetwork: String?
  • User acquisition channel where the user came from; e.g. video, offerwall.

    Declaration

    Swift

    public let uaChannel: String?
  • User acquisition sub ID in encrypted form where the user came from.

    Declaration

    Swift

    public let uaSubPublisherEncrypted: String?
  • User acquisition sub ID in clear text where the user came from.

    Declaration

    Swift

    public let uaSubPublisherCleartext: String?
  • The placement of the Playtime experience; e.g. “home screen”, “more options menu”.

    Declaration

    Swift

    public let placement: String?