Share via


Intent.CaptureContentForNoteSuccess 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 la richiesta è riuscita.

[Android.Runtime.Register("CAPTURE_CONTENT_FOR_NOTE_SUCCESS", 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 CaptureContentForNoteSuccess = 0;
[<Android.Runtime.Register("CAPTURE_CONTENT_FOR_NOTE_SUCCESS", 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 CaptureContentForNoteSuccess : Android.Content.CaptureContentForNoteResult

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Codice di risposta usato con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE per indicare che la richiesta è riuscita.

Questo codice verrà restituito solo dopo che l'utente ha interagito con l'attività di schermata di sistema per fornire il consenso alla condivisione dei dati con la nota.

Lo screenshot acquisito viene restituito come tramite Uri#getData().

Documentazione java per android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_SUCCESS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal Android e usato in base ai termini descritti in 2.5 Attribution License Creative Commons 2.5 Attribution License.

Si applica a