TUILiveConnectionObserver class

Constructors

TUILiveConnectionObserver.new({OnConnectionUserListChanged? onConnectionUserListChanged, OnConnectionRequestReceived? onConnectionRequestReceived, OnConnectionRequestCancelled? onConnectionRequestCancelled, OnConnectionRequestAccept? onConnectionRequestAccept, OnConnectionRequestReject? onConnectionRequestReject, OnConnectionRequestTimeout? onConnectionRequestTimeout})

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectionRequestAccept OnConnectionRequestAccept
Callback for accepted the connection invitation
getter/setter pair
onConnectionRequestCancelled OnConnectionRequestCancelled
Callback for canceled the connection invitation
getter/setter pair
onConnectionRequestReceived OnConnectionRequestReceived
Callback for received the connection invitation
getter/setter pair
onConnectionRequestReject OnConnectionRequestReject
Callback for rejected the connection invitation
getter/setter pair
onConnectionRequestTimeout OnConnectionRequestTimeout
Callback for timeout the connection invitation
getter/setter pair
onConnectionUserListChanged OnConnectionUserListChanged
Callback for connected users changed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited