Notification.CarExtender 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Notification.CarExtender() |
使用默认选项创建一个 |
Notification.CarExtender(Notification) |
|
Notification.CarExtender()
使用默认选项创建一个 CarExtender
。
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public CarExtender();
- 属性
注解
使用默认选项创建一个 CarExtender
。
适用于 . 的 android.app.Notification.CarExtender.Notification$CarExtender()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
Notification.CarExtender(Notification)
CarExtender
从现有通知的 CarExtender 选项创建。
[Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=23)]
public CarExtender(Android.App.Notification? notif);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=23)>]
new Android.App.Notification.CarExtender : Android.App.Notification -> Android.App.Notification.CarExtender
参数
- notif
- Notification
要从中复制选项的通知。
- 属性
注解
CarExtender
从现有通知的 CarExtender 选项创建。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。