ISignalCredentialStateCallbacks

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


Interface for the callbacks of the credential state signal API.

Summary

Public methods

abstract void
onFailure(String type, String message)

Called when the credential state signal propagation fails.

abstract void

Called when the credential state signal propagation is successful.

Inherited methods

From android.os.IInterface
abstract IBinder

Public methods

onFailure

abstract void onFailure(String type, String message)

Called when the credential state signal propagation fails.

Parameters
String type

The type of the error.

String message

The error message.

onSuccess

abstract void onSuccess(SignalCredentialStateResponse response)

Called when the credential state signal propagation is successful.