开发者

How does mobile bookmarks works?

开发者 https://www.devze.com 2023-02-04 07:33 出处:网络
I have a question about t开发者_JAVA技巧he capabilities of sending mobile bookmarks. Can I send mobile bookmark with full path - e.g. including non-existing folder, in other words: is it possible to

I have a question about t开发者_JAVA技巧he capabilities of sending mobile bookmarks.

Can I send mobile bookmark with full path - e.g. including non-existing folder, in other words: is it possible to create folder while sending bookmark to mobile ?

I am using Kannel server as gateway, and client is developed in java language.


Kannel will only send link as OTA Bookmark without checking if any content available by this URL.

So you should implement this functionality in external application that will do the following:

  1. Create catalog or file you want to provide.
  2. Send OTA bookmark to mobile handset via Kannel /cgi-bin/sendota HTTP API.

Keep in mind that if you prepare URL dynamically then you need to send OTA Bookmark as URL-encoded XML document (text instead of otaid).

0

精彩评论

暂无评论...
验证码 换一张
取 消