PrivMX DOCS
API Reference/PrivMX Endpoint Swift Extra/Types

privmx.endpoint.inbox.InboxEntry

Holds information about Inbox entry

Fields

id

String The unique identifier for the entry. This property returns the entryId converted to a String`.

Static Methods

==(::)

Compares two InboxEntry instances for equality.

Params

lhs

privmx.endpoint.inbox.InboxEntry

The left-hand side InboxEntry instance.

rhs

privmx.endpoint.inbox.InboxEntry

The right-hand side InboxEntry instance.

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

Returns

Bool · true if all relevant fields of both files are equal, otherwise false.

Methods

hash(into:)

Generates a hash value for the InboxEntry instance. This function combines the info property into the hash to uniquely identify the file.

Params

hasher

inout Hasher

The Hasher instance used to compute the hash value.

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