Android.App.NotificationManager.Notify Method
Post a notification to be shown in the status bar.

Syntax

[Android.Runtime.Register("notify", "(ILandroid/app/Notification;)V", "GetNotify_ILandroid_app_Notification_Handler")]
public virtual void Notify (int id, Notification notification)

Parameters

id
An identifier for this notification (unique within your application).
notification
A Android.App.Notification object describing what to show the user. Must not be null.

Remarks

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1