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.
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.
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