Notification.InboxStyle.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$InboxStyle;", "GetSetBigContentTitle_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.InboxStyle? SetBigContentTitle(Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("setBigContentTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$InboxStyle;", "GetSetBigContentTitle_Ljava_lang_CharSequence_Handler")>]
abstract member SetBigContentTitle : Java.Lang.ICharSequence -> Android.App.Notification.InboxStyle
override this.SetBigContentTitle : Java.Lang.ICharSequence -> Android.App.Notification.InboxStyle
Parameters
- title
- ICharSequence
CharSequence
Returns
This Android.App.Notification.InboxStyle 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.InboxStyle.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.InboxStyle? SetBigContentTitle(string? title);
member this.SetBigContentTitle : string -> Android.App.Notification.InboxStyle
Parameters
- title
- String
CharSequence
Returns
This Android.App.Notification.InboxStyle 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.InboxStyle.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.