探照灯管理类
ILightingManager
描述: 探照灯管理类
method openLighting
fun openLighting(callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?)
描述: 打开聚光灯
输入参数:
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无
method closeLighting
fun closeLighting(callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?)
描述: 关闭聚光灯
输入参数:
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无
method getLightingStatus
fun getLightingStatus(callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?)
描述: 获取聚光灯状态
输入参数:
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无
method setLightingBrightness
fun setLightingBrightness(brightness: Int, callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?)
描述: 设置聚光灯亮度
输入参数:
brightness: 聚光灯亮度, 范围: 0 - 100
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无
method getLightingBrightness
fun getLightingBrightness(callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?)
描述: 获取聚光灯亮度
输入参数:
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无
method flashLighting
fun flashLighting(
mode: Int,
callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?
)
描述: 爆闪灯设置
输入参数:
mode: 爆闪模式,0 - 默认(关); 1 - 灯光爆闪; 2 - 警示灯爆闪
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无
method getFlashLightingMode
fun getFlashLightingMode(callbackWithParam: CommonCallbacks.CompletionCallbackWithParam<Void>?)
描述: 获取聚光灯爆闪模式
输入参数:
callbackWithParam: 结果回调接口
输出参数: 无
相关参数: 无