Share via


CredentialProviderService.ExtraGetCredentialResponse Field

Definition

Intent extra: The result of a get credential flow operation, to be set on finish of the android.app.Activity invoked through the pendingIntent set on a CredentialEntry.

[Android.Runtime.Register("EXTRA_GET_CREDENTIAL_RESPONSE", ApiSince=34)]
public const string ExtraGetCredentialResponse;
[<Android.Runtime.Register("EXTRA_GET_CREDENTIAL_RESPONSE", ApiSince=34)>]
val mutable ExtraGetCredentialResponse : string

Field Value

Attributes

Remarks

Intent extra: The result of a get credential flow operation, to be set on finish of the android.app.Activity invoked through the pendingIntent set on a CredentialEntry.

Type: android.credentials.GetCredentialResponse

Java documentation for android.service.credentials.CredentialProviderService.EXTRA_GET_CREDENTIAL_RESPONSE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to