zhizhi/node_modules/dingtalk-jsapi/api/union/openBluetoothAdapter.d.ts

21 lines
620 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName openBluetoothAdapter
*/
export interface IUnionOpenBluetoothAdapterParams extends ICommonAPIParams {
autoClose: boolean;
}
/**
*
* @apiName openBluetoothAdapter
*/
export interface IUnionOpenBluetoothAdapterResult {
}
/**
*
* @apiName openBluetoothAdapter
*/
export declare function openBluetoothAdapter$(params: IUnionOpenBluetoothAdapterParams): Promise<IUnionOpenBluetoothAdapterResult>;
export default openBluetoothAdapter$;