Advertisement
alamkanak

Notification sample for help+ 02

Apr 14th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- Request notification -->
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <root>
  4.     <creator_id>2</creator_id>
  5.     <creator_name>Stephen Hawking</creator_name>
  6.     <notification_type>nearby_request</notification_type>
  7.     <request_id>21</request_id>
  8.     <request_title>Someone give me blood</request_title>
  9. </root>
  10.  
  11.  
  12. <!-- Message notification -->
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <root>
  15.     <message_id>2</message_id>
  16.     <request_id>21</request_id>
  17.     <thread_id>5</thread_id>
  18.     <notification_type>message</notification_type>
  19.     <sender>Albert Einstein</sender>
  20.     <sender_id>3</sender_id>
  21.     <text>I will give you blood. Lets meet.</text>
  22. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement