IabContent
public struct IabContent
extension IabContent: Sendable
extension IabContent: Equatable, Hashable
-
Declaration
Swift
public var taxonomy: IabContentTaxonomy
-
Declaration
Swift
public var categoryIds: [String]
-
Declaration
Swift
public init(taxonomy: IabContentTaxonomy, categoryIds: [String])
-
Declaration
Swift
public static func == (lhs: IabContent, rhs: IabContent) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)