Uses of Class
com.netmera.mobile.NetmeraRichPushObject

Packages that use NetmeraRichPushObject
com.netmera.mobile   
 

Uses of NetmeraRichPushObject in com.netmera.mobile
 

Methods in com.netmera.mobile that return NetmeraRichPushObject
 NetmeraRichPushObject NetmeraRichPushObject.setRichPushHtml(java.lang.String richPushHtml)
          Set html string when sending rich push notification from SDK.
 

Methods in com.netmera.mobile that return types with arguments of type NetmeraRichPushObject
static java.util.List<NetmeraRichPushObject> NetmeraPushInboxDataController.getUserRelatedPushNotifications()
          Gets user related notifications from Netmera.
static java.util.List<NetmeraRichPushObject> NetmeraPushInboxDataController.getUserRelatedPushNotifications(NetmeraCache.CacheType cacheType)
          Gets user related notifications using cache policy from Netmera.
 

Method parameters in com.netmera.mobile with type arguments of type NetmeraRichPushObject
static void NetmeraPushInboxDataController.getUserRelatedPushNotificationsInBackground(NetmeraCache.CacheType cacheType, NetmeraCallback<java.util.List<NetmeraRichPushObject>> callback)
          Gets user related notifications using cache policy from Netmera in background.
static void NetmeraPushInboxDataController.getUserRelatedPushNotificationsInBackground(NetmeraCallback<java.util.List<NetmeraRichPushObject>> callback)
          Gets user related notifications from Netmera in background.