AdminContextId

public struct AdminContextId : Hashable

Represents a set of administrative rules for a country or a state.

  • id

    Unique identifier for the administrative context.

    Declaration

    Swift

    public var id: UInt32
  • Handle to the catalog containing this administrative context.

    Declaration

    Swift

    public var catalogHandle: UInt32
  • Creates a new instance with default values.

    Declaration

    Swift

    public init(id: UInt32 = 0, catalogHandle: UInt32 = 0)