Share via


Intent.CaptureContentForNoteBlockedByAdmin 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 que se usa con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE para indicar que el administrador de TI bloquea la captura de pantalla.

[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

Valor de campo

Value = 4

Implementaciones

Atributos

Comentarios

Código de respuesta que se usa con #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE para indicar que el administrador de TI bloquea la captura de pantalla.

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

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