JMMessageSendOptions class

Constructors

JMMessageSendOptions.fromJson(Map json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isCustomNotificationEnabled bool
getter/setter pair
isRetainOffline bool
是否让后台在对方不在线时保存这条离线消息,等到对方上线后再推送给对方。 @defaultvalue
getter/setter pair
isShowNotification bool
接收方是否针对此次消息发送展示通知栏通知。 @defaultvalue
getter/setter pair
needReadReceipt bool
设置这条消息的发送是否需要对方发送已读回执,false,默认值
getter/setter pair
notificationText String
设置此条消息在接收方通知栏所展示通知的内容。
getter/setter pair
notificationTitle String
设置此条消息在接收方通知栏所展示通知的标题。
getter/setter pair
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
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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