AvSignallingServicePlatform class abstract

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
offlineNotification Stream<List<ChannelCommonEvent>>
no setter
onlineNotification Stream<ChannelCommonEvent>
no setter
onMemberUpdateNotification Stream<SyncChannelEvent>
no setter
otherClientInviteAckNotification Stream<ChannelCommonEvent>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
no setterinherited
syncChannelListNotification Stream<List<SyncChannelEvent>>
no setter

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

Operators

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

Static Properties

instance AvSignallingServicePlatform
getter/setter pair