_sidebar.md 6.6 KB
Newer Older
D
DCloud_LXH 已提交
1
* [概述](api/README.md)
Q
qiang 已提交
2 3 4
* 基础
  * [日志打印](api/log.md)
  * [定时器](api/timer.md)
D
DCloud_LXH 已提交
5 6
  * [uni.base64ToArrayBuffer](api/base64ToArrayBuffer.md)
  * [uni.arrayBufferToBase64](api/arrayBufferToBase64.md)
7 8 9
  * 生命周期
    * [uni.getLaunchOptionsSync](api/plugins/getLaunchOptionsSync.md)
    * [uni.getEnterOptionsSync](api/plugins/getEnterOptionsSync.md)
Q
qiang 已提交
10 11 12 13 14 15 16 17 18 19
  * [应用级事件](api/application.md)
  * [拦截器](api/interceptor.md)
  * [全局API](api/global.md)
* 网络
  * [发起请求](api/request/request.md)
  * [上传、下载](api/request/network-file.md)
  * [WebSocket](api/request/websocket.md)
  * [SocketTask](api/request/socket-task.md)
  * [mDNS](api/request/mDNS.md)
  * [UDP 通信](api/request/UDP.md)
D
DCloud_LXH 已提交
20
* [路由与页面跳转](/api/router)
Q
qiang 已提交
21 22 23 24 25
  * [uni.navigateTo](/api/router?id=navigateto)
  * [uni.redirectTo](/api/router?id=redirectto)
  * [uni.reLaunch](/api/router?id=relaunch)
  * [uni.switchTab](/api/router?id=switchtab)
  * [uni.navigateBack](/api/router?id=navigateback)
