Static message notification delivery process
Android process:
Step 1:
Switch control
Android notification switch status is recorded and controlled by APP
Step 2:
Send message content to device
Cmds.noticeMessageV3(param).send
Execute this interface to send notification message content
iOS process:
Step 1:
Switch control
Cmds.setNoticeStatus(param).send
Use this interface to set the message notification switch
Step 2:
Send message content to device
iOS message notification is based on Apple Notification Center Service (ANCS)