Uses of Class
com.netmera.mobile.NetmeraJavascriptInterface

Packages that use NetmeraJavascriptInterface
com.netmera.mobile   
 

Uses of NetmeraJavascriptInterface in com.netmera.mobile
 

Methods in com.netmera.mobile with parameters of type NetmeraJavascriptInterface
static boolean NetmeraPushService.handleRichPush(android.app.Activity pushActivity, NetmeraJavascriptInterface javascriptInterface)
          If the coming push notification is rich, the method creates a web view, adds given javascriptInterface to the web view and loads the content of the notification.
 

Method parameters in com.netmera.mobile with type arguments of type NetmeraJavascriptInterface
static boolean NetmeraPushService.handleRichPush(android.app.Activity pushActivity, java.util.List<NetmeraJavascriptInterface> javascriptInterfaces)
          If the coming push notification is rich, the method creates a web view, adds given list of javascriptInterfaces to the web view and loads the content of the notification.