Notification.TvExtender Constructors
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 |
|---|---|
| Notification.TvExtender() |
Create a TvExtender with default options. |
| Notification.TvExtender(Notification) |
Create a TvExtender from the TvExtender options of an existing Notification. |
Notification.TvExtender()
Create a TvExtender with default options.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=35)]
public TvExtender();
- Attributes
Remarks
Create a TvExtender with default options.
Android reference for android.app.Notification.TvExtender.TvExtender.
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
Notification.TvExtender(Notification)
Create a TvExtender from the TvExtender options of an existing Notification.
[Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=35)]
public TvExtender(Android.App.Notification notif);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=35)>]
new Android.App.Notification.TvExtender : Android.App.Notification -> Android.App.Notification.TvExtender
Parameters
- notif
- Notification
Notification: the notification from which to copy options. This value cannot be null.
- Attributes
Remarks
Create a TvExtender from the TvExtender options of an existing Notification.
Android reference for android.app.Notification.TvExtender.TvExtender.
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.