Notification.BigTextStyle.SetBigContentTitle 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 |
|---|---|
| SetBigContentTitle(ICharSequence) |
Overrides ContentTitle in the expanded form of the template. |
| SetBigContentTitle(String) |
Overrides ContentTitle in the expanded form of the template. |
SetBigContentTitle(ICharSequence)
Overrides ContentTitle in the expanded form of the template.
[Android.Runtime.Register("setBigContentTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigTextStyle;", "GetSetBigContentTitle_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.BigTextStyle? SetBigContentTitle(Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("setBigContentTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigTextStyle;", "GetSetBigContentTitle_Ljava_lang_CharSequence_Handler")>]
abstract member SetBigContentTitle : Java.Lang.ICharSequence -> Android.App.Notification.BigTextStyle
override this.SetBigContentTitle : Java.Lang.ICharSequence -> Android.App.Notification.BigTextStyle
Parameters
- title
- ICharSequence
CharSequence
Returns
This Android.App.Notification.BigTextStyle instance, allowing calls to be chained.
- Attributes
Remarks
Overrides ContentTitle in the expanded form of the template. This defaults to the value passed to setContentTitle().
Android reference for android.app.Notification.BigTextStyle.setBigContentTitle.
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
SetBigContentTitle(String)
Overrides ContentTitle in the expanded form of the template.
public Android.App.Notification.BigTextStyle? SetBigContentTitle(string? title);
member this.SetBigContentTitle : string -> Android.App.Notification.BigTextStyle
Parameters
- title
- String
CharSequence
Returns
This Android.App.Notification.BigTextStyle instance, allowing calls to be chained.
Remarks
Overrides ContentTitle in the expanded form of the template. This defaults to the value passed to setContentTitle().
Android reference for android.app.Notification.BigTextStyle.setBigContentTitle.
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.