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

23 lines
719 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
* iBeacon
* @apiName onBeaconServiceChange
*/
export interface IUnionOnBeaconServiceChangeParams extends ICommonAPIParams {
}
/**
* iBeacon
* @apiName onBeaconServiceChange
*/
export interface IUnionOnBeaconServiceChangeResult {
available: boolean;
discovering: boolean;
}
/**
* iBeacon
* @apiName onBeaconServiceChange
* @supportVersion ios: 4.6.38 android: 4.6.38
*/
export declare function onBeaconServiceChange$(params: IUnionOnBeaconServiceChangeParams): void;
export default onBeaconServiceChange$;