ICreateCredentialCallbacks.Stub.Proxy

class ICreateCredentialCallbacks.Stub.Proxy : BaseProxy, ICreateCredentialCallbacks


Summary

Public functions

Unit
onFailure(type: String!, message: String!)
Unit
Unit
onSuccessV2(
    response: CreateCredentialResponse!,
    pendingIntent: PendingIntent!
)

Public functions

onFailure

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

onSuccess

fun onSuccess(response: CreateCredentialResponse!): Unit

onSuccessV2

fun onSuccessV2(
    response: CreateCredentialResponse!,
    pendingIntent: PendingIntent!
): Unit