Control.StatefulBuilder.SetSubtitle Method
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.
C#
[Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)Landroid/service/controls/Control$StatefulBuilder;", "", ApiSince=30)]
public Android.Service.Controls.Control.StatefulBuilder SetSubtitle(Java.Lang.ICharSequence subtitle);
[<Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)Landroid/service/controls/Control$StatefulBuilder;", "", ApiSince=30)>]
member this.SetSubtitle : Java.Lang.ICharSequence -> Android.Service.Controls.Control.StatefulBuilder
Parameters
- subtitle
- ICharSequence
Returns
- Attributes
Applies to
.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |
C#
public Android.Service.Controls.Control.StatefulBuilder SetSubtitle(string subtitle);
member this.SetSubtitle : string -> Android.Service.Controls.Control.StatefulBuilder
Parameters
- subtitle
- String
Returns
Applies to
.NET for Android .NET for Android API 35 and .NET for Android .NET for Android API 34
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |