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?
  • Returns true if all properties are either empty or nil.

    Declaration

    Swift

    public var isEmpty: Bool { get }
  • Undocumented

    Declaration

    Swift

    override public var hash: Int { get }
  • Undocumented

    Declaration

    Swift

    override public func isEqual(_ object: Any?) -> Bool