Requirement: when the user presses enter on e.g. bbApp001://screen1?param1=1234567890?param2=12345678
where bbApp001
is one of the apps in the device; screen1
is one of the screens that is created in the app; and param1
is the first param that is sent along with the link and same with the param 2
.
In a BBM message or in the email the corresponding application will be invoked with that as context.
- how to detect custom
urls(bbApp001://screen1)
of a third party application from an email or bbm link in blackberry - if above can be done then how to send content with links to email and bbm so that when a user click the corresponding app is launched
Note: for the first - I have tried to launch from another application usingApplicationManager.getApplicationManager().launch("bbApp001?screen1¶m1")
but my requirement is to trigger/invoke the app once the user click on email or bbm message.
Jus a few queries
1.how to add a custom url to a bbm message and email and give a click functionality for eg: if I add the below code and send, I am not able get as html content
click – user1743243 Dec 18 '12 at 08:32