ZoomVideoSdkChatHelperPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ZoomVideoSdkChatHelperPlatform
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canChatMessageBeDeleted(String msgId) Future<bool>
deleteChatMessage(String msgId) Future<String>
isChatDisabled() Future<bool>
isPrivateChatDisabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendChatToAll(String message) Future<String>
sendChatToUser(String userId, String message) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ZoomVideoSdkChatHelperPlatform
getter/setter pair