2017-04-14 34 views
0

如何使用PHP在QuickBlox中發送System Notification類型的消息? 我正在使用以下內容來構建系統通知。如何使用PHP在QuickBlox中發送System Notification類型的消息?

$data  = array(
        'recipient_id'  => 26046325, 
        'type'    => 'headline',     
        'action'    => 'call', 
        'message'    => 'Hello ',   
        'command'    => 'encrypted command', 
        'moduleIdentifier' => 'SystemNotifications',    
       ); 

但消息被傳遞爲正常的聊天消息,而不是系統的通知。

+0

http://stackoverflow.com/questions/37683983/quickblox-rest-api-for-system做 - 通知/ 37835030#37835030 - 類似的問題得到了一個答案,但這並不令人滿意 –

回答

0

沒辦法,現在通過REST API

您只能通過XMPP API做