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
SetBigContentTitle(ICharSequence) |
Overrides |
SetBigContentTitle(String) |
Overrides |
SetBigContentTitle(ICharSequence)
Overrides ContentTitle
in the big 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
Title string to use for overriding the ContentTitle
.
Returns
- Attributes
Remarks
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 big form of the template.
public Android.App.Notification.InboxStyle? SetBigContentTitle (string? title);
member this.SetBigContentTitle : string -> Android.App.Notification.InboxStyle
Parameters
- title
- String
Title string to use for overriding the ContentTitle
.
Returns
Remarks
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.