Uses of Class
com.netmera.mobile.NetmeraPopup

Packages that use NetmeraPopup
com.netmera.mobile   
 

Uses of NetmeraPopup in com.netmera.mobile
 

Methods in com.netmera.mobile that return types with arguments of type NetmeraPopup
static java.util.List<NetmeraPopup> NetmeraPopupService.getAllPopupsToShow()
           
static java.util.List<NetmeraPopup> NetmeraPopupService.getEventRelatedPopupsToShow(java.lang.String eventName)
           
static java.util.List<NetmeraPopup> NetmeraPopupService.getUserPopupsFromNetmera()
          Gets user&event related pop-ups from Netmera.
 

Method parameters in com.netmera.mobile with type arguments of type NetmeraPopup
static void NetmeraPopupService.getUserPopupsFromNetmeraInBackground(NetmeraCallback<java.util.List<NetmeraPopup>> callback)
          Gets user&event related pop-ups from Netmera in background.