public abstract static class ConnectivityManager.OnStartTetheringCallback extends Object
ConnectivityManager.startTethering(int, boolean, android.net.ConnectivityManager.OnStartTetheringCallback)
to find out whether tethering succeeded.Constructor and Description |
---|
OnStartTetheringCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onTetheringFailed()
Called when starting tethering failed.
|
void |
onTetheringStarted()
Called when tethering has been successfully started.
|