Lenguaje

Notification.Action.StyleAuto Campo

Definición

Precaución

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

La acción se puede presentar con la mejor forma para el contenido y el contexto.

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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

La acción se puede presentar con la mejor forma para el contenido y el contexto.

Referencia de Android para android.app.Notification.Action.STYLE_AUTO.

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