Uses of Class
com.netmera.mobile.NetmeraDeviceDetail

Packages that use NetmeraDeviceDetail
com.netmera.mobile   
 

Uses of NetmeraDeviceDetail in com.netmera.mobile
 

Methods in com.netmera.mobile with parameters of type NetmeraDeviceDetail
static void NetmeraPushService.register(NetmeraDeviceDetail deviceDetail)
          Registers device with the given device detail information
static void NetmeraPushService.unregister(NetmeraDeviceDetail pushDeviceDetail)
          Unregisters device completely.
 

Method parameters in com.netmera.mobile with type arguments of type NetmeraDeviceDetail
static void NetmeraPushService.getDeviceDetailInBackground(android.content.Context context, NetmeraCallback<NetmeraDeviceDetail> callback)
          Retrieves the detailed information of a registered device in the background thread.