Idioma

Intent.CaptureContentForNoteUserCanceled Campo

Definição

Cuidado

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

Um código de resposta usado #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE para indicar que o usuário cancelou o fluxo de captura de conteúdo.

[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 do campo

Value = 2

Implementações

Atributos

Comentários

Um código de resposta usado #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE para indicar que o usuário cancelou o fluxo de captura de conteúdo.

Java documentação para android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a