OANotification class

oa 通知

Constructors

OANotification({String? notificationName, String? notificationFaceURL, int? notificationType, String? text, String? externalUrl, int? mixType, PictureElem? pictureElem, SoundElem? soundElem, VideoElem? videoElem, FileElem? fileElem, String? ex})
OANotification.fromJson(Map<String, dynamic> json)

Properties

ex String?
扩展字段
getter/setter pair
externalUrl String?
跳转链接
getter/setter pair
fileElem FileElem?
文件信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mixType int?
0:纯文字通知 1:文字+图片通知 2:文字+视频通知 3:文字+文件通知
getter/setter pair
notificationFaceURL String?
头像
getter/setter pair
notificationName String?
标题
getter/setter pair
notificationType int?
类型
getter/setter pair
pictureElem PictureElem?
图片信息
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soundElem SoundElem?
语音信息
getter/setter pair
text String?
文本内容
getter/setter pair
videoElem VideoElem?
视频信息
getter/setter pair

Methods

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

Operators

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