AutomaticZenRule.TypeImmersive Campo

Definición

Precaución

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

El tipo de reglas desencadenadas por el usuario que escribe una actividad inmersiva, como abrir una aplicación mediante WindowInsetsController#hide(int).

[Android.Runtime.Register("TYPE_IMMERSIVE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticZenRuleType enum directly instead of this field.", true)]
public const Android.App.AutomaticZenRuleType TypeImmersive = 5;
[<Android.Runtime.Register("TYPE_IMMERSIVE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AutomaticZenRuleType enum directly instead of this field.", true)>]
val mutable TypeImmersive : Android.App.AutomaticZenRuleType

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

El tipo de reglas desencadenadas por el usuario que escribe una actividad inmersiva, como abrir una aplicación mediante WindowInsetsController#hide(int).

Java documentación para android.app.AutomaticZenRule.TYPE_IMMERSIVE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a