Notification.TickerText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.