pub fn create_notification( message_id: u16, token: Vec<u8>, sequence: u32, payload: Vec<u8>, is_confirmable: bool, ) -> Packet
Creates a notification response for notifying observers about an update.