pushApi class

Properties

dataHelper DataHelper
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

daysBetween(DateTime from, DateTime to) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
PushDeviceBindingAdd(String domain_key) Future<commonResp>
裝置設備帳號手動綁定一對一(如果自動綁定可以不使用本API)
PushDeviceBindingQuery(String domain_key) Future<bindingQueryResp>
設備登入帳號綁定查詢
PushDeviceBindingRemove(int serial_no) Future<commonResp>
設備帳號綁定解除
PushDeviceContentQuery(int message_id) Future<contentQueryResp>
裝置端查詢訊息內容查詢更新已讀
PushDeviceGetUUID() Future<void>
設備初始化時,取得 device_uuid & device_id
PushDeviceInfoUpdate({String domain_key = "", String token = ""}) Future<infoUpdateResp>
設備基本資料新增註冊或更新相關資訊
PushDeviceMessageDel(String message_id) Future<commonResp>
裝置端刪除多筆或是單筆訊息
PushDeviceMessageQuery({int counts = 200, String category = "", int? start_point, String? position}) Future<messageQueryResp>
裝置端查詢訊息列表
PushDeviceMessageRead(String message_id) Future<commonResp>
裝置端多筆已讀
PushDeviceMobileBinding(String domain_key, String mobile_no) Future<commonResp>
移動電話及身分證綁定
PushDeviceStatusQuery({String is_private = "ALL"}) Future<statusQueryResp>
設備推播開關查詢
PushDeviceStatusUpdate(Map<String, dynamic> postdata) Future<commonResp>
設備開關更新功能使用JSON批次更新
PushDeviceUnReadCount({String is_private = "ALL"}) Future<unReadCountResp>
設備訊息未讀筆數查詢
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance pushApi
final