JMConversationInfo class
Constructors
- JMConversationInfo.fromJson(Map json)
Properties
- conversationType ↔ JMConversationType
-
read / write
- extras ↔ Map
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- latestMessage ↔ dynamic
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- target ↔ dynamic
-
read / write
- title ↔ String
-
read / write
- unreadCount ↔ int
-
read / write
Methods
-
getHistoryMessages(
{int from, int limit, bool isDescend = false}) → Future< List> -
isMyMessage(
dynamic message) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
sendCustomMessage(
{Map customObject, JMMessageSendOptions sendOption, Map extras}) → Future< JMCustomMessage> -
sendFileMessage(
{dynamic type, String path, JMMessageSendOptions sendOption, Map extras}) → Future< JMFileMessage> -
sendImageMessage(
{String path, JMMessageSendOptions sendOption, Map extras}) → Future< JMImageMessage> -
sendLocationMessage(
{double latitude, double longitude, int scale, String address, JMMessageSendOptions sendOption, Map extras}) → Future< JMLocationMessage> -
sendTextMessage(
{String text, JMMessageSendOptions sendOption, Map extras}) → Future< JMTextMessage> -
sendVoiceMessage(
{String path, JMMessageSendOptions sendOption, Map extras}) → Future< JMVoiceMessage> -
setExtras(
Map extras) → Future< void> -
toJson(
) → Map -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited