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