LiveTalkApi class
Properties
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