Class: NotificationPeerDictionaryEntry

thaliPeerDictionary~NotificationPeerDictionaryEntry

new NotificationPeerDictionaryEntry(peerState, peerConnectionDictionary, notificationAction)

An entry to be put into the peerDictionary.

Parameters:
Name Type Description
peerState module:thaliPeerDictionary.peerState

The state of the peer.

peerConnectionDictionary module:thaliPeerDictionary~PeerConnectionDictionary

A dictionary of different connection types we know about for this peerIdentity

notificationAction module:thaliNotificationAction~NotificationAction
Source:

Members

(nullable) notificationAction :module:thaliNotificationAction~NotificationAction

The notification action (if any) associated with the peer.

Type:
Source:

(private) peerConnectionDictionary :module:thaliPeerDictionary~PeerConnectionDictionary

The current peer connection dictionary

Type:
Source:

(private) peerState :module:thaliPeerDictionary.peerState

The current state of the peer

Type:
Source: