Titanium.Android.NotificationManager.notify

Platform Since
Android 1.5

Summary

Add a persistent notification to the status bar.

Arguments

Name Type Summary
id Number

An id that may be used to cancel a shown notification.

notification Titanium.Android.Notification

An instance of Titanium.Android.Notification created with Titanium.Android.createNotification.

Return Type

void