Notification.Style.InternalSetBigContentTitle 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
InternalSetBigContentTitle(ICharSequence) |
Overrides ContentTitle in the big form of the template. |
InternalSetBigContentTitle(String) |
Overrides ContentTitle in the big form of the template. |
InternalSetBigContentTitle(ICharSequence)
Overrides ContentTitle in the big form of the template.
[Android.Runtime.Register("internalSetBigContentTitle", "(Ljava/lang/CharSequence;)V", "GetInternalSetBigContentTitle_Ljava_lang_CharSequence_Handler")]
protected virtual void InternalSetBigContentTitle (Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("internalSetBigContentTitle", "(Ljava/lang/CharSequence;)V", "GetInternalSetBigContentTitle_Ljava_lang_CharSequence_Handler")>]
abstract member InternalSetBigContentTitle : Java.Lang.ICharSequence -> unit
override this.InternalSetBigContentTitle : Java.Lang.ICharSequence -> unit
Parameters
- title
- ICharSequence
Title string to use for overriding the ContentTitle
.
- Attributes
Remarks
Overrides ContentTitle in the big form of the template. This defaults to the value passed to setContentTitle().
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
InternalSetBigContentTitle(String)
Overrides ContentTitle in the big form of the template.
protected void InternalSetBigContentTitle (string? title);
member this.InternalSetBigContentTitle : string -> unit
Parameters
- title
- String
Title string to use for overriding the ContentTitle
.
Remarks
Overrides ContentTitle in the big form of the template. This defaults to the value passed to setContentTitle().
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.