IExportCredentialsCallbacks

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


Interface for the callbacks of exporting credentials to device setup.

Summary

Public functions

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

Called when the export fails.

Unit

Called when the exporting is successful.

Inherited functions

From android.os.IInterface

Public functions

onFailure

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

Called when the export fails.

Parameters
type: String!

The type of the error.

message: String!

The error message.

onSuccess

fun onSuccess(response: ExportCredentialsToDeviceSetupResponse!): Unit

Called when the exporting is successful.