HandshakeResource

Contains additional details for a handshake.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of HandshakeResource objects. When needed, contains additional details for a handshake. For example, the email address for the sender.

Link copied to clipboard

The type of information being passed, specifying how the value is to be interpreted by the other party:

Link copied to clipboard

Additional information for the handshake. The format of the value string must match the requirements of the specified type.

Functions

Link copied to clipboard
inline fun copy(block: HandshakeResource.Builder.() -> Unit = {}): HandshakeResource
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String