ContactProxyHash

public struct ContactProxyHash : Encodable, Equatable

Represents a contact proxy hash used in the context of proxy indicator requests.

  • The proxy hash value.

    Declaration

    Swift

    public let proxyHash: String
  • Initializes a ContactProxyHash instance with the given proxy hash.

    Declaration

    Swift

    public init(proxyHash: String)

    Parameters

    proxyHash

    The proxy hash value.