BlackBerry Messages in notification bar issue -



BlackBerry Messages in notification bar issue -

i tried utilize example,

//register applicationmessagefolder //readablelistimpl source available in messagelistdemo. applicationmessagefolder folder = applicationmessagefolderregistry.getinstance().registerfolder( 0x33c7ce29883abe5fl, "test folder", new readablelistimpl()); //demomessage source available in messagelistdemo. demomessage msg = new demomessage("me@here.com", "pizza toppings", "what on pizza?", system.currenttimemillis()); folder.fireelementadded(msg); //display application indicator icon. applicationindicatorregistry reg = applicationindicatorregistry.getinstance(); encodedimage image = encodedimage.getencodedimageresource("indicator.png"); applicationicon icon = new applicationicon(image); applicationindicator indicator = reg.register(icon, false, true); indicator.seticon(icon); indicator.setvisible(true);

i able see indicatoe icon, message not shown.

could please tell me whats wrong ??

br, suppi

this question seems relevent issue. however, reading tuturial reference (here) seems you're not seeing message on home screen can confirm there if come in message app?

blackberry notifications messages

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -