public interface ServiceConnectionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onServiceConnected()
This method is called when the service is connected after calling bindService.
|
void |
onServiceDisconnected()
This method is called when the service is disconnected.
|
void |
onTokenVerifyFailed()
This method is called when the token verification fails.
|
void onServiceConnected()
void onServiceDisconnected()
void onTokenVerifyFailed()