IImportCredentialsCallbacks

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


Interface for the callbacks of importing credentials for device setup.

Summary

Public methods

abstract void
onFailure(String type, String message)

Called when the export fails.

abstract void

Called when the importing 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(ImportCredentialsForDeviceSetupResponse response)

Called when the importing is successful.