通过 RIM API 调用 Blackberry Messenger

发布于 2024-11-29 12:10:45 字数 127 浏览 1 评论 0原文

我想使用 Blackberry Messenger 将轻型联系人邀请模块合并到我的应用程序中。

是否有一个 API 可以调用 BBM 并允许用户选择联系人以发送预填充(预生成)文本?

目标JDE是4.5以上!

I want to incorporate a light contacts invitation module into my application using the Blackberry Messenger.

Is there an API that can invoke the BBM and allow the user to select contacts to send a pre-filled( pre-generated ) text to?

The target JDE is 4.5 upwards!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那片花海 2024-12-06 12:10:45

net.rim.blackberry.api.blackberrymessenger API 是访问调用 BBM 所需属性和方法的相关类。

如果您查看net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger,那么您可以使用 ChooseContact() 和 getContactInfo() 方法来满足您的所需要求。

net.rim.blackberry.api.blackberrymessenger API is the relevant class to access the required attributes and methods to invoke BBM.

If you look into net.rim.blackberry.api.blackberrymessenger.BlackBerryMessenger, then you can use chooseContact() and getContactInfo() methods for your desired requirements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文