FileDocCategorySizeDatePackage
IRemoteAndroidKeyStoreCallbacks.javaAPI DocAndroid 5.1 API4087Sat Mar 14 04:10:30 GMT 2015org.chromium.net

IRemoteAndroidKeyStoreCallbacks

public interface IRemoteAndroidKeyStoreCallbacks implements android.os.IInterface
Interface for communication from the remote authentication service back to the client.

Fields Summary
Constructors Summary
Methods Summary
public voidonDisabled()
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 voidonInitComplete()
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.