AvSignallingServicePlatform class
abstract
Methods
-
acceptInvite(InviteParam inviteParam)
→ Future<NIMResult<void>>
-
-
call(CallParam callParam)
→ Future<NIMResult<ChannelFullInfo>>
-
-
cancelInvite(InviteParam inviteParam)
→ Future<NIMResult<void>>
-
-
closeChannel({required String channelId, required bool offlineEnabled, String? customInfo})
→ Future<NIMResult<void>>
-
-
createChannel({required ChannelType type, String? channelName, String? channelExt})
→ Future<NIMResult<ChannelBaseInfo>>
-
-
handleMethodCall(String method, dynamic arguments)
→ Future
-
inherited
-
invite(InviteParam inviteParam)
→ Future<NIMResult<void>>
-
-
invokeMethod(String method, {Map<String, dynamic>? arguments})
→ Future<Map<String, dynamic>>
-
inherited
-
joinChannel({required String channelId, int? selfUid, String? customInfo, required bool offlineEnabled})
→ Future<NIMResult<ChannelFullInfo>>
-
-
leaveChannel({required String channelId, required bool offlineEnabled, String? customInfo})
→ Future<NIMResult<void>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent(String method, dynamic arguments)
→ Future
-
inherited
-
queryChannelInfo(String channelName)
→ Future<NIMResult<ChannelFullInfo>>
-
-
rejectInvite(InviteParam inviteParam)
→ Future<NIMResult<void>>
-
-
sendControl({required String channelId, required String accountId, String? customInfo})
→ Future<NIMResult<void>>
-
-
toString()
→ String
-
A string representation of this object.
inherited