zhizhi/node_modules/dingtalk-jsapi/api/union/offBluetoothAdapterStateCha...

18 lines
612 B
TypeScript
Raw Normal View History

/**
*
*/
export declare type IUnionOffBluetoothAdapterStateChangeParams = (e: IUnionOffBluetoothAdapterStateChangeResult) => void;
/**
*
*/
export interface IUnionOffBluetoothAdapterStateChangeResult {
available: boolean;
discovering: boolean;
}
/**
*
* @apiName offBluetoothAdapterStateChange
*/
export declare function offBluetoothAdapterStateChange$(params: IUnionOffBluetoothAdapterStateChangeParams): void;
export default offBluetoothAdapterStateChange$;