Notification.TickerText Property

Definition

Text that summarizes this notification for accessibility services.

[Android.Runtime.Register("tickerText")]
public Java.Lang.ICharSequence? TickerText { get; set; }
[<Android.Runtime.Register("tickerText")>]
member this.TickerText : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

Text that summarizes this notification for accessibility services.

As of the L release, this text is no longer shown on screen, but it is still useful to accessibility services (where it serves as an audible announcement of the notification's appearance).

Java documentation for android.app.Notification.tickerText.

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

See also