Condividi tramite


Intent.CaptureContentForNoteBlockedByAdmin 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 lo screenshot è bloccato dall'amministratore IT.

[Android.Runtime.Register("CAPTURE_CONTENT_FOR_NOTE_BLOCKED_BY_ADMIN", 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 CaptureContentForNoteBlockedByAdmin = 4;
[<Android.Runtime.Register("CAPTURE_CONTENT_FOR_NOTE_BLOCKED_BY_ADMIN", 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 CaptureContentForNoteBlockedByAdmin : Android.Content.CaptureContentForNoteResult

Valore del campo

Value = 4

Implementazioni

Attributi

Commenti

Codice di risposta usato con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE per indicare che lo screenshot è bloccato dall'amministratore IT.

Documentazione Java per android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_BLOCKED_BY_ADMIN.

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