public interface StatusCallback
Modifier and Type | Method and Description |
---|---|
void |
onDisabled()
Called when Orbot reports that it is no longer running
|
void |
onEnabled(android.content.Intent statusIntent)
Called when Orbot is operational
|
void |
onNotYetInstalled()
Called if Orbot is not yet installed.
|
void |
onStarting()
Called when Orbot reports that it is starting up
|
void |
onStatusTimeout()
Called if our attempt to get a status from Orbot failed
after a defined period of time.
|
void |
onStopping()
Called when Orbot reports that it is shutting down
|
void onEnabled(android.content.Intent statusIntent)
statusIntent
- an Intent containing information about
Orbot, including proxy portsvoid onStarting()
void onStopping()
void onDisabled()
void onStatusTimeout()
void onNotYetInstalled()