Uses of Class
com.netmera.mobile.NetmeraMedia

Packages that use NetmeraMedia
com.netmera.mobile   
 

Uses of NetmeraMedia in com.netmera.mobile
 

Methods in com.netmera.mobile that return NetmeraMedia
 NetmeraMedia BaseContent.getNetmeraMedia(java.lang.String key)
          Gets the NetmeraMedia object with the specified key.
 NetmeraMedia BaseContent.getNetmeraMedia(java.lang.String key, NetmeraMedia.PhotoSize size)
          Gets the NetmeraMedia object with the specified key and photo size.
 

Method parameters in com.netmera.mobile with type arguments of type NetmeraMedia
 void BaseContent.getNetmeraMediaInBackground(java.lang.String key, NetmeraCallback<NetmeraMedia> callback)
          Gets the NetmeraMedia object with the specified key.Since it runs on the background thread it does not block program.It is recommended over getNetmeraMedia(key) method.