Notification.Builder.SetContentInfo 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
SetContentInfo(ICharSequence) |
Add a small piece of additional information pertaining to this notification. |
SetContentInfo(String) |
Add a small piece of additional information pertaining to this notification. |
SetContentInfo(ICharSequence)
Add a small piece of additional information pertaining to this notification.
[Android.Runtime.Register("setContentInfo", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetContentInfo_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.Builder? SetContentInfo (Java.Lang.ICharSequence? info);
[<Android.Runtime.Register("setContentInfo", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetContentInfo_Ljava_lang_CharSequence_Handler")>]
abstract member SetContentInfo : Java.Lang.ICharSequence -> Android.App.Notification.Builder
override this.SetContentInfo : Java.Lang.ICharSequence -> Android.App.Notification.Builder
Parameters
- info
- ICharSequence
The info text to use.
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
SetContentInfo(String)
Add a small piece of additional information pertaining to this notification.
public Android.App.Notification.Builder? SetContentInfo (string? info);
member this.SetContentInfo : string -> Android.App.Notification.Builder
Parameters
- info
- String
The info text to use.
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.