Examples

This examples shows implementation of Hood Push Web Api on the real-life example. 1. In this example are implemented 3 callback functions:

  1. onAllow - redirects user to http://google.com
  2. onBlock - redirect user to http://facebook.com
  3. onGranted - showing a message with text ,,Welcome again”.
On This Page