Share via


CredentialProviderService.ExtraCreateCredentialResponse Field

Definition

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

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

Field Value

Attributes

Remarks

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

Type: android.credentials.CreateCredentialResponse

Java documentation for android.service.credentials.CredentialProviderService.EXTRA_CREATE_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