IGetCredentialCallbacks

@Generated(value = "//java/com/google/android/aidl")
public interface IGetCredentialCallbacks extends IInterface


Callback interface for the get-credential operation.

Summary

Nested types

public abstract class IGetCredentialCallbacks.Stub extends BaseStub implements IGetCredentialCallbacks

Public methods

abstract void
onFailure(String type, String message)

Called when the credential retrieval fails.

abstract void

Called when the credential retrieval is successful.

Inherited methods

From android.os.IInterface
abstract IBinder

Public methods

onFailure

abstract void onFailure(String type, String message)

Called when the credential retrieval fails.

onSuccess

abstract void onSuccess(GetCredentialResponse response)

Called when the credential retrieval is successful.