DittoConnectionRequest

class DittoConnectionRequest

Contains information about a remote peer that has requested a connection.

Since

4.7.0

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val connectionType: DittoConnectionType

The connection type used to establish this particular connection.

Link copied to clipboard
val identityServiceMetadata: Map<String, Any?>

Metadata for the remote peer that is provided by the identity service.

Link copied to clipboard
val identityServiceMetadataJsonString: String

String of JSON-encoded metadata for the remote peer that is provided by the identity service.

Link copied to clipboard
val peerKeyString: String

The unique peer key of the remote peer.

Link copied to clipboard
val peerMetadata: Map<String, Any?>

Metadata associated with the remote peer.

Link copied to clipboard
val peerMetadataJsonString: String

String of JSON-encoded metadata associated with the remote peer.