uniapp原生插件之安卓客户端之间wifi文件传输

插件介绍

安卓客户端之间文件传输,支持大文件传输,Wifi/热点文件传输,轻松传送1G文件

插件地址

安卓客户端之间wifi文件传输 - DCloud 插件市场

超级福利

uniapp 插件购买超级福利

使用文档

详细使用文档 

示例文件 

百度网盘链接:百度网盘 请输入提取码 

提取码:uxx3

插件集成

发送端

插件使用

const module = uni.requireNativePlugin("leven-fileTransfer-SenderModule");

初始化

module.initData(res => {
console.log(res);
})

选择文件

module.selectFile(res => {
console.log(res);
})

监听发送进度

module.sendListener(res => {
console.log(res);
})

发送文件

module.sendFile({
ip: this.form.ip,
path: path
}, res => {
console.log(res)
});

释放发送端资源

module.releaseSender(res => {
console.log(res);
})

客户端

插件使用

const module = uni.requireNativePlugin("leven-fileTransfer-ReceiverModule");

初始化

module.initData(res => {
console.log(res);
})

注册接收端

module.registerReceiver(res => {
console.log(res)
})

监听接收进度

module.receiveListener(res => {
console.log(res);
})

 释放接收端资源

module.releaseReceiver(res => {
console.log(res);
})

 具体使用请参考详细使用文档

 联系作者

购买插件前请先试用,试用通过再购买。在试用中如果遇到任何问题,可与作者联系,QQ:334106817,将全力协助你使用本插件。

预览图片 

 uniapp原生插件之安卓客户端之间wifi文件传输_第1张图片uniapp原生插件之安卓客户端之间wifi文件传输_第2张图片uniapp原生插件之安卓客户端之间wifi文件传输_第3张图片uniapp原生插件之安卓客户端之间wifi文件传输_第4张图片uniapp原生插件之安卓客户端之间wifi文件传输_第5张图片

你可能感兴趣的:(uniapp插件,uni-app,android,javascript,前端,vue.js)