IExportCredentialsCallbacks

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


Interface for the callbacks of exporting credentials to device setup.

Summary

Public methods

abstract void
onFailure(String type, String message)

Called when the export fails.

abstract void

Called when the exporting is successful.

Inherited methods

From android.os.IInterface
abstract IBinder

Public methods

onFailure

abstract void onFailure(String type, String message)

Called when the export fails.

Parameters
String type

The type of the error.

String message

The error message.

onSuccess

abstract void onSuccess(ExportCredentialsToDeviceSetupResponse response)

Called when the exporting is successful.