Notification.TickerView Property

Definition

Caution

deprecated

Formerly, a view showing the #tickerText.

[Android.Runtime.Register("tickerView")]
[System.Obsolete("deprecated")]
public Android.Widget.RemoteViews? TickerView { get; set; }
[<Android.Runtime.Register("tickerView")>]
[<System.Obsolete("deprecated")>]
member this.TickerView : Android.Widget.RemoteViews with get, set

Property Value

Attributes

Remarks

Formerly, a view showing the #tickerText.

No longer displayed in the status bar as of API 21.

Java documentation for android.app.Notification.tickerView.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to