聆客开放平台

# openPdfBroswer

打开pdf文件:url支持本地以及远程的地址。

# 输入

继承标准对象输入,扩展属性描述

名称 数据类型 必填 默认值 描述
title string 标题
url string url支持本地以及远程的地址

# 输出

继承标准对象输出,无扩展属性

# 示例代码

app.link.openPdfBroswer("文件预览","file:///mnt/sdcard/bingotouch.pdf",function(res){
     app.hint("打开成功!");
 });