操作 旧版本 新版本 d.ts文件
新增 NA 类名:sensor;
方法or属性:function on(type: SensorId.COLOR, callback: Callback<ColorResponse>, options?: Options): void;
@ohos.sensor.d.ts
新增 NA 类名:sensor;
方法or属性:function on(type: SensorId.SAR, callback: Callback<SarResponse>, options?: Options): void;
@ohos.sensor.d.ts
新增 NA 类名:sensor;
方法or属性:function off(type: SensorId.COLOR, callback?: Callback<ColorResponse>): void;
@ohos.sensor.d.ts
新增 NA 类名:sensor;
方法or属性:function off(type: SensorId.SAR, callback?: Callback<SarResponse>): void;
@ohos.sensor.d.ts
新增 NA 类名:SensorId;
方法or属性:COLOR = 14
@ohos.sensor.d.ts
新增 NA 类名:SensorId;
方法or属性:SAR = 15
@ohos.sensor.d.ts
新增 NA 类名:ColorResponse;
方法or属性:lightIntensity: number;
@ohos.sensor.d.ts
新增 NA 类名:ColorResponse;
方法or属性:colorTemperature: number;
@ohos.sensor.d.ts
新增 NA 类名:SarResponse;
方法or属性:absorptionRatio: number;
@ohos.sensor.d.ts
新增 NA 类名:VibrateFromFile;
方法or属性:type: 'file';
@ohos.vibrator.d.ts
新增 NA 类名:VibrateFromFile;
方法or属性:hapticFd: HapticFileDescriptor;
@ohos.vibrator.d.ts
新增 NA 类名:HapticFileDescriptor;
方法or属性:fd: number;
@ohos.vibrator.d.ts
新增 NA 类名:HapticFileDescriptor;
方法or属性:offset?: number;
@ohos.vibrator.d.ts
新增 NA 类名:HapticFileDescriptor;
方法or属性:length?: number;
@ohos.vibrator.d.ts
废弃版本有变化 类名:vibrator;
方法or属性:function vibrate(duration: number): Promise<void>;
旧版本信息:
类名:vibrator;
方法or属性:function vibrate(duration: number): Promise<void>;
新版本信息:9
代替接口: vibrator#startVibration
@ohos.vibrator.d.ts
废弃版本有变化 类名:vibrator;
方法or属性:function vibrate(effectId: EffectId, callback?: AsyncCallback<void>): void;
旧版本信息:
类名:vibrator;
方法or属性:function vibrate(effectId: EffectId, callback?: AsyncCallback<void>): void;
新版本信息:9
代替接口: vibrator#startVibration
@ohos.vibrator.d.ts
废弃版本有变化 类名:vibrator;
方法or属性:function stop(stopMode: VibratorStopMode, callback?: AsyncCallback<void>): void;
旧版本信息:
类名:vibrator;
方法or属性:function stop(stopMode: VibratorStopMode, callback?: AsyncCallback<void>): void;
新版本信息:9
代替接口: vibrator#stopVibration
@ohos.vibrator.d.ts
错误码有变化 类名:vibrator;
方法or属性:function startVibration(effect: VibrateEffect, attribute: VibrateAttribute, callback: AsyncCallback<void>): void;
旧版本信息:201,401,14600101
类名:vibrator;
方法or属性:function startVibration(effect: VibrateEffect, attribute: VibrateAttribute, callback: AsyncCallback<void>): void;
新版本信息:201,401,801,14600101
@ohos.vibrator.d.ts
错误码有变化 类名:vibrator;
方法or属性:function startVibration(effect: VibrateEffect, attribute: VibrateAttribute): Promise<void>;
旧版本信息:201,401,14600101
类名:vibrator;
方法or属性:function startVibration(effect: VibrateEffect, attribute: VibrateAttribute): Promise<void>;
新版本信息:201,401,801,14600101
@ohos.vibrator.d.ts
权限有变化 类名:vibrator;
方法or属性:function vibrate(duration: number): Promise<void>;
旧版本信息:
类名:vibrator;
方法or属性:function vibrate(duration: number): Promise<void>;
新版本信息:ohos.permission.VIBRATE
@ohos.vibrator.d.ts
权限有变化 类名:vibrator;
方法or属性:function vibrate(effectId: EffectId, callback?: AsyncCallback<void>): void;
旧版本信息:
类名:vibrator;
方法or属性:function vibrate(effectId: EffectId, callback?: AsyncCallback<void>): void;
新版本信息:ohos.permission.VIBRATE
@ohos.vibrator.d.ts
权限有变化 类名:vibrator;
方法or属性:function stop(stopMode: VibratorStopMode, callback?: AsyncCallback<void>): void;
旧版本信息:
类名:vibrator;
方法or属性:function stop(stopMode: VibratorStopMode, callback?: AsyncCallback<void>): void;
新版本信息:ohos.permission.VIBRATE
@ohos.vibrator.d.ts
权限有变化 类名:VibrateOptions;
方法or属性:mode?: 'long' | 'short';
旧版本信息:
类名:VibrateOptions;
方法or属性:mode?: 'long' | 'short';
新版本信息:ohos.permission.VIBRATE
@system.vibrator.d.ts
权限有变化 类名:VibrateOptions;
方法or属性:success: () => void;
旧版本信息:
类名:VibrateOptions;
方法or属性:success: () => void;
新版本信息:ohos.permission.VIBRATE
@system.vibrator.d.ts
权限有变化 类名:VibrateOptions;
方法or属性:fail?: (data: string, code: number) => void;
旧版本信息:
类名:VibrateOptions;
方法or属性:fail?: (data: string, code: number) => void;
新版本信息:ohos.permission.VIBRATE
@system.vibrator.d.ts
权限有变化 类名:VibrateOptions;
方法or属性:complete?: () => void;
旧版本信息:
类名:VibrateOptions;
方法or属性:complete?: () => void;
新版本信息:ohos.permission.VIBRATE
@system.vibrator.d.ts
type有变化 类名:vibrator;
方法or属性:type VibrateEffect = VibrateTime | VibratePreset | VibrateFromFile;
旧版本信息:
类名:vibrator;
方法or属性:type VibrateEffect = VibrateTime | VibratePreset | VibrateFromFile;
新版本信息:VibrateTime | VibratePreset | VibrateFromFile
@ohos.vibrator.d.ts
函数有变化 类名:vibrator;
方法or属性:type VibrateEffect = VibrateTime | VibratePreset;
类名:vibrator;
方法or属性:type VibrateEffect = VibrateTime | VibratePreset | VibrateFromFile;
@ohos.vibrator.d.ts