RoomServicePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RoomServicePlatform

Constructors

RoomServicePlatform()

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

cancelJoinRoom(String roomUuid) Future<VoidResult>
createRoom(NECreateRoomParams params, NECreateRoomOptions options) Future<VoidResult>
downloadAttachment(String messageUuid) Future<NEResult<VoidResult>>
fetchChatroomHistoryMessages(String roomArchiveId, NEChatroomHistoryMessageSearchOption option) Future<NEResult<List<RoomMessage>>>
getRoomCloudRecordList(String roomArchiveId) Future<NEResult<List<RoomRecord?>?>>
joinRoom(NEJoinRoomParams params, NEJoinRoomOptions options, {bool isInvite = false}) Future<NEResult<RoomSnapshot>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previewRoom(NEPreviewRoomParams params, NEPreviewRoomOptions options) Future<VoidResult>
rejectInvite(String roomUuid) Future<NEResult<VoidResult>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RoomServicePlatform
getter/setter pair