Lingua

Notification.Action.StyleTextOnly Campo

Definizione

Attenzione

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

L'azione è meglio rappresentata solo dal testo (titolo).

[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

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

L'azione è meglio rappresentata solo dal testo (titolo).

Informazioni di riferimento su Android per android.app.Notification.Action.STYLE_TEXT_ONLY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a