移动书签如何工作?
我对发送移动书签的功能有疑问。
我可以发送带有完整路径的移动书签 - 例如包括不存在的文件夹,换句话说:是否可以在将书签发送到移动设备时创建文件夹?
我使用Kannel
服务器作为网关,客户端是用java语言开发的。
I have a question about the 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Kannel 只会将链接作为 OTA 书签发送,而不检查此 URL 是否有任何可用内容。
因此,您应该在外部应用程序中实现此功能,该应用程序将执行以下操作:
请记住,如果您动态准备 URL,则需要将 OTA 书签作为 URL 编码的 XML 文档(文本而不是 otaid)发送。
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:
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).