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

18 lines
594 B
TypeScript
Raw Normal View History

/**
*
*/
export declare type IUnionOffBLEConnectionStateChangedParams = (e: IUnionOffBLEConnectionStateChangedResult) => void;
/**
*
*/
export interface IUnionOffBLEConnectionStateChangedResult {
deviceId: string;
connected: boolean;
}
/**
*
* @apiName offBLEConnectionStateChanged
*/
export declare function offBLEConnectionStateChanged$(params: IUnionOffBLEConnectionStateChangedParams): void;
export default offBLEConnectionStateChanged$;