Język

Notification.ProjectedExtender Constructors

Definition

Overloads

Name Description
Notification.ProjectedExtender()

Create a ProjectedExtender with default options.

Notification.ProjectedExtender(Notification)

Creates an ProjectedExtender from the extensions in a Notification.

Notification.ProjectedExtender()

Create a ProjectedExtender with default options.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=37)]
public ProjectedExtender();
Attributes

Remarks

Create a ProjectedExtender with default options.

Android reference for android.app.Notification.ProjectedExtender.ProjectedExtender.

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.ProjectedExtender(Notification)

Creates an ProjectedExtender from the extensions in a Notification.

[Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=37)]
public ProjectedExtender(Android.App.Notification notification);
[<Android.Runtime.Register(".ctor", "(Landroid/app/Notification;)V", "", ApiSince=37)>]
new Android.App.Notification.ProjectedExtender : Android.App.Notification -> Android.App.Notification.ProjectedExtender

Parameters

notification
Notification

The notification to extract extensions from. This value cannot be null.

Attributes

Remarks

Creates an ProjectedExtender from the extensions in a Notification.

Android reference for android.app.Notification.ProjectedExtender.ProjectedExtender.

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