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

22 lines
610 B
TypeScript
Raw Normal View History

/**
*
*/
export declare type IUnionOnBluetoothDeviceFoundParams = (e: IUnionOnBluetoothDeviceFoundResult) => void;
/**
*
*/
export interface IUnionOnBluetoothDeviceFoundResult {
RSSI: number;
name: string;
deviceId: string;
localName: string;
deviceName: string;
advertisData: string;
}
/**
*
* @apiName onBluetoothDeviceFound
*/
export declare function onBluetoothDeviceFound$(params: IUnionOnBluetoothDeviceFoundParams): void;
export default onBluetoothDeviceFound$;