ICredentialTransferCapabilitiesCallbacks

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

Interface for the callbacks of getting transfer capabilities.

Summary

Public methods

abstract void
onFailure(String type, String message)

Called when the get capabilities fails.

abstract void

Called when the get capabilities is successful.

Inherited methods

From android.os.IInterface
abstract IBinder

Public methods

onFailure

abstract void onFailure(String type, String message)

Called when the get capabilities fails.

Parameters
String type

The type of the error.

String message

The error message.

onSuccess

abstract void onSuccess(CredentialTransferCapabilities response)

Called when the get capabilities is successful.