CallPhoenixClient class
Properties
-
callChannelJoined
→ bool
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isConnected
→ bool
-
no setter
-
lobbyChannelJoined
→ bool
-
no setter
-
onCallChannelError
↔ dynamic Function(CallPhoenixClient sock, Map?)?
-
getter/setter pair
-
onCallChannelJoin
↔ dynamic Function(CallPhoenixClient sock, Map?)?
-
getter/setter pair
-
onCallChannelMessage
↔ dynamic Function(CallPhoenixClient sock, Map<String, dynamic>? msg, String event)?
-
getter/setter pair
-
onConnected
↔ dynamic Function(CallPhoenixClient sock)?
-
getter/setter pair
-
onDisconnected
↔ dynamic Function(CallPhoenixClient sock)?
-
getter/setter pair
-
onLobbyChannelJoin
↔ dynamic Function(CallPhoenixClient sock, Map?)?
-
getter/setter pair
-
onLobbyChannelMessage
↔ dynamic Function(CallPhoenixClient sock, Map<String, dynamic>? msg, String event)?
-
getter/setter pair
-
onNotifyListChange
↔ dynamic Function(CallPhoenixClient sock, List? list)?
-
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
webSocketUrl
↔ String
-
getter/setter pair
Methods
-
cleanUp()
→ void
-
-
connect(String token, String? deviceId)
→ void
-
-
disconnect()
→ void
-
-
joinChannel(String channel, Map<String, dynamic> param, String type)
→ void
-
-
leaveChannel(String channel, String type)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAllListener()
→ void
-
-
sendPayload(String event, Map<String, dynamic> payload, String channel, String type)
→ void
-
-
sendPayloadAny(String event, dynamic payload, String channel, String type)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited