ICreateCredentialCallbacks.Stub.Proxy

public class ICreateCredentialCallbacks.Stub.Proxy extends BaseProxy implements ICreateCredentialCallbacks


Summary

Public methods

void
onFailure(String type, String message)
void
void
onSuccessV2(
    CreateCredentialResponse response,
    PendingIntent pendingIntent
)

Public methods

onFailure

public void onFailure(String type, String message)

onSuccess

public void onSuccess(CreateCredentialResponse response)

onSuccessV2

public void onSuccessV2(
    CreateCredentialResponse response,
    PendingIntent pendingIntent
)