VChatCloudApi class

VChatCloud OpenAPI

Constructors

VChatCloudApi()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

download({required FileModel file, required String downloadPath}) Future<File>
파일 저장
getFileList({required String roomId}) Future<List<FileModel>>
업로드 파일 목록 조회
getLike({required String roomId}) Future<int>
좋아요 개수 조회
getRoomInfo({required String roomId}) Future<ChatRoomModel>
방 정보 조회
googleTranslation({required String text, required String target, required String roomId}) Future<GoogleTranslationModel>
Google Translation
like({required String roomId}) Future<int>
좋아요 추가
openGraph({required String requestUrl}) Future<OpenGraphModel>
OpenGraph Info 획득
reportUser({required String roomId, required String buserChatId, required String buserNick, required String buserMsg}) Future<CommonResultModel>
user 신고하기