ISignalCredentialStateCallbacks

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


Interface for the callbacks of the credential state signal API.

Summary

Public functions

Unit
onFailure(type: String!, message: String!)

Called when the credential state signal propagation fails.

Unit

Called when the credential state signal propagation is successful.

Inherited functions

From android.os.IInterface

Public functions

onFailure

fun onFailure(type: String!, message: String!): Unit

Called when the credential state signal propagation fails.

Parameters
type: String!

The type of the error.

message: String!

The error message.

onSuccess

fun onSuccess(response: SignalCredentialStateResponse!): Unit

Called when the credential state signal propagation is successful.