Lenguaje

Notification.SemanticStyleUnspecified Campo

Definición

Precaución

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

Este es el valor predeterminado para el estilo semántico, lo que indica ninguna semántica determinada.

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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Este es el valor predeterminado para el estilo semántico, lo que indica ninguna semántica determinada. Una anotación con este estilo no tiene ningún efecto.

Referencia de Android para android.app.Notification.SEMANTIC_STYLE_UNSPECIFIED.

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