IntentHandlerConverters

Added in 1.2.0

public final class IntentHandlerConverters


Summary

Public methods

static final BeginGetCredentialResponse
@RequiresApi(value = 34)
getBeginGetResponse(@NonNull Intent receiver)

Returns the begin get response from the intent.

static final CreateCredentialResponse

Returns the create response from the intent.

static final CreateCredentialException

Returns the stored create credential exception from the intent.

static final GetCredentialException

Returns the stored get credential exception from the intent.

static final GetCredentialResponse

Returns the get response from the intent.

Public methods

getBeginGetResponse

@RequiresApi(value = 34)
public static final BeginGetCredentialResponse getBeginGetResponse(@NonNull Intent receiver)

Returns the begin get response from the intent.

getCreateCredentialCredentialResponse

@RequiresApi(value = 34)
public static final CreateCredentialResponse getCreateCredentialCredentialResponse(@NonNull Intent receiver)

Returns the create response from the intent.

getCreateCredentialException

@RequiresApi(value = 34)
public static final CreateCredentialException getCreateCredentialException(@NonNull Intent receiver)

Returns the stored create credential exception from the intent.

getGetCredentialException

@RequiresApi(value = 34)
public static final GetCredentialException getGetCredentialException(@NonNull Intent receiver)

Returns the stored get credential exception from the intent.

getGetCredentialResponse

@RequiresApi(value = 34)
public static final GetCredentialResponse getGetCredentialResponse(@NonNull Intent receiver)

Returns the get response from the intent.