# Print output for @column tags ?>
public
static
abstract
class
NetworkStatsManager.UsageCallback
extends Object
| java.lang.Object | |
| ↳ | android.app.usage.NetworkStatsManager.UsageCallback |
Base class for usage callbacks. Should be extended by applications wanting notifications.
Public constructors | |
|---|---|
UsageCallback()
|
|
Public methods | |
|---|---|
abstract
void
|
onThresholdReached(int networkType, String subscriberId)
Called when data usage has reached the given threshold. |
Inherited methods | |
|---|---|
public UsageCallback ()
public abstract void onThresholdReached (int networkType,
String subscriberId)
Called when data usage has reached the given threshold.
| Parameters | |
|---|---|
networkType |
int |
subscriberId |
String |