UNPKG
wildfire-im-sdk
Version:
latest (0.1.9)
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
野火IM SDK for Vue3 projects
github.com/yourusername/wildfire-im-sdk
yourusername/wildfire-im-sdk
wildfire-im-sdk
/
src
/
wfc_custom_message
/
customMessageContentType.js
6 lines
(5 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
export
default
class
CustomMessageContentType
{
// 1000 以下为内部消息保留,自定义消息需使用 1000 以上的数字
static
MESSAGE_CONTENT_TYPE_CUSTOM_MESSAGE_TEST =
1001
;
static
MESSAGE_CONTENT_TYPE_CUSTOM_MESSAGE_TEST_NOTIFICATION =
1002
; }