ProviderCreateCredentialRequest

Added in 1.0.0-alpha04

public final class ProviderCreateCredentialRequest


Summary

Public methods

static final String

Returns the id of the entry selected by the user.

Public methods

public static final String getSelectedEntryId(@NonNull ProviderCreateCredentialRequest receiver)

Returns the id of the entry selected by the user.

A null return means that entry ID isn't supported for the given type of the use case at all.

For how to handle a user selection and extract the ProviderCreateCredentialRequest containing the selection information, see RegistryManager.ACTION_CREATE_CREDENTIAL.