IRemoteAndroidKeyStoreCallbackspublic interface IRemoteAndroidKeyStoreCallbacks implements android.os.IInterfaceInterface for communication from the remote authentication service back to the client. |
Methods Summary |
---|
public void | onDisabled()A critical failure has occurred and the service won't be able to recover.
The client should unbind and optionally rebind at a later time.
| public void | onInitComplete()The service has started up and is fully initialized. This allows for the
service to take some time to initialize. Remote calls shouldn't be invoked
until this call has fired.
|
|