PrivMX DOCS
API Reference/PrivMX Endpoint Swift Extra/Types

privmx.endpoint.inbox.InboxPublicView

Holds public information of an Inbox.

Fields

id

String The unique identifier for the inbox. This property returns the inboxId as a String, which serves as the unique identifier for the inbox.

Static Methods

==(::)

Returns a Boolean value indicating whether two values are equal. Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

Params

lhs

privmx.endpoint.inbox.InboxPublicView

A value to compare.

rhs

privmx.endpoint.inbox.InboxPublicView

Another value to compare.

public static func == (
lhs: privmx.endpoint.inbox.InboxPublicView,
rhs: privmx.endpoint.inbox.InboxPublicView
) -> Bool

Returns

Bool ·

Methods

hash(into:)

Hashes the essential components of this value by feeding them into the given hasher. Implement this method to conform to the Hashable protocol. The components used for hashing must be the same as the components compared in your type’s == operator implementation. Call hasher.combine(_:) with each of these components.

Params

hasher

inout Hasher

The hasher to use when combining the components of this instance.

public func hash(
into hasher: inout Hasher
) -> Void

We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.

PrivMX Endpoint Swift v2.3

This package is not up to date with the core documentation. Some of the features you've seen described in other parts of the documentation might not be mentioned here. Those changes do not influence compatibility, however