app-starlock/lib/tools/push/message_constant.dart

15 lines
545 B
Dart
Raw Permalink Normal View History

class MessageConstant {
//钥匙状态变更 含(钥匙冻结、解冻、过期、有效期信息受更)
static const int keyStateChange = 10;
//删除钥匙(返回锁列表刷新〉
static const int keyDelete = 20;
//收到锁(返回锁列表刷新〉
static const int lockReceive = 30;
//收到钥匙(返回指定钥匙分组+钥匙数据〉
static const int keyReceive = 40;
//锁设置变更
static const int lockSetChange = 50;
//呼叫推送自定义大图模式
static const int talkPushBigImage = 70;
}