Using BlackBerry Data

Using the RIM API Is there an exact way to collect the amount of data coming in and out of the service provider (not including WiFi / Bluetooth data).

+2
source share
2 answers

Unfortunately, I tried RadioInfo.getNumberOfPacketsReceived () and RadioInfo.getNumberOfPacketsSent (), and they also include using Wi-Fi, at least when routing through BlackBerry Infrastructure.

+2
source

Have you tried using RadioInfo.getNumberOfPacketsSent() and RadioInfo.getNumberOfPacketsReceived() to monitor data usage?

+1
source

All Articles