zhizhi/node_modules/dingtalk-jsapi/api/device/screen/resetView.d.ts

22 lines
629 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 重置旋转状态,并在恢复导航栏 请求参数定义
* @apiName device.screen.resetView
*/
export interface IDeviceScreenResetViewParams {
[key: string]: any;
}
/**
*
* @apiName device.screen.resetView
*/
export interface IDeviceScreenResetViewResult {
[key: string]: any;
}
/**
* 重置旋转状态,并在恢复导航栏
* @apiName device.screen.resetView
* @supportVersion android: 4.0
*/
export declare function resetView$(params: IDeviceScreenResetViewParams): Promise<IDeviceScreenResetViewResult>;
export default resetView$;