Idioma

Notification.Action.StyleTextOnly Campo

Definição

Cuidado

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

A ação é melhor representada apenas pelo texto (seu título).

[Android.Runtime.Register("STYLE_TEXT_ONLY", 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 StyleTextOnly = 1;
[<Android.Runtime.Register("STYLE_TEXT_ONLY", 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 StyleTextOnly : Android.App.ActionStyle

Valor do campo

Value = 1

Implementações

Atributos

Comentários

A ação é melhor representada apenas pelo texto (seu título).

Referência do Android para android.app.Notification.Action.STYLE_TEXT_ONLY.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a