Notification.Builder.RecoverBuilder(Context, Notification) 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.
Creates a Builder from an existing notification so further changes can be made.
[Android.Runtime.Register("recoverBuilder", "(Landroid/content/Context;Landroid/app/Notification;)Landroid/app/Notification$Builder;", "", ApiSince=24)]
public static Android.App.Notification.Builder RecoverBuilder(Android.Content.Context? context, Android.App.Notification? n);
[<Android.Runtime.Register("recoverBuilder", "(Landroid/content/Context;Landroid/app/Notification;)Landroid/app/Notification$Builder;", "", ApiSince=24)>]
static member RecoverBuilder : Android.Content.Context * Android.App.Notification -> Android.App.Notification.Builder
Parameters
- context
- Context
Context: the context for your application / activity
Notification: the notification to create a Builder from
Returns
This Android.App.Notification.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Creates a Builder from an existing notification so further changes can be made.
Android reference for android.app.Notification.Builder.recoverBuilder.
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.