LiveTalkApi class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkInfo Map<String, dynamic>?
no setter
uploadStream Stream<Map<String, dynamic>>
no setter

Methods

actionOnMessage({required String content, required String id, required String action}) Future<bool>
createRoom({required Map<String, dynamic> body}) Future<String?>
getConfig(String domainPbx) Future<Map<String, dynamic>?>
getCurrentRoom() Future<LiveTalkRoomEntity?>
getGeo() Future<LiveTalkGeoEntity?>
getMessageHistory({required int page, int size = 15}) Future<List<LiveTalkMessageEntity>>
logout({required String appId, required String deviceId, required String uuid}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMessage({required String id}) Future<bool>
sendMessage(LiveTalkSendingMessage message) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance LiveTalkApi
final