AuthSetting
收藏
我的收藏

用户授权的设置信息​

属性​

boolean scope.hostId​

是否授权抖音号,对应VideoContext.setWaterMark

boolean scope.userLocation​

是否授权地理位置,对应接口 tt.getLocation, tt.openLocation, tt.chooseLocation

boolean scope.record​

是否授权录音功能,对应接口 tt.getRecorderManager.start

boolean scope.camera​

是否授权摄像头 对应接口 tt.scanCodett.chooseImagett.chooseVideo

boolean scope.album​

boolean scope.address​

是否授权收货地址,对应接口 tt.chooseAddress

boolean scope.clipboard​

是否授权剪切板,对应接口tt.getClipboardData, tt.setClipboardData

boolean scope.calendar​

是否授权系统日历操作,对应接口button(open-type=addCalendarEvent), tt.deleteCalendarEvent