Share via


Intent.CaptureContentForNoteUserCanceled Campo

Definizione

Attenzione

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

Codice di risposta usato con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE per indicare che l'utente ha annullato il flusso di acquisizione del contenuto.

[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

Valore del campo

Value = 2

Implementazioni

Attributi

Commenti

Codice di risposta usato con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE per indicare che l'utente ha annullato il flusso di acquisizione del contenuto.

Documentazione Java per android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED.

Le parti di questa pagina sono modifiche in base al lavoro creato e condiviso dal Android Open Source e usato in base ai termini descritti nella .

Si applica a