Share via


Intent.CaptureContentForNoteUserCanceled Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Content.CaptureContentForNoteResult enum directly instead of this field.

Código de respuesta usado con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE para indicar que el usuario canceló el flujo de captura de contenido.

[Android.Runtime.Register("CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.CaptureContentForNoteResult enum directly instead of this field.", true)]
public const Android.Content.CaptureContentForNoteResult CaptureContentForNoteUserCanceled = 2;
[<Android.Runtime.Register("CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.CaptureContentForNoteResult enum directly instead of this field.", true)>]
val mutable CaptureContentForNoteUserCanceled : Android.Content.CaptureContentForNoteResult

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

Código de respuesta usado con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE para indicar que el usuario canceló el flujo de captura de contenido.

Documentación de Java para android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a