Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Regular Contributor
kamaleshpandey
Posts: 91
Registered: ‎11-10-2009
My Carrier: Generic

Notification Manager not working

Hi,

 

I am using notification  for sound trigger event for my application.

I followed http://supportforums.blackberry.com/t5/Java-Development/Notifications-Made-Easy/ta-p/520626#nobanner

 

But there is no trigger happening.

Kamalesh
Please use plain text.
Contributor
bhanuprakashachary
Posts: 11
Registered: ‎01-30-2012
My Carrier: device field.

Re: Notification Manager not working

NotificationsManager.triggerImmediateEvent(ID, 0, null, null);

 

Call the above specified method when notification required.

Please use plain text.