CredentialProviderService.ExtraCreateCredentialResponse Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.