26
  * [EventChannel](/api/router#event-channel)
Q
qiang 已提交
27 28
  * [uni.preloadPage](/api/preload-page)
  * [窗口动画](/api/router?id=animation)
D
DCloud_LXH 已提交
29
* [数据缓存](/api/storage/storage)
Q
qiang 已提交
30
  * [uni.setStorage](/api/storage/storage?id=setstorage)
31 32 33 34 35 36 37 38
  * [uni.setStorageSync](/api/storage/storage?id=setstoragesync)
  * [uni.getStorage](/api/storage/storage?id=getstorage)
  * [uni.getStorageSync](/api/storage/storage?id=getstoragesync)
  * [uni.getStorageInfo](/api/storage/storage?id=getstorageinfo)
  * [uni.getStorageInfoSync](/api/storage/storage?id=getstorageinfosync)
  * [uni.removeStorage](/api/storage/storage?id=removestorage)
  * [uni.removeStorageSync](/api/storage/storage?id=removestoragesync)
  * [uni.clearStorage](/api/storage/storage?id=clearstorage)
Q
qiang 已提交
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
  * [uni.clearStorageSync](/api/storage/storage?id=clearstoragesync)
* 位置
  * [获取位置](api/location/location.md)
  * [查看位置](api/location/open-location.md)
  * [地图组件控制](api/location/map.md)
* 媒体
  * [图片](api/media/image.md)
  * [文件](api/media/file.md)
  * [录音管理](api/media/record-manager.md)
  * [背景音频播放管理](api/media/background-audio-manager.md)
  * [音频组件控制](api/media/audio-context.md)
  * [视频](api/media/video.md)
  * [视频组件控制](api/media/video-context.md)
  * [相机组件控制](api/media/camera-context.md)
  * [直播组件控制](api/media/live-player-context.md)
  * [富文本](api/media/editor-context.md)
  * [音视频合成](api/media/media-container.md)
* 设备
  * [系统信息](api/system/info.md)
  * [内存](api/system/memory.md)
  * [网络状态](api/system/network.md)
  * [系统主题](api/system/theme.md)
  * [加速度计](api/system/accelerometer.md)
  * [罗盘](api/system/compass.md)
  * [陀螺仪](api/system/gyroscope.md)
  * [拨打电话](api/system/phone.md)
  * [扫码](api/system/barcode.md)
  * [剪贴板](api/system/clipboard.md)
  * [屏幕](api/system/brightness.md)
  * [用户截屏事件](api/system/capture-screen.md)
  * [振动](api/system/vibrate.md)
  * [手机联系人](api/system/contact.md)
  * [蓝牙](api/system/bluetooth.md)
  * [低功耗蓝牙](api/system/ble.md)
  * [iBeacon](api/system/ibeacon.md)
  * [Wi-Fi](api/system/wifi.md)
  * [电量](api/system/batteryInfo.md)
  * [NFC](api/system/nfc.md)
  * [设备方向](api/system/deviceMotion.md)
  * [生物认证](api/system/authentication.md)
* [Worker](api/worker.md)
D
DCloud_LXH 已提交
80
* [键盘](/api/key)
Q
qiang 已提交
81 82 83
  * [uni.hideKeyboard](/api/key?id=hidekeyboard)
  * [uni.onKeyboardHeightChange](/api/key?id=onkeyboardheightchange)
  * [uni.offKeyboardHeightChange](/api/key?id=offkeyboardheightchange)
84
  * [uni.getSelectedTextRange](/api/key?id=getselectedtextrange)
Q
qiang 已提交
85 86 87 88 89
* 界面
  * [交互反馈](api/ui/prompt.md)
  * [设置导航条](api/ui/navigationbar.md)
  * [设置TabBar](api/ui/tabbar.md)
  * [背景](api/ui/bgcolor.md)
D
DCloud_LXH 已提交
90
  * [动画](api/ui/animation)
Q
qiang 已提交
91 92 93 94 95 96 97 98 99 100
  * [滚动](api/ui/scroll)
  * [窗口](api/ui/window.md)
  * [宽屏适配](api/ui/adapt.md)
  * [字体](api/ui/font.md)
  * [下拉刷新](api/ui/pulldown.md)
  * [节点信息](api/ui/nodes-info.md)
  * [节点布局相交状态](api/ui/intersection-observer.md)
  * [媒体查询](api/ui/media-query-observer.md)
  * [自定义组件](api/ui/nextTick.md)
  * [菜单](api/ui/menuButton.md)
Q
qiang 已提交
101
  * [语言](api/ui/locale.md)
Q
qiang 已提交
102 103 104 105
* 页面和窗体
  * [页面](api/window/window.md)
  * [页面通讯](api/window/communication.md) 
  * [subNVue原生子窗体](api/window/subNVues.md)
D
DCloud_LXH 已提交
106
* [文件](/api/file/file)
Q
qiang 已提交
107
  * [uni.saveFile](/api/file/file?id=savefile)
108 109 110 111 112
  * [uni.getSavedFileList](/api/file/file?id=getsavedfilelist)
  * [uni.getSavedFileInfo](/api/file/file?id=getsavedfileinfo)
  * [uni.removeSavedFile](/api/file/file?id=removesavedfile)
  * [uni.getFileInfo](/api/file/file?id=getfileinfo)
  * [uni.openDocument](/api/file/file?id=opendocument)
Q
qiang 已提交
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
  * [uni.getFileSystemManager](/api/file/getFileSystemManager)
* 绘画
	* [uni.createOffscreenCanvas](api/canvas/createOffscreenCanvas.md)
	* [uni.createCanvasContext](api/canvas/createCanvasContext.md)
	* [uni.canvasToTempFilePath](api/canvas/canvasToTempFilePath.md)
	* [uni.canvasPutImageData](api/canvas/canvasPutImageData.md)
	* [uni.canvasGetImageData](api/canvas/canvasGetImageData.md)
	* [CanvasContext](api/canvas/CanvasContext.md)
	* [CanvasGradient](api/canvas/CanvasGradient.md)
* 广告
  * [激励视频广告](api/a-d/rewarded-video.md)
  * [全屏视频广告](api/a-d/full-screen-video.md)
  * [内容联盟广告](api/a-d/content-page.md)
  * [插屏广告](api/a-d/interstitial.md)
  * [互动游戏](api/a-d/interactive.md)
* 第三方服务
  * [获取服务供应商](api/plugins/provider.md)
  * [登录](api/plugins/login.md)
  * [分享](api/plugins/share.md)
  * [支付](api/plugins/payment.md)
  * [推送](api/plugins/push.md)
  * [语音](api/plugins/voice.md)
  * [一键生成iOS通用链接](api/plugins/universal-links.md)
* [uniCloud](api/uniCloud.md)
* 其他
  * [授权](api/other/authorize.md)
  * [设置](api/other/setting.md)
  * [收货地址](api/other/choose-address.md)
  * [获取发票抬头](api/other/invoice-title.md)
  * [小程序跳转](api/other/open-miniprogram.md)
  * [账号信息](api/other/getAccountInfoSync.md)
  * [运动(计步器)](api/other/sport.md)
  * [统计](api/other/report.md)
  * [卡券](api/other/card.md)
  * [模板消息](api/other/template.md)
  * [订阅消息](api/other/requestSubscribeMessage.md)
  * [小程序更新](api/other/update.md)
  * [调试](api/other/set-enable-debug.md)
D
DCloud_LXH 已提交
151
  * [获取第三方平台数据](api/other/get-extconfig.md)