Notification.Builder.SetTicker Method
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.
Overloads
| Name | Description |
|---|---|
| SetTicker(String, RemoteViews) |
Obsolete.
Obsolete version of setTicker(CharSequence). |
| SetTicker(ICharSequence, RemoteViews) |
Obsolete.
Obsolete version of setTicker(CharSequence). |
| SetTicker(ICharSequence) |
Set the "ticker" text which is sent to accessibility services. |
| SetTicker(String) |
Set the "ticker" text which is sent to accessibility services. |
SetTicker(String, RemoteViews)
Caution
deprecated
Obsolete version of setTicker(CharSequence).
[System.Obsolete("deprecated")]
public Android.App.Notification.Builder? SetTicker(string? tickerText, Android.Widget.RemoteViews? views);
[<System.Obsolete("deprecated")>]
member this.SetTicker : string * Android.Widget.RemoteViews -> Android.App.Notification.Builder
Parameters
- tickerText
- String
CharSequence
- views
- RemoteViews
RemoteViews
Returns
This Android.App.Notification.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Obsolete version of setTicker(CharSequence).
Android reference for android.app.Notification.Builder.setTicker.
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
SetTicker(ICharSequence, RemoteViews)
Caution
deprecated
Obsolete version of setTicker(CharSequence).
[Android.Runtime.Register("setTicker", "(Ljava/lang/CharSequence;Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder;", "GetSetTicker_Ljava_lang_CharSequence_Landroid_widget_RemoteViews_Handler")]
[System.Obsolete("deprecated")]
public virtual Android.App.Notification.Builder? SetTicker(Java.Lang.ICharSequence? tickerText, Android.Widget.RemoteViews? views);
[<Android.Runtime.Register("setTicker", "(Ljava/lang/CharSequence;Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder;", "GetSetTicker_Ljava_lang_CharSequence_Landroid_widget_RemoteViews_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetTicker : Java.Lang.ICharSequence * Android.Widget.RemoteViews -> Android.App.Notification.Builder
override this.SetTicker : Java.Lang.ICharSequence * Android.Widget.RemoteViews -> Android.App.Notification.Builder
Parameters
- tickerText
- ICharSequence
CharSequence
- views
- RemoteViews
RemoteViews
Returns
This Android.App.Notification.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Obsolete version of setTicker(CharSequence).
Android reference for android.app.Notification.Builder.setTicker.
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
SetTicker(ICharSequence)
Set the "ticker" text which is sent to accessibility services.
[Android.Runtime.Register("setTicker", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetTicker_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.Builder SetTicker(Java.Lang.ICharSequence? tickerText);
[<Android.Runtime.Register("setTicker", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetTicker_Ljava_lang_CharSequence_Handler")>]
abstract member SetTicker : Java.Lang.ICharSequence -> Android.App.Notification.Builder
override this.SetTicker : Java.Lang.ICharSequence -> Android.App.Notification.Builder
Parameters
- tickerText
- ICharSequence
CharSequence
Returns
This Android.App.Notification.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Set the "ticker" text which is sent to accessibility services.
See also:
Android reference for android.app.Notification.Builder.setTicker.
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
SetTicker(String)
Set the "ticker" text which is sent to accessibility services.
public Android.App.Notification.Builder SetTicker(string? tickerText);
member this.SetTicker : string -> Android.App.Notification.Builder
Parameters
- tickerText
- String
CharSequence
Returns
This Android.App.Notification.Builder instance, allowing calls to be chained.
Remarks
Set the "ticker" text which is sent to accessibility services.
See also:
Android reference for android.app.Notification.Builder.setTicker.
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.