diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-ability.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-ability.md new file mode 100644 index 0000000000000000000000000000000000000000..d0f42a4d7e49fbc2906c7c1d3feaa2e36f18f129 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-ability.md @@ -0,0 +1,266 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.app.ability.dataUriUtils
类名: dataUriUtils|@ohos.app.ability.dataUriUtils.d.ts| +|新增|NA|模块名: ohos.app.ability.dataUriUtils
类名: dataUriUtils
方法 or 属性: function getId(uri: string): number|@ohos.app.ability.dataUriUtils.d.ts| +|新增|NA|模块名: ohos.app.ability.dataUriUtils
类名: dataUriUtils
方法 or 属性: function attachId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts| +|新增|NA|模块名: ohos.app.ability.dataUriUtils
类名: dataUriUtils
方法 or 属性: function deleteId(uri: string): string|@ohos.app.ability.dataUriUtils.d.ts| +|新增|NA|模块名: ohos.app.ability.dataUriUtils
类名: dataUriUtils
方法 or 属性: function updateId(uri: string, id: number): string|@ohos.app.ability.dataUriUtils.d.ts| +|新增|NA|模块名: ohos.app.ability.EnvironmentCallback
类名: EnvironmentCallback
方法 or 属性: onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|@ohos.app.ability.EnvironmentCallback.d.ts| +|删除|模块名: ohos.app.ability.wantAgent
类名: wantAgent
方法 or 属性:function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: Callback): void;|NA|@ohos.app.ability.wantAgent.d.ts| +|删除|模块名: ohos.application.Ability
类名: OnReleaseCallBack|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: OnReleaseCallBack
方法 or 属性:(msg: string): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: CalleeCallBack|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: CalleeCallBack
方法 or 属性:(indata: rpc.MessageParcel): rpc.Sequenceable;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Caller|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Caller
方法 or 属性:call(method: string, data: rpc.Sequenceable): Promise;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Caller
方法 or 属性:callWithResult(method: string, data: rpc.Sequenceable): Promise;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Caller
方法 or 属性:release(): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Caller
方法 or 属性:onRelease(callback: OnReleaseCallBack): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Callee|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Callee
方法 or 属性:on(method: string, callback: CalleeCallBack): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Callee
方法 or 属性:off(method: string): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:context: AbilityContext;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:launchWant: Want;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:lastRequestWant: Want;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:callee: Callee;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onCreate(want: Want, param: AbilityConstant.LaunchParam): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onWindowStageCreate(windowStage: window.WindowStage): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onWindowStageDestroy(): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onWindowStageRestore(windowStage: window.WindowStage): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onDestroy(): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onForeground(): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onBackground(): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onContinue(wantParam : {[key: string]: any}): AbilityConstant.OnContinueResult;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onConfigurationUpdated(config: Configuration): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:dump(params: Array): Array;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.Ability
类名: Ability
方法 or 属性:onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: any}): AbilityConstant.OnSaveResult;|NA|@ohos.application.Ability.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: AbilityConstant|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchParam|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchParam
方法 or 属性:launchReason: LaunchReason;|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchParam
方法 or 属性:lastExitReason: LastExitReason;|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchReason|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchReason
方法 or 属性:UNKNOWN = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchReason
方法 or 属性:START_ABILITY = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchReason
方法 or 属性:CALL = 2|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchReason
方法 or 属性:CONTINUATION = 3|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LaunchReason
方法 or 属性:APP_RECOVERY = 4|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LastExitReason|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LastExitReason
方法 or 属性:UNKNOWN = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LastExitReason
方法 or 属性:ABILITY_NOT_RESPONDING = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: LastExitReason
方法 or 属性:NORMAL = 2|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnContinueResult|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnContinueResult
方法 or 属性:AGREE = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnContinueResult
方法 or 属性:REJECT = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnContinueResult
方法 or 属性:MISMATCH = 2|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: MemoryLevel|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: MemoryLevel
方法 or 属性:MEMORY_LEVEL_MODERATE = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: MemoryLevel
方法 or 属性:MEMORY_LEVEL_LOW = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: MemoryLevel
方法 or 属性:MEMORY_LEVEL_CRITICAL = 2|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: WindowMode|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: WindowMode
方法 or 属性:WINDOW_MODE_UNDEFINED = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: WindowMode
方法 or 属性:WINDOW_MODE_FULLSCREEN = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: WindowMode
方法 or 属性:WINDOW_MODE_SPLIT_PRIMARY = 100|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: WindowMode
方法 or 属性:WINDOW_MODE_SPLIT_SECONDARY = 101|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: WindowMode
方法 or 属性:WINDOW_MODE_FLOATING = 102|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult
方法 or 属性:ALL_AGREE = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult
方法 or 属性:CONTINUATION_REJECT = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult
方法 or 属性:CONTINUATION_MISMATCH = 2|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult
方法 or 属性:RECOVERY_AGREE = 3|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult
方法 or 属性:RECOVERY_REJECT = 4|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: OnSaveResult
方法 or 属性:ALL_REJECT|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: StateType|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: StateType
方法 or 属性:CONTINUATION = 0|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityConstant
类名: StateType
方法 or 属性:APP_RECOVERY = 1|NA|@ohos.application.AbilityConstant.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onAbilityCreate(ability: Ability): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onWindowStageCreate(ability: Ability, windowStage: window.WindowStage): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onWindowStageActive(ability: Ability, windowStage: window.WindowStage): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onWindowStageInactive(ability: Ability, windowStage: window.WindowStage): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onWindowStageDestroy(ability: Ability, windowStage: window.WindowStage): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onAbilityDestroy(ability: Ability): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onAbilityForeground(ability: Ability): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onAbilityBackground(ability: Ability): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.AbilityLifecycleCallback
类名: AbilityLifecycleCallback
方法 or 属性:onAbilityContinue(ability: Ability): void;|NA|@ohos.application.AbilityLifecycleCallback.d.ts| +|删除|模块名: ohos.application.abilityManager
类名: abilityManager
方法 or 属性:function getExtensionRunningInfos(upperLimit: number): Promise>;|NA|@ohos.application.abilityManager.d.ts| +|删除|模块名: ohos.application.abilityManager
类名: abilityManager
方法 or 属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback>): void;|NA|@ohos.application.abilityManager.d.ts| +|删除|模块名: ohos.application.abilityManager
类名: abilityManager
方法 or 属性:function getTopAbility(): Promise;|NA|@ohos.application.abilityManager.d.ts| +|删除|模块名: ohos.application.abilityManager
类名: abilityManager
方法 or 属性:function getTopAbility(callback: AsyncCallback): void;|NA|@ohos.application.abilityManager.d.ts| +|删除|模块名: ohos.application.AbilityStage
类名: AbilityStage|NA|@ohos.application.AbilityStage.d.ts| +|删除|模块名: ohos.application.AbilityStage
类名: AbilityStage
方法 or 属性:context: AbilityStageContext;|NA|@ohos.application.AbilityStage.d.ts| +|删除|模块名: ohos.application.AbilityStage
类名: AbilityStage
方法 or 属性:onCreate(): void;|NA|@ohos.application.AbilityStage.d.ts| +|删除|模块名: ohos.application.AbilityStage
类名: AbilityStage
方法 or 属性:onAcceptWant(want: Want): string;|NA|@ohos.application.AbilityStage.d.ts| +|删除|模块名: ohos.application.AbilityStage
类名: AbilityStage
方法 or 属性:onConfigurationUpdated(config: Configuration): void;|NA|@ohos.application.AbilityStage.d.ts| +|删除|模块名: ohos.application.AbilityStage
类名: AbilityStage
方法 or 属性:onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|NA|@ohos.application.AbilityStage.d.ts| +|删除|模块名: ohos.application.appManager
类名: ApplicationState|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ApplicationState
方法 or 属性:STATE_CREATE|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ApplicationState
方法 or 属性:STATE_FOREGROUND|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ApplicationState
方法 or 属性:STATE_ACTIVE|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ApplicationState
方法 or 属性:STATE_BACKGROUND|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ApplicationState
方法 or 属性:STATE_DESTROY|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ProcessState|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ProcessState
方法 or 属性:STATE_CREATE|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ProcessState
方法 or 属性:STATE_FOREGROUND|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ProcessState
方法 or 属性:STATE_ACTIVE|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ProcessState
方法 or 属性:STATE_BACKGROUND|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: ProcessState
方法 or 属性:STATE_DESTROY|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: appManager
方法 or 属性:function registerApplicationStateObserver(observer: ApplicationStateObserver, bundleNameList: Array): number;|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: appManager
方法 or 属性:function getProcessRunningInformation(): Promise>;|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.appManager
类名: appManager
方法 or 属性:function getProcessRunningInformation(callback: AsyncCallback>): void;|NA|@ohos.application.appManager.d.ts| +|删除|模块名: ohos.application.Configuration
类名: Configuration
方法 or 属性:direction?: ConfigurationConstant.Direction;|NA|@ohos.application.Configuration.d.ts| +|删除|模块名: ohos.application.Configuration
类名: Configuration
方法 or 属性:screenDensity?: ConfigurationConstant.ScreenDensity;|NA|@ohos.application.Configuration.d.ts| +|删除|模块名: ohos.application.Configuration
类名: Configuration
方法 or 属性:displayId?: number;|NA|@ohos.application.Configuration.d.ts| +|删除|模块名: ohos.application.Configuration
类名: Configuration
方法 or 属性:hasPointerDevice?: boolean;|NA|@ohos.application.Configuration.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: Direction|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: Direction
方法 or 属性:DIRECTION_NOT_SET = -1|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: Direction
方法 or 属性:DIRECTION_VERTICAL = 0|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: Direction
方法 or 属性:DIRECTION_HORIZONTAL = 1|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_NOT_SET = 0|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_SDPI = 120|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_MDPI = 160|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_LDPI = 240|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_XLDPI = 320|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_XXLDPI = 480|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.ConfigurationConstant
类名: ScreenDensity
方法 or 属性:SCREEN_DENSITY_XXXLDPI = 640|NA|@ohos.application.ConfigurationConstant.d.ts| +|删除|模块名: ohos.application.context
类名: context|NA|@ohos.application.context.d.ts| +|删除|模块名: ohos.application.EnvironmentCallback
类名: EnvironmentCallback|NA|@ohos.application.EnvironmentCallback.d.ts| +|删除|模块名: ohos.application.EnvironmentCallback
类名: EnvironmentCallback
方法 or 属性:onConfigurationUpdated(config: Configuration): void;|NA|@ohos.application.EnvironmentCallback.d.ts| +|删除|模块名: ohos.application.errorManager
类名: errorManager|NA|@ohos.application.errorManager.d.ts| +|删除|模块名: ohos.application.errorManager
类名: errorManager
方法 or 属性:function registerErrorObserver(observer: ErrorObserver): number;|NA|@ohos.application.errorManager.d.ts| +|删除|模块名: ohos.application.errorManager
类名: errorManager
方法 or 属性:function unregisterErrorObserver(observerId: number, callback: AsyncCallback): void;|NA|@ohos.application.errorManager.d.ts| +|删除|模块名: ohos.application.errorManager
类名: errorManager
方法 or 属性:function unregisterErrorObserver(observerId: number): Promise;|NA|@ohos.application.errorManager.d.ts| +|删除|模块名: ohos.application.ExtensionAbility
类名: ExtensionAbility|NA|@ohos.application.ExtensionAbility.d.ts| +|删除|模块名: ohos.application.ExtensionAbility
类名: ExtensionAbility
方法 or 属性:onConfigurationUpdated(newConfig: Configuration): void;|NA|@ohos.application.ExtensionAbility.d.ts| +|删除|模块名: ohos.application.ExtensionAbility
类名: ExtensionAbility
方法 or 属性:onMemoryLevel(level: AbilityConstant.MemoryLevel): void;|NA|@ohos.application.ExtensionAbility.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:context: FormExtensionContext;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onCreate(want: Want): formBindingData.FormBindingData;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onCastToNormal(formId: string): void;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onUpdate(formId: string): void;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onVisibilityChange(newStatus: { [key: string]: number }): void;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onEvent(formId: string, message: string): void;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onDestroy(formId: string): void;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onConfigurationUpdated(config: Configuration): void;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onAcquireFormState?(want: Want): formInfo.FormState;|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.FormExtension
类名: FormExtension
方法 or 属性:onShare?(formId: string): {[key: string]: any};|NA|@ohos.application.FormExtension.d.ts| +|删除|模块名: ohos.application.formHost
类名: formHost
方法 or 属性:function shareForm(formId: string, deviceId: string, callback: AsyncCallback): void;|NA|@ohos.application.formHost.d.ts| +|删除|模块名: ohos.application.formHost
类名: formHost
方法 or 属性:function shareForm(formId: string, deviceId: string): Promise;|NA|@ohos.application.formHost.d.ts| +|删除|模块名: ohos.application.formHost
类名: formHost
方法 or 属性:function notifyFormsPrivacyProtected(formIds: Array, isProtected: boolean, callback: AsyncCallback): void;|NA|@ohos.application.formHost.d.ts| +|删除|模块名: ohos.application.formHost
类名: formHost
方法 or 属性:function notifyFormsPrivacyProtected(formIds: Array, isProtected: boolean): Promise;|NA|@ohos.application.formHost.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormType
方法 or 属性:eTS = 2|NA|@ohos.application.formInfo.d.ts| +|删除|模块名:ohos.application.formInfo
类名:FormParam
方法 or 属性:BUNDLE_NAME_KEY = "ohos.extra.param.key.bundle_name"|NA|@ohos.application.formInfo.d.ts| +|删除|模块名:ohos.application.formInfo
类名:FormParam
方法 or 属性:ABILITY_NAME_KEY = "ohos.extra.param.key.ability_name"|NA|@ohos.application.formInfo.d.ts| +|删除|模块名:ohos.application.formInfo
类名:FormParam
方法 or 属性:DEVICE_ID_KEY = "ohos.extra.param.key.device_id"|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormInfoFilter|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormInfoFilter
方法 or 属性:moduleName?: string;|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormDimension|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormDimension
方法 or 属性:Dimension_1_2 = 1|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormDimension
方法 or 属性:Dimension_2_2|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormDimension
方法 or 属性:Dimension_2_4|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormDimension
方法 or 属性:Dimension_4_4|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: FormDimension
方法 or 属性:Dimension_2_1|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: VisibilityType|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: VisibilityType
方法 or 属性:FORM_VISIBLE = 1|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formInfo
类名: VisibilityType
方法 or 属性:FORM_INVISIBLE|NA|@ohos.application.formInfo.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback>): void;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function getFormsInfo(callback: AsyncCallback>): void;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise>;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function requestPublishForm(want: Want, formBindingData: formBindingData.FormBindingData,

callback: AsyncCallback): void;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function requestPublishForm(want: Want, callback: AsyncCallback): void;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function isRequestPublishFormSupported(callback: AsyncCallback): void;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.formProvider
类名: formProvider
方法 or 属性:function isRequestPublishFormSupported(): Promise;|NA|@ohos.application.formProvider.d.ts| +|删除|模块名: ohos.application.missionManager
类名: missionManager
方法 or 属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback): void;|NA|@ohos.application.missionManager.d.ts| +|删除|模块名: ohos.application.missionManager
类名: missionManager
方法 or 属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise;|NA|@ohos.application.missionManager.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:context: ServiceExtensionContext;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onCreate(want: Want): void;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onDestroy(): void;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onRequest(want: Want, startId: number): void;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onConnect(want: Want): rpc.RemoteObject;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onDisconnect(want: Want): void;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onReconnect(want: Want): void;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:onConfigurationUpdated(config: Configuration): void;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.ServiceExtensionAbility
类名: ServiceExtensionAbility
方法 or 属性:dump(params: Array): Array;|NA|@ohos.application.ServiceExtensionAbility.d.ts| +|删除|模块名: ohos.application.StartOptions
类名: StartOptions|NA|@ohos.application.StartOptions.d.ts| +|删除|模块名: ohos.application.StartOptions
类名: StartOptions
方法 or 属性:windowMode?: number;|NA|@ohos.application.StartOptions.d.ts| +|删除|模块名: ohos.application.StartOptions
类名: StartOptions
方法 or 属性:displayId?: number;|NA|@ohos.application.StartOptions.d.ts| +|删除|模块名: ohos.application.Want
类名: Want
方法 or 属性:moduleName?: string;|NA|@ohos.application.Want.d.ts| +|删除|模块名: ohos.wantAgent
类名: wantAgent
方法 or 属性:function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback): void;|NA|@ohos.wantAgent.d.ts| +|删除|模块名: ohos.wantAgent
类名: wantAgent
方法 or 属性:function getOperationType(agent: WantAgent, callback: AsyncCallback): void;|NA|@ohos.wantAgent.d.ts| +|删除|模块名: ohos.wantAgent
类名: wantAgent
方法 or 属性:function getOperationType(agent: WantAgent): Promise;|NA|@ohos.wantAgent.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:abilityInfo: AbilityInfo;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:currentHapModuleInfo: HapModuleInfo;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:config: Configuration;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbility(want: Want, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbility(want: Want, options?: StartOptions): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityByCall(want: Want): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityForResult(want: Want, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityForResult(want: Want, options?: StartOptions): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityForResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startServiceExtensionAbility(want: Want): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:stopServiceExtensionAbility(want: Want): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:terminateSelf(callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:terminateSelf(): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:terminateSelfWithResult(parameter: AbilityResult): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:connectAbility(want: Want, options: ConnectOptions): number;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:connectAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:disconnectAbility(connection: number, callback:AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:disconnectAbility(connection: number): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:disconnectServiceExtensionAbility(connection: number): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:setMissionLabel(label: string, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:setMissionLabel(label: string): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:setMissionIcon(icon: image.PixelMap): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:requestPermissionsFromUser(permissions: Array, requestCallback: AsyncCallback): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:requestPermissionsFromUser(permissions: Array): Promise;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:restoreWindowStage(localStorage: LocalStorage): void;|NA|AbilityContext.d.ts| +|删除|模块名: AbilityContext
类名: AbilityContext
方法 or 属性:isTerminating(): boolean;|NA|AbilityContext.d.ts| +|删除|模块名: ApplicationContext
类名: ApplicationContext
方法 or 属性:registerAbilityLifecycleCallback(callback: AbilityLifecycleCallback): number;|NA|ApplicationContext.d.ts| +|删除|模块名: ApplicationContext
类名: ApplicationContext
方法 or 属性:unregisterAbilityLifecycleCallback(callbackId: number, callback: AsyncCallback): void;|NA|ApplicationContext.d.ts| +|删除|模块名: ApplicationContext
类名: ApplicationContext
方法 or 属性:unregisterAbilityLifecycleCallback(callbackId: number): Promise;|NA|ApplicationContext.d.ts| +|删除|模块名: ApplicationContext
类名: ApplicationContext
方法 or 属性:registerEnvironmentCallback(callback: EnvironmentCallback): number;|NA|ApplicationContext.d.ts| +|删除|模块名: ApplicationContext
类名: ApplicationContext
方法 or 属性:unregisterEnvironmentCallback(callbackId: number, callback: AsyncCallback): void;|NA|ApplicationContext.d.ts| +|删除|模块名: ApplicationContext
类名: ApplicationContext
方法 or 属性:unregisterEnvironmentCallback(callbackId: number): Promise;|NA|ApplicationContext.d.ts| +|删除|模块名: PermissionRequestResult
类名: PermissionRequestResult|NA|PermissionRequestResult.d.ts| +|删除|模块名: PermissionRequestResult
类名: PermissionRequestResult
方法 or 属性:permissions: Array;|NA|PermissionRequestResult.d.ts| +|删除|模块名: PermissionRequestResult
类名: PermissionRequestResult
方法 or 属性:authResults: Array;|NA|PermissionRequestResult.d.ts| +|删除|模块名:ServiceExtensionContext
类名:ServiceExtensionContext
方法 or 属性:connectAbility(want: Want, options: ConnectOptions): number;|NA|ServiceExtensionContext.d.ts| +|删除|模块名:ServiceExtensionContext
类名:ServiceExtensionContext
方法 or 属性:connectAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number;|NA|ServiceExtensionContext.d.ts| +|删除|模块名:ServiceExtensionContext
类名:ServiceExtensionContext
方法 or 属性:disconnectAbility(connection: number, callback:AsyncCallback): void;|NA|ServiceExtensionContext.d.ts| +|删除|模块名:ServiceExtensionContext
类名:ServiceExtensionContext
方法 or 属性:disconnectAbility(connection: number): Promise;|NA|ServiceExtensionContext.d.ts| +|删除|模块名:UIAbilityContext
类名:UIAbilityContext
方法 or 属性:requestPermissionsFromUser(permissions: Array, requestCallback: AsyncCallback): void;|NA|UIAbilityContext.d.ts| +|删除|模块名:UIAbilityContext
类名:UIAbilityContext
方法 or 属性:requestPermissionsFromUser(permissions: Array): Promise;|NA|UIAbilityContext.d.ts| +|访问级别有变化|类名:FormParam
方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"
访问级别:公开API|类名:FormParam
方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"
访问级别:系统API|@ohos.application.formInfo.d.ts| +|废弃版本有变化|类名:dataUriUtils
废弃版本:N/A|类名:dataUriUtils
废弃版本:9
代替接口:@ohos.app.ability.dataUriUtils.d.ts |@ohos.ability.dataUriUtils.d.ts| +|废弃版本有变化|类名:Context
方法 or 属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback): void
废弃版本:N/A|类名:Context
方法 or 属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback): void
废弃版本:9
代替接口:ohos.window|context.d.ts| +|废弃版本有变化|类名:Context
方法 or 属性:setShowOnLockScreen(show: boolean): Promise;
废弃版本:N/A|类名:Context
方法 or 属性:setShowOnLockScreen(show: boolean): Promise;
废弃版本:9|context.d.ts| +|起始版本有变化|类名:FormParam
方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"
起始版本:9|类名:FormParam
方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"
起始版本:8|@ohos.application.formInfo.d.ts| +|新增(权限)|类名:ServiceExtensionContext
方法 or 属性:startAbilityByCall(want: Want): Promise;
权限:N/A|类名:ServiceExtensionContext
方法 or 属性:startAbilityByCall(want: Want): Promise;
权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|ServiceExtensionContext.d.ts| +|新增(权限)|类名:UIAbilityContext
方法 or 属性:startAbilityByCall(want: Want): Promise;
权限:N/A|类名:UIAbilityContext
方法 or 属性:startAbilityByCall(want: Want): Promise;
权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts| +|访问级别有变化|类名:FormParam
方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"
访问级别:公开API|类名:FormParam
方法 or 属性:IDENTITY_KEY = "ohos.extra.param.key.form_identity"
访问级别:系统API|@ohos.application.formInfo.d.ts| +|函数有变化|类名:ServiceExtensionAbility
方法 or 属性:onConnect(want: Want): rpc.RemoteObject;
|类名:ServiceExtensionAbility
方法 or 属性:onConnect(want: Want): rpc.RemoteObject \| Promise;
|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|函数有变化|类名:ServiceExtensionAbility
方法 or 属性:onDisconnect(want: Want): void;
|类名:ServiceExtensionAbility
方法 or 属性:onDisconnect(want: Want): void \| Promise;
|@ohos.app.ability.ServiceExtensionAbility.d.ts| +|函数有变化|类名:UIAbility
方法 or 属性:onDestroy(): void;
|类名:UIAbility
方法 or 属性:onDestroy(): void \| Promise;
|@ohos.app.ability.UIAbility.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-account.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-account.md new file mode 100644 index 0000000000000000000000000000000000000000..24eb94a7cd981534f5103a41bec8784771a3300a --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-account.md @@ -0,0 +1,16 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.account.osAccount
类名: InputerManager|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: InputerManager
方法 or 属性: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: InputerManager
方法 or 属性: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: DomainPlugin|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: DomainPlugin
方法 or 属性: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: DomainAccountManager|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: DomainAccountManager
方法 or 属性: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: DomainAccountManager
方法 or 属性: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: AuthType
方法 or 属性: DOMAIN = 1024|@ohos.account.osAccount.d.ts| +|新增|NA|模块名: ohos.account.osAccount
类名: AuthSubType
方法 or 属性: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| +|删除(权限)|类名:AppAccountManager
方法 or 属性:getAllAccounts(callback: AsyncCallback>): void;
权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager
方法 or 属性:getAllAccounts(callback: AsyncCallback>): void;
权限:N/A|@ohos.account.appAccount.d.ts| +|删除(权限)|类名:AppAccountManager
方法 or 属性:getAllAccounts(): Promise>;
权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager
方法 or 属性:getAllAccounts(): Promise>;
权限:N/A|@ohos.account.appAccount.d.ts| +|删除(权限)|类名:AppAccountManager
方法 or 属性:getAccountsByOwner(owner: string, callback: AsyncCallback>): void;
权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager
方法 or 属性:getAccountsByOwner(owner: string, callback: AsyncCallback>): void;
权限:N/A|@ohos.account.appAccount.d.ts| +|删除(权限)|类名:AppAccountManager
方法 or 属性:getAccountsByOwner(owner: string): Promise>;
权限:ohos.permission.GET_ALL_APP_ACCOUNTS|类名:AppAccountManager
方法 or 属性:getAccountsByOwner(owner: string): Promise>;
权限:N/A|@ohos.account.appAccount.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-application.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-application.md new file mode 100644 index 0000000000000000000000000000000000000000..7362e4523e448120b280303a3babe029c428310b --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-application.md @@ -0,0 +1,17 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|model有变化|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback): void;
model:N/A|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback): void;
model:@FAModelOnly|@ohos.settings.d.ts| +|model有变化|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise;
model:N/A|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise;
model:@FAModelOnly|@ohos.settings.d.ts| +|model有变化|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback): void;
model:N/A|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback): void;
model:@FAModelOnly|@ohos.settings.d.ts| +|model有变化|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise;
model:N/A|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise;
model:@FAModelOnly|@ohos.settings.d.ts| +|model有变化|类名:settings
方法 or 属性:function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
model:N/A|类名:settings
方法 or 属性:function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
model:@FAModelOnly|@ohos.settings.d.ts| +|model有变化|类名:settings
方法 or 属性:function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
model:N/A|类名:settings
方法 or 属性:function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
model:@FAModelOnly|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function getURI(name: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:settings
方法 or 属性:function getURI(name: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function getURI(name: string): Promise;
废弃版本:N/A|类名:settings
方法 or 属性:function getURI(name: string): Promise;
废弃版本:9|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise;
废弃版本:N/A|类名:settings
方法 or 属性:function getValue(dataAbilityHelper: DataAbilityHelper, name: string): Promise;
废弃版本:9|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback): void;
废弃版本:N/A|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise;
废弃版本:N/A|类名:settings
方法 or 属性:function setValue(dataAbilityHelper: DataAbilityHelper, name: string, value: object): Promise;
废弃版本:9|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
废弃版本:N/A|类名:settings
方法 or 属性:function getValueSync(dataAbilityHelper: DataAbilityHelper, name: string, defValue: string): string;
废弃版本:9
代替接口:N/A|@ohos.settings.d.ts| +|废弃版本有变化|类名:settings
方法 or 属性:function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
废弃版本:N/A|类名:settings
方法 or 属性:function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
废弃版本:9
代替接口:N/A|@ohos.settings.d.ts| +|新增(权限)|类名:settings
方法 or 属性:function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
权限:N/A|类名:settings
方法 or 属性:function setValueSync(dataAbilityHelper: DataAbilityHelper, name: string, value: string): boolean;
权限:ohos.permission.MANAGE_SECURE_SETTINGS|@ohos.settings.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-arkui.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-arkui.md new file mode 100644 index 0000000000000000000000000000000000000000..58f2be2fe438016e5f3c1e1ff3ebacf8444f6294 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-arkui.md @@ -0,0 +1,169 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage
方法 or 属性: owner: Want;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage
方法 or 属性: want: Want;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage
方法 or 属性: name: string;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage
方法 or 属性: data: KVObject;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage
方法 or 属性: extraData: KVObject;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: PushParameterForStage
方法 or 属性: jsonPath?: string;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: RequestParameterForStage|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: RequestParameterForStage
方法 or 属性: owner: Want;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: RequestParameterForStage
方法 or 属性: want: Want;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: RequestParameterForStage
方法 or 属性: name: string;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: RequestParameterForStage
方法 or 属性: data: KVObject;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: RequestParameterForStage
方法 or 属性: jsonPath?: string;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: pluginComponentManager
方法 or 属性: function push(param: PushParameterForStage, callback: AsyncCallback): void;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: ohos.pluginComponent
类名: pluginComponentManager
方法 or 属性: function request(param: RequestParameterForStage, callback: AsyncCallback): void;|@ohos.pluginComponent.d.ts| +|新增|NA|模块名: common
类名: SourceTool|common.d.ts| +|新增|NA|模块名: common
类名: SourceTool
方法 or 属性: Unknown|common.d.ts| +|新增|NA|模块名: common
类名: SourceTool
方法 or 属性: FINGER|common.d.ts| +|新增|NA|模块名: common
类名: SourceTool
方法 or 属性: PEN|common.d.ts| +|新增|NA|模块名: common
类名: BaseEvent
方法 or 属性: pressure: number;|common.d.ts| +|新增|NA|模块名: common
类名: BaseEvent
方法 or 属性: tiltX: number;|common.d.ts| +|新增|NA|模块名: common
类名: BaseEvent
方法 or 属性: tiltY: number;|common.d.ts| +|新增|NA|模块名: common
类名: BaseEvent
方法 or 属性: sourceTool: SourceTool;|common.d.ts| +|新增|NA|类名:Scroller
方法or属性:scrollPage(value: { next: boolean });|scroll.d.ts| +|新增|NA|模块名: swiper
类名: SwiperAttribute
方法 or 属性: onAnimationStart(event: (index: number) => void): SwiperAttribute;|swiper.d.ts| +|新增|NA|模块名: swiper
类名: SwiperAttribute
方法 or 属性: onAnimationEnd(event: (index: number) => void): SwiperAttribute;|swiper.d.ts| +|新增|NA|模块名: web
类名: WebDarkMode|web.d.ts| +|新增|NA|类名:WebDarkMode
方法or属性:|web.d.ts| +|新增|NA|模块名: web
类名: WebDarkMode
方法 or 属性:Off|web.d.ts| +|新增|NA|类名:WebDarkMode
方法or属性:Off|web.d.ts| +|新增|NA|模块名: web
类名: WebDarkMode
方法 or 属性:On|web.d.ts| +|新增|NA|类名:WebDarkMode
方法or属性:On|web.d.ts| +|新增|NA|模块名: web
类名: WebDarkMode
方法 or 属性:Auto|web.d.ts| +|新增|NA|类名:WebDarkMode
方法or属性:Auto|web.d.ts| +|新增|NA|模块名: web
类名: DataResubmissionHandler|web.d.ts| +|新增|NA|类名:DataResubmissionHandler
方法or属性:|web.d.ts| +|新增|NA|模块名: web
类名: DataResubmissionHandler
方法 or 属性:resend(): void;|web.d.ts| +|新增|NA|类名:DataResubmissionHandler
方法or属性:resend(): void;|web.d.ts| +|新增|NA|模块名: web
类名: DataResubmissionHandler
方法 or 属性:cancel(): void;|web.d.ts| +|新增|NA|类名:DataResubmissionHandler
方法or属性:cancel(): void;|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuSourceType|web.d.ts| +|新增|NA|类名:ContextMenuSourceType
方法or属性:|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuSourceType
方法 or 属性:None|web.d.ts| +|新增|NA|类名:ContextMenuSourceType
方法or属性:None|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuSourceType
方法 or 属性:Mouse|web.d.ts| +|新增|NA|类名:ContextMenuSourceType
方法or属性:Mouse|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuSourceType
方法 or 属性:LongPress|web.d.ts| +|新增|NA|类名:ContextMenuSourceType
方法or属性:LongPress|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuMediaType|web.d.ts| +|新增|NA|类名:ContextMenuMediaType
方法or属性:|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuMediaType
方法 or 属性:None|web.d.ts| +|新增|NA|类名:ContextMenuMediaType
方法or属性:None|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuMediaType
方法 or 属性:Image|web.d.ts| +|新增|NA|类名:ContextMenuMediaType
方法or属性:Image|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType
方法 or 属性:None|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:None|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType
方法 or 属性:PlainText|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:PlainText|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType
方法 or 属性:Password|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:Password|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType
方法 or 属性:Number|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:Number|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType
方法 or 属性:Telephone|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:Telephone|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuInputFieldType
方法 or 属性:Other|web.d.ts| +|新增|NA|类名:ContextMenuInputFieldType
方法or属性:Other|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuEditStateFlags|web.d.ts| +|新增|NA|类名:ContextMenuEditStateFlags
方法or属性:|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuEditStateFlags
方法 or 属性:NONE = 0|web.d.ts| +|新增|NA|类名:ContextMenuEditStateFlags
方法or属性:NONE = 0|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuEditStateFlags
方法 or 属性:CAN_CUT = 1 << 0|web.d.ts| +|新增|NA|类名:ContextMenuEditStateFlags
方法or属性:CAN_CUT = 1 << 0|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuEditStateFlags
方法 or 属性:CAN_COPY = 1 << 1|web.d.ts| +|新增|NA|类名:ContextMenuEditStateFlags
方法or属性:CAN_COPY = 1 << 1|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuEditStateFlags
方法 or 属性:CAN_PASTE = 1 << 2|web.d.ts| +|新增|NA|类名:ContextMenuEditStateFlags
方法or属性:CAN_PASTE = 1 << 2|web.d.ts| +|新增|NA|模块名: web
类名: ContextMenuEditStateFlags
方法 or 属性:CAN_SELECT_ALL = 1 << 3|web.d.ts| +|新增|NA|类名:ContextMenuEditStateFlags
方法or属性:CAN_SELECT_ALL = 1 << 3|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:getUnfilteredLinkUrl(): string;|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:getMediaType(): ContextMenuMediaType;|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:getSelectionText(): string;|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:getSourceType(): ContextMenuSourceType;|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:getInputFieldType(): ContextMenuInputFieldType;|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:isEditable(): boolean;|web.d.ts| +|新增|NA|类名:WebContextMenuParam
方法or属性:getEditStateFlags(): number;|web.d.ts| +|新增|NA|模块名: web
类名: WebContextMenuResult
方法 or 属性:copy(): void;|web.d.ts| +|新增|NA|类名:WebContextMenuResult
方法or属性:copy(): void;|web.d.ts| +|新增|NA|模块名: web
类名: WebContextMenuResult
方法 or 属性:paste(): void;|web.d.ts| +|新增|NA|类名:WebContextMenuResult
方法or属性:paste(): void;|web.d.ts| +|新增|NA|模块名: web
类名: WebContextMenuResult
方法 or 属性:cut(): void;|web.d.ts| +|新增|NA|类名:WebContextMenuResult
方法or属性:cut(): void;|web.d.ts| +|新增|NA|模块名: web
类名: WebContextMenuResult
方法 or 属性:selectAll(): void;|web.d.ts| +|新增|NA|类名:WebContextMenuResult
方法or属性:selectAll(): void;|web.d.ts| +|新增|NA|模块名: web
类名: WebResourceRequest
方法 or 属性:getRequestMethod(): string;|web.d.ts| +|新增|NA|类名:WebResourceRequest
方法or属性:getRequestMethod(): string;|web.d.ts| +|新增|NA|类名:WebResourceResponse
方法or属性:setResponseIsReady(IsReady: boolean);|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:darkMode(mode: WebDarkMode): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:darkMode(mode: WebDarkMode): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:forceDarkAccess(access: boolean): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:forceDarkAccess(access: boolean): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:onInterceptKeyEvent(callback: (event: KeyEvent) => boolean): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:onInterceptKeyEvent(callback: (event: KeyEvent) => boolean): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:webStandardFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:webStandardFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:webSerifFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:webSerifFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:webSansSerifFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:webSansSerifFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:webFixedFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:webFixedFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:webFantasyFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:webFantasyFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:webCursiveFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:webCursiveFont(family: string): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:defaultFixedFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:defaultFixedFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:defaultFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:defaultFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:minFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:minFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:minLogicalFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:minLogicalFontSize(size: number): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:blockNetwork(block: boolean): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:blockNetwork(block: boolean): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:horizontalScrollBarAccess(horizontalScrollBar: boolean): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:horizontalScrollBarAccess(horizontalScrollBar: boolean): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:verticalScrollBarAccess(verticalScrollBar: boolean): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:verticalScrollBarAccess(verticalScrollBar: boolean): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:onTouchIconUrlReceived(callback: (event: {url: string,
precomposed: boolean}) => void): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:onTouchIconUrlReceived(callback: (event: {url: string,
precomposed: boolean}) => void): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:onFaviconReceived(callback: (event: {favicon: PixelMap}) => void): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:onFaviconReceived(callback: (event: {favicon: PixelMap}) => void): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:onPageVisible(callback: (event: {url: string}) => void): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:onPageVisible(callback: (event: {url: string}) => void): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:onDataResubmitted(callback: (event: {handler: DataResubmissionHandler}) => void): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:onDataResubmitted(callback: (event: {handler: DataResubmissionHandler}) => void): WebAttribute;|web.d.ts| +|新增|NA|模块名: web
类名: WebAttribute
方法 or 属性:pinchSmooth(isEnabled: boolean): WebAttribute;|web.d.ts| +|新增|NA|类名:WebAttribute
方法or属性:pinchSmooth(isEnabled: boolean): WebAttribute;|web.d.ts| +|删除|模块名:web
类名:WebContextMenuParam
方法 or 属性:getUnfilterendLinkUrl(): string;|NA|web.d.ts| +|访问级别有变化|类名:SubscribedAbstractProperty
访问级别:系统API|类名:SubscribedAbstractProperty
访问级别:公开API|common_ts_ets_api.d.ts| +|访问级别有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
访问级别:系统API|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
访问级别:公开API|common_ts_ets_api.d.ts| +|访问级别有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
访问级别:系统API|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
访问级别:公开API|common_ts_ets_api.d.ts| +|废弃版本有变化|类名:Edge
方法 or 属性:Center
废弃版本:N/A|类名:Edge
方法 or 属性:Center
废弃版本:9
代替接口:N/A|enums.d.ts| +|废弃版本有变化|类名:Edge
方法 or 属性:Baseline
废弃版本:N/A|类名:Edge
方法 or 属性:Baseline
废弃版本:9
代替接口:N/A|enums.d.ts| +|废弃版本有变化|类名:Edge
方法 or 属性:Middle
废弃版本:N/A|类名:Edge
方法 or 属性:Middle
废弃版本:9
代替接口:N/A|enums.d.ts| +|废弃版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:preDecode(value: number): ImageAnimatorAttribute;
废弃版本:N/A|类名:ImageAnimatorAttribute
方法 or 属性:preDecode(value: number): ImageAnimatorAttribute;
废弃版本:9
代替接口:N/A|image_animator.d.ts| +|废弃版本有变化|类名:ListAttribute
方法 or 属性:editMode(value: boolean): ListAttribute;
废弃版本:N/A|类名:ListAttribute
方法 or 属性:editMode(value: boolean): ListAttribute;
废弃版本:9
代替接口:N/A|list.d.ts| +|废弃版本有变化|类名:ListAttribute
方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute;
废弃版本:N/A|类名:ListAttribute
方法 or 属性:onItemDelete(event: (index: number) => boolean): ListAttribute;
废弃版本:9
代替接口:N/A|list.d.ts| +|废弃版本有变化|类名:EditMode
废弃版本:N/A|类名:EditMode
废弃版本:9
代替接口:N/A|list_item.d.ts| +|废弃版本有变化|类名:ListItemAttribute
方法 or 属性:editable(value: boolean \| EditMode): ListItemAttribute;
废弃版本:N/A|类名:ListItemAttribute
方法 or 属性:editable(value: boolean \| EditMode): ListItemAttribute;
废弃版本:9
代替接口:N/A|list_item.d.ts| +|废弃版本有变化|类名:ScrollDirection
方法 or 属性:Free
废弃版本:N/A|类名:ScrollDirection
方法 or 属性:Free
废弃版本:9
代替接口:N/A|scroll.d.ts| +|废弃版本有变化|类名:Scroller
方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis });
废弃版本:N/A|类名:Scroller
方法 or 属性:scrollPage(value: { next: boolean; direction?: Axis });
废弃版本:9
代替接口:N/A|scroll.d.ts| +|废弃版本有变化|类名:SliderAttribute
方法 or 属性:minLabel(value: string): SliderAttribute;
废弃版本:N/A|类名:SliderAttribute
方法 or 属性:minLabel(value: string): SliderAttribute;
废弃版本:9
代替接口:min |slider.d.ts| +|废弃版本有变化|类名:SliderAttribute
方法 or 属性:maxLabel(value: string): SliderAttribute;
废弃版本:N/A|类名:SliderAttribute
方法 or 属性:maxLabel(value: string): SliderAttribute;
废弃版本:9
代替接口:max |slider.d.ts| +|起始版本有变化|类名:SubscribedAbstractProperty
起始版本:7|类名:SubscribedAbstractProperty
起始版本:9|common_ts_ets_api.d.ts| +|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
起始版本:7|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
起始版本:9|common_ts_ets_api.d.ts| +|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
起始版本:7|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
起始版本:9|common_ts_ets_api.d.ts| +|起始版本有变化|类名:NavigationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
起始版本:9|navigation.d.ts| +|访问级别有变化|类名:SubscribedAbstractProperty
访问级别:系统API|类名:SubscribedAbstractProperty
访问级别:公开API|common_ts_ets_api.d.ts| +|访问级别有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
访问级别:系统API|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
访问级别:公开API|common_ts_ets_api.d.ts| +|访问级别有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
访问级别:系统API|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
访问级别:公开API|common_ts_ets_api.d.ts| +|函数有变化|类名:AbilityComponentInterface
方法 or 属性:(value: {want: import('../api/@ohos.application.Want').default}): AbilityComponentAttribute;
|类名:AbilityComponentInterface
方法 or 属性:(value: {want: import('../api/@ohos.app.ability.Want').default}): AbilityComponentAttribute;
|ability_component.d.ts| +|函数有变化|类名:FormComponentInterface
方法 or 属性:(value: {
id: number;
name: string;
bundle: string;
ability: string;
module: string;
dimension?: FormDimension;
temporary?: boolean;
want?: import('../api/@ohos.application.Want').default;
}): FormComponentAttribute;
|类名:FormComponentInterface
方法 or 属性:(value: {
id: number;
name: string;
bundle: string;
ability: string;
module: string;
dimension?: FormDimension;
temporary?: boolean;
want?: import('../api/@ohos.app.ability.Want').default;
}): FormComponentAttribute;
|form_component.d.ts| +|函数有变化|类名:ControllerHandler
方法 or 属性:setWebController(controller: WebController): void;
|类名:ControllerHandler
方法 or 属性:setWebController(controller: WebviewController): void;
|web.d.ts| +|函数有变化|类名:WebResourceResponse
方法 or 属性:setResponseData(data: string);
|类名:WebResourceResponse
方法 or 属性:setResponseData(data: string \| number);
|web.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-battery.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-battery.md new file mode 100644 index 0000000000000000000000000000000000000000..520afe4ea68445a6673eb5da68907847ded7c02b --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-battery.md @@ -0,0 +1,3 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|删除(权限)|类名:power
方法 or 属性:function getPowerMode(): DevicePowerMode;
权限:ohos.permission.POWER_OPTIMIZATION|类名:power
方法 or 属性:function getPowerMode(): DevicePowerMode;
权限:N/A|@ohos.power.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-bundle.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-bundle.md new file mode 100644 index 0000000000000000000000000000000000000000..2177331e7be6ecb47b345162442dc3bb38cea69f --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-bundle.md @@ -0,0 +1,24 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback): void;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName): Promise;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementNames: Array, callback: AsyncCallback>): void;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementNames: Array): Promise>;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCallback): void;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementNames: Array, locale: string, callback: AsyncCallback>): void;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|模块名: ohos.bundle.distributedBundleManager
类名: distributedBundleManager
方法 or 属性: function getRemoteAbilityInfo(elementNames: Array, locale: string): Promise>;|@ohos.bundle.distributedBundleManager.d.ts| +|新增|NA|类名:BundleInstaller
方法or属性:install(hapFilePaths: Array, installParam?: InstallParam) : Promise;|@ohos.bundle.installer.d.ts| +|新增|NA|类名:BundleInstaller
方法or属性:uninstall(bundleName: string, installParam?: InstallParam) : Promise;|@ohos.bundle.installer.d.ts| +|新增|NA|类名:BundleInstaller
方法or属性:recover(bundleName: string, installParam?: InstallParam) : Promise;|@ohos.bundle.installer.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName, callback: AsyncCallback): void;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName): Promise;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementNames: Array, callback: AsyncCallback>): void;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementNames: Array): Promise>;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName, locale: string, callback: AsyncCallback): void;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementName: ElementName, locale: string): Promise;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementNames: Array, locale: string, callback: AsyncCallback>): void;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: ohos.bundle.distributedBundle
类名: distributedBundle
方法 or 属性:function getRemoteAbilityInfo(elementNames: Array, locale: string): Promise>;|NA|@ohos.bundle.distributedBundle.d.ts| +|删除|模块名: hapModuleInfo
类名: HapModuleInfo
方法 or 属性:readonly moduleSourceDir: string;|NA|hapModuleInfo.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-communication.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-communication.md new file mode 100644 index 0000000000000000000000000000000000000000..17062b6407de9c72d7c42a7b495e4775cd0195b5 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-communication.md @@ -0,0 +1,131 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:connectedTag
方法or属性:function initialize(): void;|@ohos.connectedTag.d.ts| +|新增|NA|类名:connectedTag
方法or属性:function uninitialize(): void;|@ohos.connectedTag.d.ts| +|新增|NA|类名:connectedTag
方法or属性:function read(): Promise;|@ohos.connectedTag.d.ts| +|新增|NA|类名:connectedTag
方法or属性:function read(callback: AsyncCallback): void;|@ohos.connectedTag.d.ts| +|新增|NA|类名:connectedTag
方法or属性:function write(data: number[]): Promise;|@ohos.connectedTag.d.ts| +|新增|NA|类名:connectedTag
方法or属性:function write(data: number[], callback: AsyncCallback): void;|@ohos.connectedTag.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function isSharingSupported(callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function isSharingSupported(): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function isSharing(callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function isSharing(): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function startSharing(type: SharingIfaceType, callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function startSharing(type: SharingIfaceType): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function stopSharing(type: SharingIfaceType, callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function stopSharing(type: SharingIfaceType): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getStatsRxBytes(callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getStatsRxBytes(): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getStatsTxBytes(callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getStatsTxBytes(): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getStatsTotalBytes(callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getStatsTotalBytes(): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getSharingIfaces(state: SharingIfaceState, callback: AsyncCallback>): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getSharingIfaces(state: SharingIfaceState): Promise>;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getSharingState(type: SharingIfaceType, callback: AsyncCallback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getSharingState(type: SharingIfaceType): Promise;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getSharableRegexes(type: SharingIfaceType, callback: AsyncCallback>): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function getSharableRegexes(type: SharingIfaceType): Promise>;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function on(type: 'sharingStateChange', callback: Callback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function off(type: 'sharingStateChange', callback?: Callback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function on(type: 'interfaceSharingStateChange', callback: Callback<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function off(type: 'interfaceSharingStateChange', callback?: Callback<{ type: SharingIfaceType, iface: string, state: SharingIfaceState }>): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function on(type: 'sharingUpstreamChange', callback: Callback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: sharing
方法 or 属性: function off(type: 'sharingUpstreamChange', callback?: Callback): void;|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceState|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceState
方法 or 属性: SHARING_NIC_SERVING = 1|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceState
方法 or 属性: SHARING_NIC_CAN_SERVER = 2|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceState
方法 or 属性: SHARING_NIC_ERROR = 3|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceType|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceType
方法 or 属性: SHARING_WIFI = 0|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceType
方法 or 属性: SHARING_USB = 1|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.net.sharing
类名: SharingIfaceType
方法 or 属性: SHARING_BLUETOOTH = 2|@ohos.net.sharing.d.ts| +|新增|NA|模块名: ohos.nfc.cardEmulation
类名: CardType|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:CardType
方法or属性:|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|模块名: ohos.nfc.cardEmulation
类名: CardType
方法 or 属性:PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:CardType
方法or属性:PAYMENT = "payment"|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|模块名: ohos.nfc.cardEmulation
类名: CardType
方法 or 属性:OTHER = "other"|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:CardType
方法or属性:OTHER = "other"|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:cardEmulation
方法or属性:function hasHceCapability(): boolean;|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:cardEmulation
方法or属性:function isDefaultService(elementName: ElementName, type: CardType): boolean;|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:HceService
方法or属性:start(elementName: ElementName, aidList: string[]): void|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:HceService
方法or属性:stop(elementName: ElementName): void|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:HceService
方法or属性:transmit(response: number[]): Promise;|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:HceService
方法or属性:transmit(response: number[], callback: AsyncCallback): void;|@ohos.nfc.cardEmulation.d.ts| +|新增|NA|类名:nfcController
方法or属性:function enableNfc(): void|@ohos.nfc.controller.d.ts| +|新增|NA|类名:nfcController
方法or属性:function disableNfc(): void|@ohos.nfc.controller.d.ts| +|新增|NA|类名:tag
方法or属性:function getNfcA(tagInfo: TagInfo): NfcATag|@ohos.nfc.tag.d.ts| +|新增|NA|类名:tag
方法or属性:function getNfcB(tagInfo: TagInfo): NfcBTag|@ohos.nfc.tag.d.ts| +|新增|NA|类名:tag
方法or属性:function getNfcF(tagInfo: TagInfo): NfcFTag|@ohos.nfc.tag.d.ts| +|新增|NA|类名:tag
方法or属性:function getNfcV(tagInfo: TagInfo): NfcVTag|@ohos.nfc.tag.d.ts| +|新增|NA|类名:wifiManager
方法or属性:function p2pCancelConnect(): void;|@ohos.wifiManager.d.ts| +|新增|NA|类名:TagSession
方法or属性:connect(): void;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:resetConnection(): void;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:isConnected(): boolean;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:setTimeout(timeout: number): void;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:getTimeout(): number;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:transmit(data: number[]): Promise;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:transmit(data: number[], callback: AsyncCallback): void;|tagSession.d.ts| +|新增|NA|类名:TagSession
方法or属性:getMaxTransmitSize(): number;|tagSession.d.ts| +|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function p2pDisconnect(): void;|NA|@ohos.wifiManager.d.ts| +|废弃版本有变化|类名:connectedTag
方法 or 属性:function init(): boolean;
废弃版本:N/A|类名:connectedTag
方法 or 属性:function init(): boolean;
废弃版本:9
代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|废弃版本有变化|类名:connectedTag
方法 or 属性:function uninit(): boolean;
废弃版本:N/A|类名:connectedTag
方法 or 属性:function uninit(): boolean;
废弃版本:9
代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|废弃版本有变化|类名:connectedTag
方法 or 属性:function readNdefTag(): Promise;
废弃版本:N/A|类名:connectedTag
方法 or 属性:function readNdefTag(): Promise;
废弃版本:9
代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|废弃版本有变化|类名:connectedTag
方法 or 属性:function readNdefTag(callback: AsyncCallback): void;
废弃版本:N/A|类名:connectedTag
方法 or 属性:function readNdefTag(callback: AsyncCallback): void;
废弃版本:9|@ohos.connectedTag.d.ts| +|废弃版本有变化|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string): Promise;
废弃版本:N/A|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string): Promise;
废弃版本:9
代替接口:ohos.connectedTag/connectedTag|@ohos.connectedTag.d.ts| +|废弃版本有变化|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.connectedTag.d.ts| +|废弃版本有变化|类名:FeatureType
废弃版本:N/A|类名:FeatureType
废弃版本:9
代替接口:ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts| +|废弃版本有变化|类名:cardEmulation
方法 or 属性:function isSupported(feature: number): boolean;
废弃版本:N/A|类名:cardEmulation
方法 or 属性:function isSupported(feature: number): boolean;
废弃版本:9
代替接口:ohos.nfc.cardEmulation/cardEmulation|@ohos.nfc.cardEmulation.d.ts| +|废弃版本有变化|类名:HceService
方法 or 属性:startHCE(aidList: string[]): boolean;
废弃版本:N/A|类名:HceService
方法 or 属性:startHCE(aidList: string[]): boolean;
废弃版本:9
代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| +|废弃版本有变化|类名:HceService
方法 or 属性:stopHCE(): boolean;
废弃版本:N/A|类名:HceService
方法 or 属性:stopHCE(): boolean;
废弃版本:9
代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| +|废弃版本有变化|类名:HceService
方法 or 属性:sendResponse(responseApdu: number[]): void;
废弃版本:N/A|类名:HceService
方法 or 属性:sendResponse(responseApdu: number[]): void;
废弃版本:9
代替接口:ohos.nfc.cardEmulation/cardEmulation.HceService|@ohos.nfc.cardEmulation.d.ts| +|废弃版本有变化|类名:nfcController
方法 or 属性:function isNfcAvailable(): boolean
废弃版本:N/A|类名:nfcController
方法 or 属性:function isNfcAvailable(): boolean
废弃版本:9
代替接口:global|@ohos.nfc.controller.d.ts| +|废弃版本有变化|类名:nfcController
方法 or 属性:function openNfc(): boolean
废弃版本:N/A|类名:nfcController
方法 or 属性:function openNfc(): boolean
废弃版本:9
代替接口:@ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts| +|废弃版本有变化|类名:nfcController
方法 or 属性:function closeNfc(): boolean
废弃版本:N/A|类名:nfcController
方法 or 属性:function closeNfc(): boolean
废弃版本:9
代替接口:@ohos.nfc.controller.nfcController|@ohos.nfc.controller.d.ts| +|废弃版本有变化|类名:tag
方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag
废弃版本:N/A|类名:tag
方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag
废弃版本:9
代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|废弃版本有变化|类名:tag
方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag
废弃版本:N/A|类名:tag
方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag
废弃版本:9
代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|废弃版本有变化|类名:tag
方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag
废弃版本:N/A|类名:tag
方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag
废弃版本:9
代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|废弃版本有变化|类名:tag
方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag
废弃版本:N/A|类名:tag
方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag
废弃版本:9
代替接口:ohos.nfc.tag/tag|@ohos.nfc.tag.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:getTagInfo(): tag.TagInfo;
废弃版本:N/A|类名:TagSession
方法 or 属性:getTagInfo(): tag.TagInfo;
废弃版本:9
代替接口:ohos.nfc.tag/tag|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:connectTag(): boolean;
废弃版本:N/A|类名:TagSession
方法 or 属性:connectTag(): boolean;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:reset(): void;
废弃版本:N/A|类名:TagSession
方法 or 属性:reset(): void;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:isTagConnected(): boolean;
废弃版本:N/A|类名:TagSession
方法 or 属性:isTagConnected(): boolean;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:setSendDataTimeout(timeout: number): boolean;
废弃版本:N/A|类名:TagSession
方法 or 属性:setSendDataTimeout(timeout: number): boolean;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:getSendDataTimeout(): number;
废弃版本:N/A|类名:TagSession
方法 or 属性:getSendDataTimeout(): number;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:sendData(data: number[]): Promise;
废弃版本:N/A|类名:TagSession
方法 or 属性:sendData(data: number[]): Promise;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:sendData(data: number[], callback: AsyncCallback): void;
废弃版本:N/A|类名:TagSession
方法 or 属性:sendData(data: number[], callback: AsyncCallback): void;
废弃版本:9|tagSession.d.ts| +|废弃版本有变化|类名:TagSession
方法 or 属性:getMaxSendLength(): number;
废弃版本:N/A|类名:TagSession
方法 or 属性:getMaxSendLength(): number;
废弃版本:9
代替接口:tagSession.TagSession|tagSession.d.ts| +|起始版本有变化|类名:FeatureType
起始版本:N/A|类名:FeatureType
起始版本:6|@ohos.nfc.cardEmulation.d.ts| +|权限有变化|类名:A2dpSourceProfile
方法 or 属性:connect(device: string): boolean;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile
方法 or 属性:connect(device: string): boolean;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:A2dpSourceProfile
方法 or 属性:disconnect(device: string): boolean;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:A2dpSourceProfile
方法 or 属性:disconnect(device: string): boolean;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:HandsFreeAudioGatewayProfile
方法 or 属性:connect(device: string): boolean;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile
方法 or 属性:connect(device: string): boolean;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:HandsFreeAudioGatewayProfile
方法 or 属性:disconnect(device: string): boolean;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HandsFreeAudioGatewayProfile
方法 or 属性:disconnect(device: string): boolean;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:HidHostProfile
方法 or 属性:connect(device: string): boolean;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile
方法 or 属性:connect(device: string): boolean;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:HidHostProfile
方法 or 属性:disconnect(device: string): boolean;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:HidHostProfile
方法 or 属性:disconnect(device: string): boolean;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:PanProfile
方法 or 属性:disconnect(device: string): boolean;
权限:permission ohos.permission.USE_BLUETOOTH|类名:PanProfile
方法 or 属性:disconnect(device: string): boolean;
权限:ohos.permission.USE_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:PanProfile
方法 or 属性:setTethering(enable: boolean): void;
权限:permission ohos.permission.DISCOVER_BLUETOOTH|类名:PanProfile
方法 or 属性:setTethering(enable: boolean): void;
权限:ohos.permission.DISCOVER_BLUETOOTH|@ohos.bluetooth.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function init(): boolean;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function init(): boolean;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function uninit(): boolean;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function uninit(): boolean;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function readNdefTag(): Promise;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function readNdefTag(): Promise;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function readNdefTag(callback: AsyncCallback): void;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function readNdefTag(callback: AsyncCallback): void;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string): Promise;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string): Promise;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback): void;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function writeNdefTag(data: string, callback: AsyncCallback): void;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function on(type: "notify", callback: Callback): void;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function on(type: "notify", callback: Callback): void;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|权限有变化|类名:connectedTag
方法 or 属性:function off(type: "notify", callback?:Callback): void;
权限:s ohos.permission.NFC_TAG|类名:connectedTag
方法 or 属性:function off(type: "notify", callback?:Callback): void;
权限:ohos.permission.NFC_TAG|@ohos.connectedTag.d.ts| +|删除(权限)|类名:tag
方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag
权限:ohos.permission.NFC_TAG|类名:tag
方法 or 属性:function getNfcATag(tagInfo: TagInfo): NfcATag
权限:N/A|@ohos.nfc.tag.d.ts| +|删除(权限)|类名:tag
方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag
权限:ohos.permission.NFC_TAG|类名:tag
方法 or 属性:function getNfcBTag(tagInfo: TagInfo): NfcBTag
权限:N/A|@ohos.nfc.tag.d.ts| +|删除(权限)|类名:tag
方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag
权限:ohos.permission.NFC_TAG|类名:tag
方法 or 属性:function getNfcFTag(tagInfo: TagInfo): NfcFTag
权限:N/A|@ohos.nfc.tag.d.ts| +|删除(权限)|类名:tag
方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag
权限:ohos.permission.NFC_TAG|类名:tag
方法 or 属性:function getNfcVTag(tagInfo: TagInfo): NfcVTag
权限:N/A|@ohos.nfc.tag.d.ts| +|删除(权限)|类名:NfcATag
方法 or 属性:getSak(): number;
权限:ohos.permission.NFC_TAG|类名:NfcATag
方法 or 属性:getSak(): number;
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcATag
方法 or 属性:getAtqa(): number[];
权限:ohos.permission.NFC_TAG|类名:NfcATag
方法 or 属性:getAtqa(): number[];
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcBTag
方法 or 属性:getRespAppData(): number[];
权限:ohos.permission.NFC_TAG|类名:NfcBTag
方法 or 属性:getRespAppData(): number[];
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcBTag
方法 or 属性:getRespProtocol(): number[];
权限:ohos.permission.NFC_TAG|类名:NfcBTag
方法 or 属性:getRespProtocol(): number[];
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcFTag
方法 or 属性:getSystemCode(): number[];
权限:ohos.permission.NFC_TAG|类名:NfcFTag
方法 or 属性:getSystemCode(): number[];
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcFTag
方法 or 属性:getPmm(): number[];
权限:ohos.permission.NFC_TAG|类名:NfcFTag
方法 or 属性:getPmm(): number[];
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcVTag
方法 or 属性:getResponseFlags(): number;
权限:ohos.permission.NFC_TAG|类名:NfcVTag
方法 or 属性:getResponseFlags(): number;
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:NfcVTag
方法 or 属性:getDsfId(): number;
权限:ohos.permission.NFC_TAG|类名:NfcVTag
方法 or 属性:getDsfId(): number;
权限:N/A|nfctech.d.ts| +|删除(权限)|类名:TagSession
方法 or 属性:isTagConnected(): boolean;
权限:ohos.permission.NFC_TAG|类名:TagSession
方法 or 属性:isTagConnected(): boolean;
权限:N/A|tagSession.d.ts| +|新增(权限)|类名:connection
方法 or 属性:function hasDefaultNet(callback: AsyncCallback): void;
权限:N/A|类名:connection
方法 or 属性:function hasDefaultNet(callback: AsyncCallback): void;
权限:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| +|新增(权限)|类名:connection
方法 or 属性:function hasDefaultNet(): Promise;
权限:N/A|类名:connection
方法 or 属性:function hasDefaultNet(): Promise;
权限:ohos.permission.GET_NETWORK_INFO|@ohos.net.connection.d.ts| +|函数有变化|类名:wifiManager
方法 or 属性:function disconnect(): boolean;
|类名:wifiManager
方法 or 属性:function disconnect(): void;
|@ohos.wifiManager.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-compiler-and-runtime.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-compiler-and-runtime.md new file mode 100644 index 0000000000000000000000000000000000000000..0e6027422483ae35d58d96d0f8597a41d08f5e16 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-compiler-and-runtime.md @@ -0,0 +1,25 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.taskpool
类名: taskpool|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Priority|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Priority
方法 or 属性: HIGH|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Priority
方法 or 属性: MEDIUM|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Priority
方法 or 属性: LOW|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Task|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Task
方法 or 属性: constructor(func: Function, ...args: unknown[]);|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Task
方法 or 属性: function: Function;|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: Task
方法 or 属性: arguments?: unknown[];|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: taskpool
方法 or 属性: function execute(func: Function, ...args: unknown[]): Promise;|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: taskpool
方法 or 属性: function execute(task: Task, priority?: Priority): Promise;|@ohos.taskpool.d.ts| +|新增|NA|模块名: ohos.taskpool
类名: taskpool
方法 or 属性: function cancel(task: Task): void;|@ohos.taskpool.d.ts| +|新增|NA|类名:URLParams
方法or属性:constructor(init?: string[][] \| Record \| string \| URLParams);|@ohos.url.d.ts| +|新增|NA|类名:URL
方法or属性:readonly params: URLParams;|@ohos.url.d.ts| +|废弃版本有变化|类名:URL
方法 or 属性:readonly searchParams: URLSearchParams;
废弃版本:N/A|类名:URL
方法 or 属性:readonly searchParams: URLSearchParams;
废弃版本:9
代替接口:ohos.url.URL.params |@ohos.url.d.ts| +|废弃版本有变化|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
废弃版本:N/A|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
废弃版本:9
代替接口:ohos.worker.workerPort |@ohos.worker.d.ts| +|起始版本有变化|类名:URL
方法 or 属性:static parseURL(url: string, base?: string \| URL): URL;
起始版本:N/A|类名:URL
方法 or 属性:static parseURL(url: string, base?: string \| URL): URL;
起始版本:9|@ohos.url.d.ts| +|起始版本有变化|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
起始版本:N/A|类名:worker
方法 or 属性:const parentPort: DedicatedWorkerGlobalScope;
起始版本:7|@ohos.worker.d.ts| +|起始版本有变化|类名:worker
方法 or 属性:const workerPort: ThreadWorkerGlobalScope;
起始版本:N/A|类名:worker
方法 or 属性:const workerPort: ThreadWorkerGlobalScope;
起始版本:9|@ohos.worker.d.ts| +|函数有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
|@ohos.worker.d.ts| +|函数有变化|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
|类名:DedicatedWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;
|@ohos.worker.d.ts| +|函数有变化|类名:Worker
方法 or 属性:onmessage?: (event: MessageEvent) => void;
|类名:Worker
方法 or 属性:onmessage?: (event: MessageEvent) => void;
|@ohos.worker.d.ts| +|函数有变化|类名:Worker
方法 or 属性:onmessageerror?: (event: MessageEvent) => void;
|类名:Worker
方法 or 属性:onmessageerror?: (event: MessageEvent) => void;
|@ohos.worker.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-distributed-data.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-distributed-data.md new file mode 100644 index 0000000000000000000000000000000000000000..eedbe69ffc7a24c473306da37db7d682faa81c75 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-distributed-data.md @@ -0,0 +1,309 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:distributedKVStore
方法or属性:function createKVManager(config: KVManagerConfig): KVManager;|@ohos.data.distributedKVStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: relationalStore|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function getRdbStore(context: Context, config: StoreConfig): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function deleteRdbStore(context: Context, name: string): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SyncMode|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SyncMode
方法 or 属性: SYNC_MODE_PUSH = 0|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SyncMode
方法 or 属性: SYNC_MODE_PULL = 1|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SubscribeType|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SubscribeType
方法 or 属性: SUBSCRIBE_TYPE_REMOTE = 0|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SecurityLevel|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S1 = 1|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S2 = 2|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S3 = 3|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S4 = 4|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: insert(table: string, values: ValuesBucket, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: insert(table: string, values: ValuesBucket): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: batchInsert(table: string, values: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: batchInsert(table: string, values: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(values: ValuesBucket, predicates: RdbPredicates): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(predicates: RdbPredicates, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(predicates: RdbPredicates): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(predicates: RdbPredicates, columns: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(predicates: RdbPredicates, columns ?: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: querySql(sql: string, bindArgs: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: querySql(sql: string, bindArgs ?: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: executeSql(sql: string, bindArgs: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: executeSql(sql: string, bindArgs ?: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: beginTransaction(): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: commit(): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: rollBack(): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: backup(destName: string, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: backup(destName: string): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: restore(srcName: string, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: restore(srcName: string): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: setDistributedTables(tables: Array, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: setDistributedTables(tables: Array): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: obtainDistributedTableName(device: string, table: string): Promise;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback>): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: sync(mode: SyncMode, predicates: RdbPredicates): Promise>;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: on(event: 'dataChange', type: SubscribeType, observer: Callback>): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: off(event: 'dataChange', type: SubscribeType, observer: Callback>): void;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: StoreConfig|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: StoreConfig
方法 or 属性: name: string;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: StoreConfig
方法 or 属性: securityLevel: SecurityLevel;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: StoreConfig
方法 or 属性: encrypt ?: boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: constructor(name: string)|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: inDevices(devices: Array): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: inAllDevices(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: equalTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: notEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: beginWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: endWrap(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: or(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: and(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: contains(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: beginsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: endsWith(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: isNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: isNotNull(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: like(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: glob(field: string, value: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: between(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: greaterThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: lessThan(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: orderByAsc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: orderByDesc(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: distinct(): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: limitAs(value: number): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: offsetAs(rowOffset: number): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: groupBy(fields: Array): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: indexedBy(field: string): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: in(field: string, value: Array): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: notIn(field: string, value: Array): RdbPredicates;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: columnNames: Array;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: columnCount: number;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: rowCount: number;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: rowIndex: number;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isAtFirstRow: boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isAtLastRow: boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isEnded: boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isStarted: boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isClosed: boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getColumnIndex(columnName: string): number;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getColumnName(columnIndex: number): string;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goTo(offset: number): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToRow(position: number): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToFirstRow(): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToLastRow(): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToNextRow(): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToPreviousRow(): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getBlob(columnIndex: number): Uint8Array;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getString(columnIndex: number): string;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getLong(columnIndex: number): number;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getDouble(columnIndex: number): number;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isColumnNull(columnIndex: number): boolean;|@ohos.data.relationalStore.d.ts| +|新增|NA|模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: close(): void;|@ohos.data.relationalStore.d.ts| +|model有变化|类名:dataSharePredicates
model:N/A|类名:dataSharePredicates
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
model:N/A|类名:DataSharePredicates
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:equalTo(field: string, value: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:equalTo(field: string, value: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:notEqualTo(field: string, value: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:notEqualTo(field: string, value: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:beginWrap(): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:beginWrap(): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:endWrap(): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:endWrap(): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:or(): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:or(): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:and(): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:and(): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:contains(field: string, value: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:contains(field: string, value: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:beginsWith(field: string, value: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:beginsWith(field: string, value: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:endsWith(field: string, value: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:endsWith(field: string, value: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:isNull(field: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:isNull(field: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:isNotNull(field: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:isNotNull(field: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:like(field: string, value: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:like(field: string, value: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:unlike(field: string, value: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:unlike(field: string, value: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:glob(field: string, value: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:glob(field: string, value: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:between(field: string, low: ValueType, high: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:between(field: string, low: ValueType, high: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:greaterThan(field: string, value: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:greaterThan(field: string, value: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:lessThan(field: string, value: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:lessThan(field: string, value: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:orderByAsc(field: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:orderByAsc(field: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:orderByDesc(field: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:orderByDesc(field: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:distinct(): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:distinct(): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:limit(total: number, offset: number): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:limit(total: number, offset: number): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:groupBy(fields: Array): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:groupBy(fields: Array): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:indexedBy(field: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:indexedBy(field: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:in(field: string, value: Array): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:in(field: string, value: Array): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:notIn(field: string, value: Array): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:notIn(field: string, value: Array): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:prefixKey(prefix: string): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:prefixKey(prefix: string): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataSharePredicates
方法 or 属性:inKeys(keys: Array): DataSharePredicates;
model:N/A|类名:DataSharePredicates
方法 or 属性:inKeys(keys: Array): DataSharePredicates;
model:@StageModelOnly|@ohos.data.dataSharePredicates.d.ts| +|model有变化|类名:DataType
model:N/A|类名:DataType
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataType
方法 or 属性:TYPE_NULL = 0
model:N/A|类名:DataType
方法 or 属性:TYPE_NULL = 0
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataType
方法 or 属性:TYPE_LONG = 1
model:N/A|类名:DataType
方法 or 属性:TYPE_LONG = 1
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataType
方法 or 属性:TYPE_DOUBLE = 2
model:N/A|类名:DataType
方法 or 属性:TYPE_DOUBLE = 2
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataType
方法 or 属性:TYPE_STRING = 3
model:N/A|类名:DataType
方法 or 属性:TYPE_STRING = 3
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataType
方法 or 属性:TYPE_BLOB = 4
model:N/A|类名:DataType
方法 or 属性:TYPE_BLOB = 4
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
model:N/A|类名:DataShareResultSet
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:columnNames: Array;
model:N/A|类名:DataShareResultSet
方法 or 属性:columnNames: Array;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:columnCount: number;
model:N/A|类名:DataShareResultSet
方法 or 属性:columnCount: number;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:rowCount: number;
model:N/A|类名:DataShareResultSet
方法 or 属性:rowCount: number;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:isClosed: boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:isClosed: boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:goToFirstRow(): boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:goToFirstRow(): boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:goToLastRow(): boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:goToLastRow(): boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:goToNextRow(): boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:goToNextRow(): boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:goToPreviousRow(): boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:goToPreviousRow(): boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:goTo(offset: number): boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:goTo(offset: number): boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:goToRow(position: number): boolean;
model:N/A|类名:DataShareResultSet
方法 or 属性:goToRow(position: number): boolean;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
model:N/A|类名:DataShareResultSet
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getString(columnIndex: number): string;
model:N/A|类名:DataShareResultSet
方法 or 属性:getString(columnIndex: number): string;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getLong(columnIndex: number): number;
model:N/A|类名:DataShareResultSet
方法 or 属性:getLong(columnIndex: number): number;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getDouble(columnIndex: number): number;
model:N/A|类名:DataShareResultSet
方法 or 属性:getDouble(columnIndex: number): number;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:close(): void;
model:N/A|类名:DataShareResultSet
方法 or 属性:close(): void;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getColumnIndex(columnName: string): number;
model:N/A|类名:DataShareResultSet
方法 or 属性:getColumnIndex(columnName: string): number;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getColumnName(columnIndex: number): string;
model:N/A|类名:DataShareResultSet
方法 or 属性:getColumnName(columnIndex: number): string;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:DataShareResultSet
方法 or 属性:getDataType(columnIndex: number): DataType;
model:N/A|类名:DataShareResultSet
方法 or 属性:getDataType(columnIndex: number): DataType;
model:@StageModelOnly|@ohos.data.DataShareResultSet.d.ts| +|model有变化|类名:SingleKVStore
方法 or 属性:putBatch(value: Array, callback: AsyncCallback): void;
model:N/A|类名:SingleKVStore
方法 or 属性:putBatch(value: Array, callback: AsyncCallback): void;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:SingleKVStore
方法 or 属性:putBatch(value: Array): Promise;
model:N/A|类名:SingleKVStore
方法 or 属性:putBatch(value: Array): Promise;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback);
model:N/A|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback);
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise;
model:N/A|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
model:N/A|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise;
model:N/A|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
model:N/A|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise;
model:N/A|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
model:N/A|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|model有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
model:N/A|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
model:@StageModelOnly|@ohos.data.distributedKVStore.d.ts| +|访问级别有变化|类名:dataSharePredicates
访问级别:公开API|类名:dataSharePredicates
访问级别:系统API|@ohos.data.dataSharePredicates.d.ts| +|废弃版本有变化|类名:rdb
方法 or 属性:type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;
}
废弃版本:N/A|类名:rdb
方法 or 属性:type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;
}
废弃版本:9
代替接口:ohos.data.relationalStore.ValuesBucket |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:rdb
方法 or 属性:function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:rdb
方法 or 属性:function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:rdb
方法 or 属性:function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise;
废弃版本:N/A|类名:rdb
方法 or 属性:function getRdbStoreV9(context: Context, config: StoreConfigV9, version: number): Promise;
废弃版本:9
代替接口:N/A|@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:rdb
方法 or 属性:function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:rdb
方法 or 属性:function deleteRdbStoreV9(context: Context, name: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:rdb
方法 or 属性:function deleteRdbStoreV9(context: Context, name: string): Promise;
废弃版本:N/A|类名:rdb
方法 or 属性:function deleteRdbStoreV9(context: Context, name: string): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.getRdbStore |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SyncMode
废弃版本:N/A|类名:SyncMode
废弃版本:9
代替接口:ohos.data.relationalStore.SyncMode |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SyncMode
方法 or 属性:SYNC_MODE_PUSH = 0
废弃版本:N/A|类名:SyncMode
方法 or 属性:SYNC_MODE_PUSH = 0
废弃版本:9
代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SyncMode
方法 or 属性:SYNC_MODE_PULL = 1
废弃版本:N/A|类名:SyncMode
方法 or 属性:SYNC_MODE_PULL = 1
废弃版本:9
代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SubscribeType
废弃版本:N/A|类名:SubscribeType
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
废弃版本:N/A|类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SecurityLevel
废弃版本:N/A|类名:SecurityLevel
废弃版本:9
代替接口:ohos.data.relationalStore.SecurityLevel |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SecurityLevel
方法 or 属性:S1 = 1
废弃版本:N/A|类名:SecurityLevel
方法 or 属性:S1 = 1
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S1 |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SecurityLevel
方法 or 属性:S2 = 2
废弃版本:N/A|类名:SecurityLevel
方法 or 属性:S2 = 2
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S2 |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SecurityLevel
方法 or 属性:S3 = 3
废弃版本:N/A|类名:SecurityLevel
方法 or 属性:S3 = 3
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S3 |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:SecurityLevel
方法 or 属性:S4 = 4
废弃版本:N/A|类名:SecurityLevel
方法 or 属性:S4 = 4
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType.SecurityLevel.S4 |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
废弃版本:N/A|类名:RdbStoreV9
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.insert |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:insert(table: string, values: ValuesBucket): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:insert(table: string, values: ValuesBucket): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.insert |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:batchInsert(table: string, values: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:batchInsert(table: string, values: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.batchInsert |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:batchInsert(table: string, values: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:batchInsert(table: string, values: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.batchInsert |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.update |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:delete(predicates: RdbPredicatesV9, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:delete(predicates: RdbPredicatesV9, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:delete(predicates: RdbPredicatesV9): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:delete(predicates: RdbPredicatesV9): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.delete |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:query(predicates: RdbPredicatesV9, columns: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:query(predicates: RdbPredicatesV9, columns: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.query |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.remoteQuery |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:remoteQuery(device: string, table: string, predicates: RdbPredicatesV9, columns: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.remoteQuery |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:querySql(sql: string, bindArgs: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:querySql(sql: string, bindArgs: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:querySql(sql: string, bindArgs ?: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:querySql(sql: string, bindArgs ?: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.querySql |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:executeSql(sql: string, bindArgs: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:executeSql(sql: string, bindArgs: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:executeSql(sql: string, bindArgs ?: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:executeSql(sql: string, bindArgs ?: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.executeSql |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:beginTransaction(): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:beginTransaction(): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.beginTransaction |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:commit(): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:commit(): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.commit |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:rollBack(): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:rollBack(): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.rollBack |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:backup(destName: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:backup(destName: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.backup |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:backup(destName: string): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:backup(destName: string): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.backup |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:restore(srcName: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:restore(srcName: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.restore |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:restore(srcName: string): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:restore(srcName: string): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.restore |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:setDistributedTables(tables: Array, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:setDistributedTables(tables: Array, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:setDistributedTables(tables: Array): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:setDistributedTables(tables: Array): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback>): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9, callback: AsyncCallback>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.sync |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise>;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:sync(mode: SyncMode, predicates: RdbPredicatesV9): Promise>;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.sync |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback>): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.on |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbStoreV9
方法 or 属性:off(event: 'dataChange', type: SubscribeType, observer: Callback>): void;
废弃版本:N/A|类名:RdbStoreV9
方法 or 属性:off(event: 'dataChange', type: SubscribeType, observer: Callback>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.off |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:StoreConfigV9
废弃版本:N/A|类名:StoreConfigV9
废弃版本:9
代替接口:ohos.data.relationalStore.StoreConfig |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:StoreConfigV9
方法 or 属性:name: string;
废弃版本:N/A|类名:StoreConfigV9
方法 or 属性:name: string;
废弃版本:9
代替接口:ohos.data.relationalStore.StoreConfig.name |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:StoreConfigV9
方法 or 属性:securityLevel: SecurityLevel;
废弃版本:N/A|类名:StoreConfigV9
方法 or 属性:securityLevel: SecurityLevel;
废弃版本:9
代替接口:ohos.data.relationalStore.StoreConfig.securityLevel |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:StoreConfigV9
方法 or 属性:encrypt ?: boolean;
废弃版本:N/A|类名:StoreConfigV9
方法 or 属性:encrypt ?: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.StoreConfig.encrypt |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
废弃版本:N/A|类名:RdbPredicatesV9
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:constructor(name: string)
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:constructor(name: string)
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.constructor |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:inDevices(devices: Array): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:inDevices(devices: Array): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.inDevices |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:inAllDevices(): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:inAllDevices(): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.inAllDevices |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.equalTo |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.notEqualTo |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:beginWrap(): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:beginWrap(): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.beginWrap |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:endWrap(): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:endWrap(): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.endWrap |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:or(): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:or(): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.or |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:and(): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:and(): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.and |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:contains(field: string, value: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:contains(field: string, value: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.contains |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:beginsWith(field: string, value: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:beginsWith(field: string, value: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.beginsWith |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:endsWith(field: string, value: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:endsWith(field: string, value: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.endsWith |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:isNull(field: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:isNull(field: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.isNull |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:isNotNull(field: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:isNotNull(field: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.isNotNull |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:like(field: string, value: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:like(field: string, value: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.like |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:glob(field: string, value: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:glob(field: string, value: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.glob |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.between |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.notBetween |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.greaterThan |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.lessThan |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:orderByAsc(field: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:orderByAsc(field: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.orderByAsc |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:orderByDesc(field: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:orderByDesc(field: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.orderByDesc |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:distinct(): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:distinct(): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.distinct |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:limitAs(value: number): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:limitAs(value: number): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.limitAs |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:offsetAs(rowOffset: number): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:offsetAs(rowOffset: number): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.offsetAs |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:groupBy(fields: Array): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:groupBy(fields: Array): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.groupBy |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:indexedBy(field: string): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:indexedBy(field: string): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.indexedBy |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:in(field: string, value: Array): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:in(field: string, value: Array): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.in |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:RdbPredicatesV9
方法 or 属性:notIn(field: string, value: Array): RdbPredicatesV9;
废弃版本:N/A|类名:RdbPredicatesV9
方法 or 属性:notIn(field: string, value: Array): RdbPredicatesV9;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.notIn |@ohos.data.rdb.d.ts| +|废弃版本有变化|类名:ResultSetV9
废弃版本:N/A|类名:ResultSetV9
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:columnNames: Array;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:columnNames: Array;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.columnNames |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:columnCount: number;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:columnCount: number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.columnCount |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:rowCount: number;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:rowCount: number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.rowCount |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:rowIndex: number;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:rowIndex: number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.rowIndex |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:isAtFirstRow: boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:isAtFirstRow: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isAtFirstRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:isAtLastRow: boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:isAtLastRow: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isAtLastRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:isEnded: boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:isEnded: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isEnded |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:isStarted: boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:isStarted: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isStarted |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:isClosed: boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:isClosed: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isClosed |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:getColumnIndex(columnName: string): number;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:getColumnIndex(columnName: string): number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getColumnIndex |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:getColumnName(columnIndex: number): string;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:getColumnName(columnIndex: number): string;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getColumnName |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:goTo(offset: number): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:goTo(offset: number): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goTo |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:goToRow(position: number): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:goToRow(position: number): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:goToFirstRow(): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:goToFirstRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToFirstRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:goToLastRow(): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:goToLastRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToLastRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:goToNextRow(): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:goToNextRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToNextRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:goToPreviousRow(): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:goToPreviousRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToPreviousRow |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getBlob |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:getString(columnIndex: number): string;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:getString(columnIndex: number): string;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getString |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:getLong(columnIndex: number): number;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:getLong(columnIndex: number): number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getLong |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:getDouble(columnIndex: number): number;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:getDouble(columnIndex: number): number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getDouble |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:isColumnNull(columnIndex: number): boolean;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:isColumnNull(columnIndex: number): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isColumnNull |resultSet.d.ts| +|废弃版本有变化|类名:ResultSetV9
方法 or 属性:close(): void;
废弃版本:N/A|类名:ResultSetV9
方法 or 属性:close(): void;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.close |resultSet.d.ts| +|起始版本有变化|类名:dataSharePredicates
起始版本:N/A|类名:dataSharePredicates
起始版本:9|@ohos.data.dataSharePredicates.d.ts| +|删除(权限)|类名:SubscribeType
权限:ohos.permission.DISTRIBUTED_DATASYNC|类名:SubscribeType
权限:N/A|@ohos.data.rdb.d.ts| +|访问级别有变化|类名:dataSharePredicates
访问级别:公开API|类名:dataSharePredicates
访问级别:系统API|@ohos.data.dataSharePredicates.d.ts| +|函数有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise;
|@ohos.data.distributedKVStore.d.ts| +|函数有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise;
|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
|@ohos.data.distributedKVStore.d.ts| +|函数有变化|类名:RdbStoreV9
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise;
|类名:RdbStoreV9
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise;
|@ohos.data.rdb.d.ts| +|函数有变化|类名:RdbStoreV9
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicatesV9): Promise;
|类名:RdbStoreV9
方法 or 属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise;
|@ohos.data.rdb.d.ts| +|函数有变化|类名:RdbStoreV9
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
|类名:RdbStoreV9
方法 or 属性:delete(predicates: RdbPredicatesV9): Promise;
|@ohos.data.rdb.d.ts| +|函数有变化|类名:RdbStoreV9
方法 or 属性:delete(predicates: RdbPredicatesV9): Promise;
|类名:RdbStoreV9
方法 or 属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise;
|@ohos.data.rdb.d.ts| +|函数有变化|类名:RdbStoreV9
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array): Promise;
|类名:RdbStoreV9
方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array): Promise;
|@ohos.data.rdb.d.ts| +|函数有变化|类名:RdbStoreV9
方法 or 属性:query(predicates: RdbPredicatesV9, columns ?: Array): Promise;
|类名:RdbStoreV9
方法 or 属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array): Promise;
|@ohos.data.rdb.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-file-management.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-file-management.md new file mode 100644 index 0000000000000000000000000000000000000000..336cb3ae8b57142e2ef563ae5a773e469ca4941b --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-file-management.md @@ -0,0 +1,323 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.file.environment
类名: Environment|@ohos.file.environment.d.ts| +|新增|NA|模块名: ohos.file.environment
类名: Environment
方法 or 属性: function getStorageDataDir(): Promise;|@ohos.file.environment.d.ts| +|新增|NA|模块名: ohos.file.environment
类名: Environment
方法 or 属性: function getStorageDataDir(callback: AsyncCallback): void;|@ohos.file.environment.d.ts| +|新增|NA|模块名: ohos.file.environment
类名: Environment
方法 or 属性: function getUserDataDir(): Promise;|@ohos.file.environment.d.ts| +|新增|NA|模块名: ohos.file.environment
类名: Environment
方法 or 属性: function getUserDataDir(callback: AsyncCallback): void;|@ohos.file.environment.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: fileAccess|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: fileAccess
方法 or 属性: function getFileAccessAbilityInfo(callback: AsyncCallback>): void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: fileAccess
方法 or 属性: function getFileAccessAbilityInfo(): Promise>;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: fileAccess
方法 or 属性: function createFileAccessHelper(context: Context): FileAccessHelper;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: fileAccess
方法 or 属性: function createFileAccessHelper(context: Context, wants: Array): FileAccessHelper;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: uri: string;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: fileName: string;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: mode: number;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: size: number;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: mtime: number;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: mimeType: string;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: listFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileInfo
方法 or 属性: scanFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileIterator|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileIterator
方法 or 属性: next(): {value: FileInfo, done: boolean}|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo
方法 or 属性: deviceType: number;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo
方法 or 属性: uri: string;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo
方法 or 属性: displayName: string;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo
方法 or 属性: deviceFlags: number;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo
方法 or 属性: listFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootInfo
方法 or 属性: scanFile(filter?: Filter): FileIterator;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootIterator|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: RootIterator
方法 or 属性: next(): {value: RootInfo, done: boolean}|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: OPENFLAGS|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: OPENFLAGS
方法 or 属性: READ = 0o0|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: OPENFLAGS
方法 or 属性: WRITE = 0o1|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: OPENFLAGS
方法 or 属性: WRITE_READ = 0o2|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: openFile(uri: string, flags: OPENFLAGS) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: createFile(uri: string, displayName: string) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: createFile(uri: string, displayName: string, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: mkDir(parentUri: string, displayName: string) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: mkDir(parentUri: string, displayName: string, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: delete(uri: string) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: delete(uri: string, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: move(sourceFile: string, destFile: string) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: move(sourceFile: string, destFile: string, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: rename(uri: string, displayName: string) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: rename(uri: string, displayName: string, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: access(sourceFileUri: string) : Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: access(sourceFileUri: string, callback: AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: getRoots(): Promise;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileAccess
类名: FileAccessHelper
方法 or 属性: getRoots(callback:AsyncCallback) : void;|@ohos.file.fileAccess.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: fileExtensionInfo|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_LOCAL_DISK = 1|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_SHARED_DISK|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_SHARED_TERMINAL|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_NETWORK_NEIGHBORHOODS|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_EXTERNAL_MTP|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_EXTERNAL_USB|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceType
方法 or 属性: DEVICE_EXTERNAL_CLOUD|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceFlag|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceFlag
方法 or 属性: const SUPPORTS_READ = 0b1;|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DeviceFlag
方法 or 属性: const SUPPORTS_WRITE = 0b10;|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DocumentFlag|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DocumentFlag
方法 or 属性: const REPRESENTS_FILE = 0b1;|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DocumentFlag
方法 or 属性: const REPRESENTS_DIR = 0b10;|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DocumentFlag
方法 or 属性: const SUPPORTS_READ = 0b100;|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileExtensionInfo
类名: DocumentFlag
方法 or 属性: const SUPPORTS_WRITE = 0b1000;|@ohos.file.fileExtensionInfo.d.ts| +|新增|NA|模块名: ohos.file.fileuri
类名: fileUri|@ohos.file.fileuri.d.ts| +|新增|NA|模块名: ohos.file.fileuri
类名: fileUri
方法 or 属性: function getUriFromPath(path: string): string;|@ohos.file.fileuri.d.ts| +|新增|NA|类名:fileIo
方法or属性:function access(path: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function access(path: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function accessSync(path: string): boolean;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function close(file: number \| File): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function close(file: number \| File, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function closeSync(fd: number \| File): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function createStream(path: string, mode: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function createStream(path: string, mode: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function createStreamSync(path: string, mode: string): Stream;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fdatasync(fd: number): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fdatasync(fd: number, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fdatasyncSync(fd: number): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fdopenStream(fd: number, mode: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fdopenStream(fd: number, mode: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fdopenStreamSync(fd: number, mode: string): Stream;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fsync(fd: number): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fsync(fd: number, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function fsyncSync(fd: number): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function lstat(path: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function lstat(path: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function lstatSync(path: string): Stat;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function mkdir(path: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function mkdir(path: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function mkdirSync(path: string): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function mkdtemp(prefix: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function mkdtemp(prefix: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function mkdtempSync(prefix: string): string;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function readText(filePath: string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function readText(filePath: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function readText(filePath: string, options: {
offset?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function readTextSync(filePath: string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): string;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function rename(oldPath: string, newPath: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function rename(oldPath: string, newPath: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function renameSync(oldPath: string, newPath: string): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function rmdir(path: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function rmdir(path: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function rmdirSync(path: string): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function symlink(target: string, srcPath: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function symlink(target: string, srcPath: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function symlinkSync(target: string, srcPath: string): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function unlink(path: string): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function unlink(path: string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:fileIo
方法or属性:function unlinkSync(path: string): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stat
方法or属性:readonly ino: bigint;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:close(): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:close(): Promise;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:close(callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:close(callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:closeSync(): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:closeSync(): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:flush(): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:flush(): Promise;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:flush(callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:flush(callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:flushSync(): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:flushSync(): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:write(buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:write(buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): Promise;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:write(buffer: ArrayBuffer \| string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:write(buffer: ArrayBuffer \| string, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:write(buffer: ArrayBuffer \| string, options: {
offset?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:write(buffer: ArrayBuffer \| string, options: {
offset?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:writeSync(buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): number;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:writeSync(buffer: ArrayBuffer \| string, options?: {
offset?: number;
length?: number;
encoding?: string;
}): number;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:read(buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): Promise;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:read(buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): Promise;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:read(buffer: ArrayBuffer, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:read(buffer: ArrayBuffer, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:read(buffer: ArrayBuffer, options: {
offset?: number;
length?: number;
}, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:read(buffer: ArrayBuffer, options: {
offset?: number;
length?: number;
}, callback: AsyncCallback): void;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.fs
类名: Stream
方法 or 属性:readSync(buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): number;|@ohos.file.fs.d.ts| +|新增|NA|类名:Stream
方法or属性:readSync(buffer: ArrayBuffer, options?: {
offset?: number;
length?: number;
}): number;|@ohos.file.fs.d.ts| +|新增|NA|模块名: ohos.file.hash
类名: Hash|@ohos.file.hash.d.ts| +|新增|NA|模块名: ohos.file.hash
类名: Hash
方法 or 属性: function hash(path: string, algorithm: string): Promise;|@ohos.file.hash.d.ts| +|新增|NA|模块名: ohos.file.hash
类名: Hash
方法 or 属性: function hash(path: string, algorithm: string, callback: AsyncCallback): void;|@ohos.file.hash.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: dataLevel
方法 or 属性: type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel
方法 or 属性: function setSecurityLabel(path: string, type: dataLevel): Promise;|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel
方法 or 属性: function setSecurityLabel(path: string, type: dataLevel, callback: AsyncCallback): void;|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel
方法 or 属性: function setSecurityLabelSync(path: string, type: dataLevel): void;|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel
方法 or 属性: function getSecurityLabel(path: string): Promise;|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel
方法 or 属性: function getSecurityLabel(path: string, callback: AsyncCallback): void;|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.securityLabel
类名: securityLabel
方法 or 属性: function getSecurityLabelSync(path: string): string;|@ohos.file.securityLabel.d.ts| +|新增|NA|模块名: ohos.file.statvfs
类名: Statfs|@ohos.file.statvfs.d.ts| +|新增|NA|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性: function getFreeSize(path: string): Promise;|@ohos.file.statvfs.d.ts| +|新增|NA|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性: function getFreeSize(path: string, callback: AsyncCallback): void;|@ohos.file.statvfs.d.ts| +|新增|NA|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性: function getTotalSize(path: string): Promise;|@ohos.file.statvfs.d.ts| +|新增|NA|模块名: ohos.file.statvfs
类名: Statfs
方法 or 属性: function getTotalSize(path: string, callback: AsyncCallback): void;|@ohos.file.statvfs.d.ts| +|新增|NA|模块名: ohos.fileshare
类名: fileShare|@ohos.fileshare.d.ts| +|新增|NA|模块名: ohos.fileshare
类名: fileShare
方法 or 属性: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags, callback: AsyncCallback): void;|@ohos.fileshare.d.ts| +|新增|NA|模块名: ohos.fileshare
类名: fileShare
方法 or 属性: function grantUriPermission(uri: string, bundleName: string, flag: wantConstant.Flags): Promise;|@ohos.fileshare.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: fileAccess|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: fileAccess
方法 or 属性:function getFileAccessAbilityInfo(callback: AsyncCallback>): void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: fileAccess
方法 or 属性:function getFileAccessAbilityInfo(): Promise>;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: fileAccess
方法 or 属性:function createFileAccessHelper(context: Context): FileAccessHelper;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: fileAccess
方法 or 属性:function createFileAccessHelper(context: Context, wants: Array): FileAccessHelper;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:uri: string;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:fileName: string;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:mode: number;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:size: number;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:mtime: number;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:mimeType: string;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:listFile(filter?: Filter): FileIterator;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileInfo
方法 or 属性:scanFile(filter?: Filter): FileIterator;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileIterator|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileIterator
方法 or 属性:next(): {value: FileInfo, done: boolean}|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo
方法 or 属性:deviceType: number;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo
方法 or 属性:uri: string;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo
方法 or 属性:displayName: string;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo
方法 or 属性:deviceFlags: number;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo
方法 or 属性:listFile(filter?: Filter): FileIterator;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootInfo
方法 or 属性:scanFile(filter?: Filter): FileIterator;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootIterator|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: RootIterator
方法 or 属性:next(): {value: RootInfo, done: boolean}|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: OPENFLAGS|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: OPENFLAGS
方法 or 属性:READ = 0o0|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: OPENFLAGS
方法 or 属性:WRITE = 0o1|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: OPENFLAGS
方法 or 属性:WRITE_READ = 0o2|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:openFile(uri: string, flags: OPENFLAGS) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:openFile(uri: string, flags: OPENFLAGS, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:createFile(uri: string, displayName: string) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:createFile(uri: string, displayName: string, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:mkDir(parentUri: string, displayName: string) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:mkDir(parentUri: string, displayName: string, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:delete(uri: string) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:delete(uri: string, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:move(sourceFile: string, destFile: string) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:move(sourceFile: string, destFile: string, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:rename(uri: string, displayName: string) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:rename(uri: string, displayName: string, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:access(sourceFileUri: string) : Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:access(sourceFileUri: string, callback: AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:getRoots(): Promise;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.data.fileAccess
类名: FileAccessHelper
方法 or 属性:getRoots(callback:AsyncCallback) : void;|NA|@ohos.data.fileAccess.d.ts| +|删除|模块名: ohos.environment
类名: Environment|NA|@ohos.environment.d.ts| +|删除|模块名: ohos.environment
类名: Environment
方法 or 属性:function getStorageDataDir(callback: AsyncCallback): void;|NA|@ohos.environment.d.ts| +|删除|模块名: ohos.environment
类名: Environment
方法 or 属性:function getStorageDataDir(): Promise;|NA|@ohos.environment.d.ts| +|删除|模块名: ohos.environment
类名: Environment
方法 or 属性:function getUserDataDir(callback: AsyncCallback): void;|NA|@ohos.environment.d.ts| +|删除|模块名: ohos.environment
类名: Environment
方法 or 属性:function getUserDataDir(): Promise;|NA|@ohos.environment.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: fileExtensionInfo|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_LOCAL_DISK = 1|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_SHARED_DISK|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_SHARED_TERMINAL|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_NETWORK_NEIGHBORHOODS|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_EXTERNAL_MTP|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_EXTERNAL_USB|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceType
方法 or 属性:DEVICE_EXTERNAL_CLOUD|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceFlag|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceFlag
方法 or 属性:const SUPPORTS_READ = 0b1;|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DeviceFlag
方法 or 属性:const SUPPORTS_WRITE = 0b10;|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DocumentFlag|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DocumentFlag
方法 or 属性:const REPRESENTS_FILE = 0b1;|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DocumentFlag
方法 or 属性:const REPRESENTS_DIR = 0b10;|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DocumentFlag
方法 or 属性:const SUPPORTS_READ = 0b100;|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.fileExtensionInfo
类名: DocumentFlag
方法 or 属性:const SUPPORTS_WRITE = 0b1000;|NA|@ohos.fileExtensionInfo.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: dataLevel
方法 or 属性:type dataLevel = 's0'\|'s1'\|'s2'\|'s3'\|'s4';|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel
方法 or 属性:function setSecurityLabel(path:string, type:dataLevel, callback: AsyncCallback): void;|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel
方法 or 属性:function setSecurityLabel(path:string, type:dataLevel): Promise;|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel
方法 or 属性:function setSecurityLabelSync(path:string, type:dataLevel): void;|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel
方法 or 属性:function getSecurityLabel(path:string, callback: AsyncCallback): void;|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel
方法 or 属性:function getSecurityLabel(path:string): Promise;|NA|@ohos.securityLabel.d.ts| +|删除|模块名: ohos.securityLabel
类名: securityLabel
方法 or 属性:function getSecurityLabelSync(path:string): string;|NA|@ohos.securityLabel.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function access(path: string, mode?: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function access(path: string, mode?: number): Promise;
废弃版本:9
代替接口:ohos.file.fs.access |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function access(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function access(path: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function access(path: string, mode: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function access(path: string, mode: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function accessSync(path: string, mode?: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function accessSync(path: string, mode?: number): void;
废弃版本:9
代替接口:ohos.file.fs.accessSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function close(fd: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function close(fd: number): Promise;
废弃版本:9
代替接口:ohos.file.fs.close |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function close(fd: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function close(fd: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function closeSync(fd: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function closeSync(fd: number): void;
废弃版本:9
代替接口:ohos.file.fs.closeSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise;
废弃版本:9
代替接口:ohos.file.fs.copyFile |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function copyFile(src: string \| number, dest: string \| number, mode: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;
废弃版本:9
代替接口:ohos.file.fs.copyFileSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function createStream(path: string, mode: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function createStream(path: string, mode: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.createStream |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function createStream(path: string, mode: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function createStream(path: string, mode: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function createStreamSync(path: string, mode: string): Stream;
废弃版本:N/A|类名:fileIO
方法 or 属性:function createStreamSync(path: string, mode: string): Stream;
废弃版本:9
代替接口:ohos.file.fs.createStreamSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function chown(path: string, uid: number, gid: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function chown(path: string, uid: number, gid: number): Promise;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function chown(path: string, uid: number, gid: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function chown(path: string, uid: number, gid: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function chownSync(path: string, uid: number, gid: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function chownSync(path: string, uid: number, gid: number): void;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function chmod(path: string, mode: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function chmod(path: string, mode: number): Promise;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function chmod(path: string, mode: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function chmod(path: string, mode: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function chmodSync(path: string, mode: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function chmodSync(path: string, mode: number): void;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fsync(fd: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fsync(fd: number): Promise;
废弃版本:9
代替接口:ohos.file.fs.fsync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fsync(fd: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fsync(fd: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fsyncSync(fd: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fsyncSync(fd: number): void;
废弃版本:9
代替接口:ohos.file.fs.fsyncSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fdatasync(fd: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fdatasync(fd: number): Promise;
废弃版本:9
代替接口:ohos.file.fs.fdatasync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fdatasync(fd: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fdatasync(fd: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fdatasyncSync(fd: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fdatasyncSync(fd: number): void;
废弃版本:9
代替接口:ohos.file.fs.fdatasyncSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fchown(fd: number, uid: number, gid: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fchown(fd: number, uid: number, gid: number): Promise;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fchownSync(fd: number, uid: number, gid: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fchownSync(fd: number, uid: number, gid: number): void;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fchmod(fd: number, mode: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fchmod(fd: number, mode: number): Promise;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fchmod(fd: number, mode: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fchmod(fd: number, mode: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fchmodSync(fd: number, mode: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fchmodSync(fd: number, mode: number): void;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fdopenStream(fd: number, mode: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fdopenStream(fd: number, mode: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.fdopenStream |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fdopenStream(fd: number, mode: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fdopenStream(fd: number, mode: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function fdopenStreamSync(fd: number, mode: string): Stream;
废弃版本:N/A|类名:fileIO
方法 or 属性:function fdopenStreamSync(fd: number, mode: string): Stream;
废弃版本:9
代替接口:ohos.file.fs.fdopenStreamSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function hash(path: string, algorithm: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function hash(path: string, algorithm: string): Promise;
废弃版本:9
代替接口:ohos.file.hash.hash |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function hash(path: string, algorithm: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function hash(path: string, algorithm: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function lchown(path: string, uid: number, gid: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function lchown(path: string, uid: number, gid: number): Promise;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function lchown(path: string, uid: number, gid: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function lchown(path: string, uid: number, gid: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function lchownSync(path: string, uid: number, gid: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function lchownSync(path: string, uid: number, gid: number): void;
废弃版本:9
代替接口:N/A|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function lstat(path: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function lstat(path: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.lstat |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function lstat(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function lstat(path: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function lstatSync(path: string): Stat;
废弃版本:N/A|类名:fileIO
方法 or 属性:function lstatSync(path: string): Stat;
废弃版本:9
代替接口:ohos.file.fs.lstatSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdir(path: string, mode?: number): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdir(path: string, mode?: number): Promise;
废弃版本:9
代替接口:ohos.file.fs.mkdir |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdir(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdir(path: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdir(path: string, mode: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdir(path: string, mode: number, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdirSync(path: string, mode?: number): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdirSync(path: string, mode?: number): void;
废弃版本:9
代替接口:ohos.file.fs.mkdirSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdtemp(prefix: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdtemp(prefix: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.mkdtemp |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdtemp(prefix: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdtemp(prefix: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function mkdtempSync(prefix: string): string;
废弃版本:N/A|类名:fileIO
方法 or 属性:function mkdtempSync(prefix: string): string;
废弃版本:9
代替接口:ohos.file.fs.mkdtempSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function readText(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function readText(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): Promise;
废弃版本:9
代替接口:ohos.file.fs.readText |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function readText(filePath: string, options: {
position?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function readText(filePath: string, options: {
position?: number;
length?: number;
encoding?: string;
}, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function readTextSync(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): string;
废弃版本:N/A|类名:fileIO
方法 or 属性:function readTextSync(filePath: string, options?: {
position?: number;
length?: number;
encoding?: string;
}): string;
废弃版本:9
代替接口:ohos.file.fs.readTextSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function rename(oldPath: string, newPath: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function rename(oldPath: string, newPath: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.rename |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function rename(oldPath: string, newPath: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function rename(oldPath: string, newPath: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function renameSync(oldPath: string, newPath: string): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function renameSync(oldPath: string, newPath: string): void;
废弃版本:9
代替接口:ohos.file.fs.renameSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function rmdir(path: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function rmdir(path: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.rmdir |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function rmdir(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function rmdir(path: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function rmdirSync(path: string): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function rmdirSync(path: string): void;
废弃版本:9
代替接口:ohos.file.fs.rmdirSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function symlink(target: string, srcPath: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function symlink(target: string, srcPath: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.symlink |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function symlink(target: string, srcPath: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function symlink(target: string, srcPath: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function symlinkSync(target: string, srcPath: string): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function symlinkSync(target: string, srcPath: string): void;
废弃版本:9
代替接口:ohos.file.fs.symlinkSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function unlink(path: string): Promise;
废弃版本:N/A|类名:fileIO
方法 or 属性:function unlink(path: string): Promise;
废弃版本:9
代替接口:ohos.file.fs.unlink |@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function unlink(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function unlink(path: string, callback: AsyncCallback): void;
废弃版本:9|@ohos.fileio.d.ts| +|废弃版本有变化|类名:fileIO
方法 or 属性:function unlinkSync(path: string): void;
废弃版本:N/A|类名:fileIO
方法 or 属性:function unlinkSync(path: string): void;
废弃版本:9
代替接口:ohos.file.fs.unlinkSync |@ohos.fileio.d.ts| +|废弃版本有变化|类名:Stream
废弃版本:N/A|类名:Stream
废弃版本:9
代替接口:ohos.file.fs.Stream |@ohos.fileio.d.ts| +|废弃版本有变化|类名:Statfs
方法 or 属性:function getFreeBytes(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:Statfs
方法 or 属性:function getFreeBytes(path: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.file.statvfs.getFreeSize |@ohos.statfs.d.ts| +|废弃版本有变化|类名:Statfs
方法 or 属性:function getFreeBytes(path: string): Promise;
废弃版本:N/A|类名:Statfs
方法 or 属性:function getFreeBytes(path: string): Promise;
废弃版本:9|@ohos.statfs.d.ts| +|废弃版本有变化|类名:Statfs
方法 or 属性:function getTotalBytes(path: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:Statfs
方法 or 属性:function getTotalBytes(path: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.file.statvfs.getTotalSize |@ohos.statfs.d.ts| +|废弃版本有变化|类名:Statfs
方法 or 属性:function getTotalBytes(path: string): Promise;
废弃版本:N/A|类名:Statfs
方法 or 属性:function getTotalBytes(path: string): Promise;
废弃版本:9|@ohos.statfs.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-geolocation.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-geolocation.md new file mode 100644 index 0000000000000000000000000000000000000000..4ac1b1ed65a87a320954c29a5d0be1a4eecebc63 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-geolocation.md @@ -0,0 +1,185 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:geoLocationManager
方法or属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function off(type: 'locationChange', callback?: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function on(type: 'locationEnabledChange', callback: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function off(type: 'locationEnabledChange', callback?: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function on(type: 'cachedGnssLocationsChange', request: CachedGnssLocationsRequest, callback: Callback>): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function off(type: 'cachedGnssLocationsChange', callback?: Callback>): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function on(type: 'satelliteStatusChange', callback: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function off(type: 'satelliteStatusChange', callback?: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function on(type: 'nmeaMessage', callback: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function off(type: 'nmeaMessage', callback?: Callback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function on(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function off(type: 'gnssFenceStatusChange', request: GeofenceRequest, want: WantAgent): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getCurrentLocation(callback: AsyncCallback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getLastLocation(): Location;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function isLocationEnabled(): boolean;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function disableLocation(): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback>): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise>;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback>): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise>;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function isGeocoderAvailable(): boolean;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getCachedGnssLocationsSize(callback: AsyncCallback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function getCachedGnssLocationsSize(): Promise;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function flushCachedGnssLocations(callback: AsyncCallback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function flushCachedGnssLocations(): Promise;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function sendCommand(command: LocationCommand, callback: AsyncCallback): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function sendCommand(command: LocationCommand): Promise;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function enableLocationMock(): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function disableLocationMock(): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function setMockedLocations(config: LocationMockConfig): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function enableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function disableReverseGeocodingMock(): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function setReverseGeocodingMockInfo(mockInfos: Array): void;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function isLocationPrivacyConfirmed(type: LocationPrivacyType): boolean;|@ohos.geoLocationManager.d.ts| +|新增|NA|类名:geoLocationManager
方法or属性:function setLocationPrivacyConfirmStatus(type: LocationPrivacyType, isConfirmed: boolean): void;|@ohos.geoLocationManager.d.ts| +|删除|模块名:ohos.geolocation
类名:geolocation
方法 or 属性:function enableLocation(callback: AsyncCallback): void;|NA|@ohos.geolocation.d.ts| +|删除|模块名:ohos.geolocation
类名:geolocation
方法 or 属性:function enableLocation(): Promise;|NA|@ohos.geolocation.d.ts| +|删除|模块名:ohos.geolocation
类名:geolocation
方法 or 属性:function disableLocation(callback: AsyncCallback): void;|NA|@ohos.geolocation.d.ts| +|删除|模块名:ohos.geolocation
类名:geolocation
方法 or 属性:function disableLocation(): Promise;|NA|@ohos.geolocation.d.ts| +|删除|模块名:ohos.geoLocationManager
类名:GeofenceRequest
方法 or 属性:priority: LocationRequestPriority;|NA|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:ReverseGeocodingMockInfo
方法 or 属性:location: ReverseGeoCodeRequest;
访问级别:公开API|类名:ReverseGeocodingMockInfo
方法 or 属性:location: ReverseGeoCodeRequest;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:ReverseGeocodingMockInfo
方法 or 属性:geoAddress: GeoAddress;
访问级别:公开API|类名:ReverseGeocodingMockInfo
方法 or 属性:geoAddress: GeoAddress;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationMockConfig
方法 or 属性:timeInterval: number;
访问级别:公开API|类名:LocationMockConfig
方法 or 属性:timeInterval: number;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationMockConfig
方法 or 属性:locations: Array;
访问级别:公开API|类名:LocationMockConfig
方法 or 属性:locations: Array;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:GeoAddress
方法 or 属性:isFromMock?: Boolean;
访问级别:公开API|类名:GeoAddress
方法 or 属性:isFromMock?: Boolean;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:Location
方法 or 属性:isFromMock?: Boolean;
访问级别:公开API|类名:Location
方法 or 属性:isFromMock?: Boolean;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
访问级别:公开API|类名:LocationPrivacyType
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
方法 or 属性:OTHERS = 0
访问级别:公开API|类名:LocationPrivacyType
方法 or 属性:OTHERS = 0
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
方法 or 属性:STARTUP
访问级别:公开API|类名:LocationPrivacyType
方法 or 属性:STARTUP
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
方法 or 属性:CORE_LOCATION
访问级别:公开API|类名:LocationPrivacyType
方法 or 属性:CORE_LOCATION
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|废弃版本有变化|类名:geolocation
废弃版本:N/A|类名:geolocation
废弃版本:9
代替接口:N/A|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function on(type: 'locationChange', request: LocationRequest, callback: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function off(type: 'locationChange', callback?: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function off(type: 'locationChange', callback?: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function on(type: 'locationServiceState', callback: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function on(type: 'locationServiceState', callback: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function off(type: 'locationServiceState', callback?: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function off(type: 'locationServiceState', callback?: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback>): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function on(type: 'cachedGnssLocationsReporting', request: CachedGnssLocationsRequest, callback: Callback>): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback>): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function off(type: 'cachedGnssLocationsReporting', callback?: Callback>): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function on(type: 'gnssStatusChange', callback: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function off(type: 'gnssStatusChange', callback?: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function on(type: 'nmeaMessageChange', callback: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function off(type: 'nmeaMessageChange', callback?: Callback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function on(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function off(type: 'fenceStatusChange', request: GeofenceRequest, want: WantAgent): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getCurrentLocation(request: CurrentLocationRequest, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getCurrentLocation(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getCurrentLocation(callback: AsyncCallback): void;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getCurrentLocation(request?: CurrentLocationRequest): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getLastLocation(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getLastLocation(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.getLastLocation |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getLastLocation(): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getLastLocation(): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function isLocationEnabled(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function isLocationEnabled(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.isLocationEnabled |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function isLocationEnabled(): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function isLocationEnabled(): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function requestEnableLocation(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function requestEnableLocation(callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function requestEnableLocation(): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function requestEnableLocation(): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback>): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest, callback: AsyncCallback>): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.getAddressesFromLocation |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise>;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getAddressesFromLocation(request: ReverseGeoCodeRequest): Promise>;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback>): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest, callback: AsyncCallback>): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.getAddressesFromLocationName |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise>;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getAddressesFromLocationName(request: GeoCodeRequest): Promise>;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function isGeoServiceAvailable(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.isGeocoderAvailable |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function isGeoServiceAvailable(): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function isGeoServiceAvailable(): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getCachedGnssLocationsSize(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.getCachedGnssLocationsSize |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function getCachedGnssLocationsSize(): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function getCachedGnssLocationsSize(): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function flushCachedGnssLocations(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.flushCachedGnssLocations |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function flushCachedGnssLocations(): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function flushCachedGnssLocations(): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback): void;
废弃版本:N/A|类名:geolocation
方法 or 属性:function sendCommand(command: LocationCommand, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.sendCommand |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:geolocation
方法 or 属性:function sendCommand(command: LocationCommand): Promise;
废弃版本:N/A|类名:geolocation
方法 or 属性:function sendCommand(command: LocationCommand): Promise;
废弃版本:9|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:SatelliteStatusInfo
废弃版本:N/A|类名:SatelliteStatusInfo
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.SatelliteStatusInfo |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:CachedGnssLocationsRequest
废弃版本:N/A|类名:CachedGnssLocationsRequest
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.CachedGnssLocationsRequest |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:GeofenceRequest
废弃版本:N/A|类名:GeofenceRequest
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.GeofenceRequest |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:Geofence
废弃版本:N/A|类名:Geofence
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.Geofence |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:ReverseGeoCodeRequest
废弃版本:N/A|类名:ReverseGeoCodeRequest
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.ReverseGeoCodeRequest |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:GeoCodeRequest
废弃版本:N/A|类名:GeoCodeRequest
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.GeoCodeRequest |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:GeoAddress
废弃版本:N/A|类名:GeoAddress
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.GeoAddress |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:LocationRequest
废弃版本:N/A|类名:LocationRequest
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:CurrentLocationRequest
废弃版本:N/A|类名:CurrentLocationRequest
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:Location
废弃版本:N/A|类名:Location
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.Location |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:LocationRequestPriority
废弃版本:N/A|类名:LocationRequestPriority
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestPriority |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:LocationRequestScenario
废弃版本:N/A|类名:LocationRequestScenario
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequestScenario |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:GeoLocationErrorCode
废弃版本:N/A|类名:GeoLocationErrorCode
废弃版本:9
代替接口:N/A|@ohos.geolocation.d.ts| +|废弃版本有变化|类名:LocationPrivacyType
废弃版本:N/A|类名:LocationPrivacyType
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.LocationPrivacyType |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:LocationCommand
废弃版本:N/A|类名:LocationCommand
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.LocationCommand |@ohos.geolocation.d.ts| +|废弃版本有变化|类名:GeolocationResponse
废弃版本:N/A|类名:GeolocationResponse
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.Location |@system.geolocation.d.ts| +|废弃版本有变化|类名:GetLocationOption
废弃版本:N/A|类名:GetLocationOption
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.CurrentLocationRequest |@system.geolocation.d.ts| +|废弃版本有变化|类名:GetLocationTypeResponse
废弃版本:N/A|类名:GetLocationTypeResponse
废弃版本:9
代替接口:N/A|@system.geolocation.d.ts| +|废弃版本有变化|类名:GetLocationTypeOption
废弃版本:N/A|类名:GetLocationTypeOption
废弃版本:9
代替接口:N/A|@system.geolocation.d.ts| +|废弃版本有变化|类名:SubscribeLocationOption
废弃版本:N/A|类名:SubscribeLocationOption
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.LocationRequest |@system.geolocation.d.ts| +|废弃版本有变化|类名:Geolocation
废弃版本:N/A|类名:Geolocation
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager |@system.geolocation.d.ts| +|废弃版本有变化|类名:Geolocation
方法 or 属性:static getLocation(options?: GetLocationOption): void;
废弃版本:N/A|类名:Geolocation
方法 or 属性:static getLocation(options?: GetLocationOption): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.getCurrentLocation |@system.geolocation.d.ts| +|废弃版本有变化|类名:Geolocation
方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;
废弃版本:N/A|类名:Geolocation
方法 or 属性:static getLocationType(options?: GetLocationTypeOption): void;
废弃版本:9
代替接口:N/A|@system.geolocation.d.ts| +|废弃版本有变化|类名:Geolocation
方法 or 属性:static subscribe(options: SubscribeLocationOption): void;
废弃版本:N/A|类名:Geolocation
方法 or 属性:static subscribe(options: SubscribeLocationOption): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.on|@system.geolocation.d.ts| +|废弃版本有变化|类名:Geolocation
方法 or 属性:static unsubscribe(): void;
废弃版本:N/A|类名:Geolocation
方法 or 属性:static unsubscribe(): void;
废弃版本:9
代替接口:ohos.geoLocationManager/geoLocationManager.off|@system.geolocation.d.ts| +|废弃版本有变化|类名:Geolocation
方法 or 属性:static getSupportedCoordTypes(): Array;
废弃版本:N/A|类名:Geolocation
方法 or 属性:static getSupportedCoordTypes(): Array;
废弃版本:9
代替接口:N/A|@system.geolocation.d.ts| +|起始版本有变化|类名:ReverseGeocodingMockInfo
方法 or 属性:location: ReverseGeoCodeRequest;
起始版本:N/A|类名:ReverseGeocodingMockInfo
方法 or 属性:location: ReverseGeoCodeRequest;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:ReverseGeocodingMockInfo
方法 or 属性:geoAddress: GeoAddress;
起始版本:N/A|类名:ReverseGeocodingMockInfo
方法 or 属性:geoAddress: GeoAddress;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationMockConfig
方法 or 属性:timeInterval: number;
起始版本:N/A|类名:LocationMockConfig
方法 or 属性:timeInterval: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationMockConfig
方法 or 属性:locations: Array;
起始版本:N/A|类名:LocationMockConfig
方法 or 属性:locations: Array;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:SatelliteStatusInfo
方法 or 属性:satellitesNumber: number;
起始版本:N/A|类名:SatelliteStatusInfo
方法 or 属性:satellitesNumber: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:SatelliteStatusInfo
方法 or 属性:satelliteIds: Array;
起始版本:N/A|类名:SatelliteStatusInfo
方法 or 属性:satelliteIds: Array;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:SatelliteStatusInfo
方法 or 属性:carrierToNoiseDensitys: Array;
起始版本:N/A|类名:SatelliteStatusInfo
方法 or 属性:carrierToNoiseDensitys: Array;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:SatelliteStatusInfo
方法 or 属性:altitudes: Array;
起始版本:N/A|类名:SatelliteStatusInfo
方法 or 属性:altitudes: Array;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:SatelliteStatusInfo
方法 or 属性:azimuths: Array;
起始版本:N/A|类名:SatelliteStatusInfo
方法 or 属性:azimuths: Array;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:SatelliteStatusInfo
方法 or 属性:carrierFrequencies: Array;
起始版本:N/A|类名:SatelliteStatusInfo
方法 or 属性:carrierFrequencies: Array;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CachedGnssLocationsRequest
方法 or 属性:reportingPeriodSec: number;
起始版本:N/A|类名:CachedGnssLocationsRequest
方法 or 属性:reportingPeriodSec: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CachedGnssLocationsRequest
方法 or 属性:wakeUpCacheQueueFull: boolean;
起始版本:N/A|类名:CachedGnssLocationsRequest
方法 or 属性:wakeUpCacheQueueFull: boolean;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeofenceRequest
方法 or 属性:scenario: LocationRequestScenario;
起始版本:N/A|类名:GeofenceRequest
方法 or 属性:scenario: LocationRequestScenario;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeofenceRequest
方法 or 属性:geofence: Geofence;
起始版本:N/A|类名:GeofenceRequest
方法 or 属性:geofence: Geofence;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:Geofence
方法 or 属性:latitude: number;
起始版本:N/A|类名:Geofence
方法 or 属性:latitude: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:Geofence
方法 or 属性:longitude: number;
起始版本:N/A|类名:Geofence
方法 or 属性:longitude: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:Geofence
方法 or 属性:radius: number;
起始版本:N/A|类名:Geofence
方法 or 属性:radius: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:Geofence
方法 or 属性:expiration: number;
起始版本:N/A|类名:Geofence
方法 or 属性:expiration: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:ReverseGeoCodeRequest
方法 or 属性:locale?: string;
起始版本:N/A|类名:ReverseGeoCodeRequest
方法 or 属性:locale?: string;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:ReverseGeoCodeRequest
方法 or 属性:latitude: number;
起始版本:N/A|类名:ReverseGeoCodeRequest
方法 or 属性:latitude: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:ReverseGeoCodeRequest
方法 or 属性:longitude: number;
起始版本:N/A|类名:ReverseGeoCodeRequest
方法 or 属性:longitude: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:ReverseGeoCodeRequest
方法 or 属性:maxItems?: number;
起始版本:N/A|类名:ReverseGeoCodeRequest
方法 or 属性:maxItems?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:locale?: string;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:locale?: string;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:description: string;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:description: string;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:maxItems?: number;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:maxItems?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:minLatitude?: number;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:minLatitude?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:minLongitude?: number;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:minLongitude?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:maxLatitude?: number;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:maxLatitude?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:GeoCodeRequest
方法 or 属性:maxLongitude?: number;
起始版本:N/A|类名:GeoCodeRequest
方法 or 属性:maxLongitude?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequest
方法 or 属性:priority?: LocationRequestPriority;
起始版本:N/A|类名:LocationRequest
方法 or 属性:priority?: LocationRequestPriority;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequest
方法 or 属性:scenario?: LocationRequestScenario;
起始版本:N/A|类名:LocationRequest
方法 or 属性:scenario?: LocationRequestScenario;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequest
方法 or 属性:timeInterval?: number;
起始版本:N/A|类名:LocationRequest
方法 or 属性:timeInterval?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequest
方法 or 属性:distanceInterval?: number;
起始版本:N/A|类名:LocationRequest
方法 or 属性:distanceInterval?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequest
方法 or 属性:maxAccuracy?: number;
起始版本:N/A|类名:LocationRequest
方法 or 属性:maxAccuracy?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CurrentLocationRequest
方法 or 属性:priority?: LocationRequestPriority;
起始版本:N/A|类名:CurrentLocationRequest
方法 or 属性:priority?: LocationRequestPriority;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CurrentLocationRequest
方法 or 属性:scenario?: LocationRequestScenario;
起始版本:N/A|类名:CurrentLocationRequest
方法 or 属性:scenario?: LocationRequestScenario;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CurrentLocationRequest
方法 or 属性:maxAccuracy?: number;
起始版本:N/A|类名:CurrentLocationRequest
方法 or 属性:maxAccuracy?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CurrentLocationRequest
方法 or 属性:timeoutMs?: number;
起始版本:N/A|类名:CurrentLocationRequest
方法 or 属性:timeoutMs?: number;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestPriority
方法 or 属性:UNSET = 0x200
起始版本:N/A|类名:LocationRequestPriority
方法 or 属性:UNSET = 0x200
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestPriority
方法 or 属性:ACCURACY
起始版本:N/A|类名:LocationRequestPriority
方法 or 属性:ACCURACY
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestPriority
方法 or 属性:LOW_POWER
起始版本:N/A|类名:LocationRequestPriority
方法 or 属性:LOW_POWER
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestPriority
方法 or 属性:FIRST_FIX
起始版本:N/A|类名:LocationRequestPriority
方法 or 属性:FIRST_FIX
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestScenario
方法 or 属性:UNSET = 0x300
起始版本:N/A|类名:LocationRequestScenario
方法 or 属性:UNSET = 0x300
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestScenario
方法 or 属性:NAVIGATION
起始版本:N/A|类名:LocationRequestScenario
方法 or 属性:NAVIGATION
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestScenario
方法 or 属性:TRAJECTORY_TRACKING
起始版本:N/A|类名:LocationRequestScenario
方法 or 属性:TRAJECTORY_TRACKING
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestScenario
方法 or 属性:CAR_HAILING
起始版本:N/A|类名:LocationRequestScenario
方法 or 属性:CAR_HAILING
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestScenario
方法 or 属性:DAILY_LIFE_SERVICE
起始版本:N/A|类名:LocationRequestScenario
方法 or 属性:DAILY_LIFE_SERVICE
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationRequestScenario
方法 or 属性:NO_POWER
起始版本:N/A|类名:LocationRequestScenario
方法 or 属性:NO_POWER
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationPrivacyType
方法 or 属性:OTHERS = 0
起始版本:N/A|类名:LocationPrivacyType
方法 or 属性:OTHERS = 0
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationPrivacyType
方法 or 属性:STARTUP
起始版本:N/A|类名:LocationPrivacyType
方法 or 属性:STARTUP
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationPrivacyType
方法 or 属性:CORE_LOCATION
起始版本:N/A|类名:LocationPrivacyType
方法 or 属性:CORE_LOCATION
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationCommand
方法 or 属性:scenario: LocationRequestScenario;
起始版本:N/A|类名:LocationCommand
方法 or 属性:scenario: LocationRequestScenario;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:LocationCommand
方法 or 属性:command: string;
起始版本:N/A|类名:LocationCommand
方法 or 属性:command: string;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CountryCode
方法 or 属性:country: string;
起始版本:N/A|类名:CountryCode
方法 or 属性:country: string;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CountryCode
方法 or 属性:type: CountryCodeType;
起始版本:N/A|类名:CountryCode
方法 or 属性:type: CountryCodeType;
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_LOCALE = 1
起始版本:N/A|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_LOCALE = 1
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_SIM
起始版本:N/A|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_SIM
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_LOCATION
起始版本:N/A|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_LOCATION
起始版本:9|@ohos.geoLocationManager.d.ts| +|起始版本有变化|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_NETWORK
起始版本:N/A|类名:CountryCodeType
方法 or 属性:COUNTRY_CODE_FROM_NETWORK
起始版本:9|@ohos.geoLocationManager.d.ts| +|新增(错误码)|NA|类名:geoLocationManager
方法 or 属性:function enableLocation(): Promise;
错误码内容:201,202,801,3301000|@ohos.geoLocationManager.d.ts| +|新增(错误码)|NA|类名:geoLocationManager
方法 or 属性:function getCountryCode(): Promise;
错误码内容:801,3301000,3301500|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:ReverseGeocodingMockInfo
方法 or 属性:location: ReverseGeoCodeRequest;
访问级别:公开API|类名:ReverseGeocodingMockInfo
方法 or 属性:location: ReverseGeoCodeRequest;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:ReverseGeocodingMockInfo
方法 or 属性:geoAddress: GeoAddress;
访问级别:公开API|类名:ReverseGeocodingMockInfo
方法 or 属性:geoAddress: GeoAddress;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationMockConfig
方法 or 属性:timeInterval: number;
访问级别:公开API|类名:LocationMockConfig
方法 or 属性:timeInterval: number;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationMockConfig
方法 or 属性:locations: Array;
访问级别:公开API|类名:LocationMockConfig
方法 or 属性:locations: Array;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:GeoAddress
方法 or 属性:isFromMock?: Boolean;
访问级别:公开API|类名:GeoAddress
方法 or 属性:isFromMock?: Boolean;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:Location
方法 or 属性:isFromMock?: Boolean;
访问级别:公开API|类名:Location
方法 or 属性:isFromMock?: Boolean;
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
访问级别:公开API|类名:LocationPrivacyType
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
方法 or 属性:OTHERS = 0
访问级别:公开API|类名:LocationPrivacyType
方法 or 属性:OTHERS = 0
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
方法 or 属性:STARTUP
访问级别:公开API|类名:LocationPrivacyType
方法 or 属性:STARTUP
访问级别:系统API|@ohos.geoLocationManager.d.ts| +|访问级别有变化|类名:LocationPrivacyType
方法 or 属性:CORE_LOCATION
访问级别:公开API|类名:LocationPrivacyType
方法 or 属性:CORE_LOCATION
访问级别:系统API|@ohos.geoLocationManager.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-global.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-global.md new file mode 100644 index 0000000000000000000000000000000000000000..388dd656156e2aecc04b6901dc64d1620e8f7931 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-global.md @@ -0,0 +1,36 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.resourceManager
类名: AsyncCallback|@ohos.resourceManager.d.ts| +|新增|NA|类名:AsyncCallback
方法or属性:|@ohos.resourceManager.d.ts| +|新增|NA|模块名: ohos.resourceManager
类名: AsyncCallback
方法 or 属性:(err: Error, data: T): void;|@ohos.resourceManager.d.ts| +|新增|NA|类名:AsyncCallback
方法or属性:(err: Error, data: T): void;|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringValue(resId: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource, callback: AsyncCallback>): void;
|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number, callback: AsyncCallback>): void;
|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getDeviceCapability(callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getDeviceCapability(callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getConfiguration(callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getConfiguration(callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringByName(resName: string, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringArrayByName(resName: string, callback: AsyncCallback>): void;
|类名:ResourceManager
方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaByName(resName: string, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaBase64ByName(resName: string, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getPluralStringByName(resName: string, num: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringValue(resource: Resource, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringValue(resId: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resource: Resource, callback: AsyncCallback>): void;
|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number, callback: AsyncCallback>): void;
|类名:ResourceManager
方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resource: Resource, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resource: Resource, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getRawFileContent(path: string, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:getRawFd(path: string, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:getRawFd(path: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| +|函数有变化|类名:ResourceManager
方法 or 属性:closeRawFd(path: string, callback: AsyncCallback): void;
|类名:ResourceManager
方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-misc.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-misc.md new file mode 100644 index 0000000000000000000000000000000000000000..d62dabf043444fab3a1f3d8e08e967aab1eadfe6 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-misc.md @@ -0,0 +1,458 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getController(): InputMethodController;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchInputMethod(target: InputMethodProperty): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise>;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listCurrentInputMethodSubtype(callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listCurrentInputMethodSubtype(): Promise>;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: getInputMethods(enable: boolean, callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: getInputMethods(enable: boolean): Promise>;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethod(callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethod(): Promise>;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: showOptionalInputMethods(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: showOptionalInputMethods(): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: displayOptionalInputMethod(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: displayOptionalInputMethod(): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInputSession(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInputSession(): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInput(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInput(): Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: showSoftKeyboard(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: showSoftKeyboard():Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: hideSoftKeyboard(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: hideSoftKeyboard():Promise;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly packageName: string;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly methodId: string;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly name: string;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly id: string;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly label?: string;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly icon?: string;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly iconId?: number;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: extra: object;|@ohos.inputMethod.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hide(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hide(): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hideKeyboard(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hideKeyboard(): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: sendKeyFunction(action: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: insertText(text: string, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: insertText(text: string): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getEditorAttribute(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getEditorAttribute(): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: sendKeyFunction(action: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: insertText(text: string, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: insertText(text: string): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getEditorAttribute(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getEditorAttribute(): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: moveCursor(direction: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: moveCursor(direction: number): Promise;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: EditorAttribute|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: EditorAttribute
方法 or 属性: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: EditorAttribute
方法 or 属性: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyEvent|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyEvent
方法 or 属性: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.inputMethodEngine
类名: KeyEvent
方法 or 属性: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility
方法 or 属性: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility
方法 or 属性: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility
方法 or 属性: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext
方法 or 属性: destroy(callback: AsyncCallback): void;|@ohos.InputMethodExtensionContext.d.ts| +|新增|NA|模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext
方法 or 属性: destroy(): Promise;|@ohos.InputMethodExtensionContext.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly label?: string;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly name: string;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly id: string;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly locale: string;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly language: string;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: extra: object;|@ohos.InputMethodSubtype.d.ts| +|新增|NA|模块名: ohos.request
类名: request
方法 or 属性:const PAUSED_BY_USER: number;|@ohos.request.d.ts| +|新增|NA|类名:request
方法or属性:const PAUSED_BY_USER: number;|@ohos.request.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTime(time : number, callback : AsyncCallback) : void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTime(time : number) : Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(isNano: boolean, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(isNano?: boolean): Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(isNano: boolean, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(isNano?: boolean): Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(isNano: boolean, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(isNano?: boolean): Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setDate(date: Date, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setDate(date: Date): Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getDate(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getDate(): Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTimezone(timezone: string, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTimezone(timezone: string): Promise;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getTimezone(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| +|新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getTimezone(): Promise;|@ohos.systemDateTime.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchInputMethod(target: InputMethodProperty): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getCurrentInputMethod(): InputMethodProperty;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getCurrentInputMethodSubtype(): InputMethodSubtype;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise>;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listCurrentInputMethodSubtype(callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listCurrentInputMethodSubtype(): Promise>;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:getInputMethods(enable: boolean, callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:getInputMethods(enable: boolean): Promise>;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethod(callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethod(): Promise>;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:showOptionalInputMethods(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:showOptionalInputMethods(): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:displayOptionalInputMethod(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:displayOptionalInputMethod(): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInputSession(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInputSession(): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInput(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInput(): Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:showSoftKeyboard(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:showSoftKeyboard():Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:hideSoftKeyboard(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:hideSoftKeyboard():Promise;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly packageName: string;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly methodId: string;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly name: string;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly id: string;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly label?: string;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly icon?: string;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly iconId?: number;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:extra: object;|NA|@ohos.inputmethod.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_UP: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_DOWN: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_LEFT: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_RIGHT: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function getInputMethodAbility(): InputMethodAbility;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function getKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardController|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hide(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hide(): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hideKeyboard(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hideKeyboard(): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:sendKeyFunction(action: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:insertText(text: string, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:insertText(text: string): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getEditorAttribute(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getEditorAttribute(): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:sendKeyFunction(action: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:insertText(text: string, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:insertText(text: string): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getEditorAttribute(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getEditorAttribute(): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:moveCursor(direction: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:moveCursor(direction: number): Promise;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: EditorAttribute|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: EditorAttribute
方法 or 属性:readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: EditorAttribute
方法 or 属性:readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyEvent|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyEvent
方法 or 属性:readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodengine
类名: KeyEvent
方法 or 属性:readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts| +|删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility|NA|@ohos.inputmethodextensionability.d.ts| +|删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility
方法 or 属性:context: InputMethodExtensionContext;|NA|@ohos.inputmethodextensionability.d.ts| +|删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility
方法 or 属性:onCreate(want: Want): void;|NA|@ohos.inputmethodextensionability.d.ts| +|删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility
方法 or 属性:onDestroy(): void;|NA|@ohos.inputmethodextensionability.d.ts| +|删除|模块名: ohos.inputmethodextensioncontext
类名: InputMethodExtensionContext|NA|@ohos.inputmethodextensioncontext.d.ts| +|删除|模块名: ohos.inputmethodextensioncontext
类名: InputMethodExtensionContext
方法 or 属性:destroy(callback: AsyncCallback): void;|NA|@ohos.inputmethodextensioncontext.d.ts| +|删除|模块名: ohos.inputmethodextensioncontext
类名: InputMethodExtensionContext
方法 or 属性:destroy(): Promise;|NA|@ohos.inputmethodextensioncontext.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly label?: string;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly name: string;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly id: string;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly mode?: 'upper'\|'lower';|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly locale: string;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly language: string;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly icon?: string;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly iconId?: number;|NA|@ohos.inputMethodSubtype.d.ts| +|删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:extra: object;|NA|@ohos.inputMethodSubtype.d.ts| +|访问级别有变化|类名:SystemEvent
访问级别:公开API|类名:SystemEvent
访问级别:系统API|@ohos.screenLock.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
访问级别:公开API|类名:TimerOptions
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:type: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:type: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:公开API|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:公开API|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:公开API|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|废弃版本有变化|类名:systemTime
废弃版本:N/A|类名:systemTime
废弃版本:9
代替接口:ohos.systemDateTime |@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function setTime(time : number, callback : AsyncCallback) : void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTime(time : number, callback : AsyncCallback) : void;
废弃版本:9
代替接口:N/A|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function setTime(time : number) : Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTime(time : number) : Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getCurrentTime |@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getCurrentTime(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getCurrentTime(callback: AsyncCallback): void;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getRealActiveTime |@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getRealActiveTime(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealActiveTime(callback: AsyncCallback): void;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getRealTime |@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getRealTime(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealTime(callback: AsyncCallback): void;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function setDate(date: Date, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setDate(date: Date, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function setDate(date: Date): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setDate(date: Date): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getDate(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getDate(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getDate(): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getDate(): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function setTimezone(timezone: string): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTimezone(timezone: string): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getTimezone(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getTimezone(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts| +|废弃版本有变化|类名:systemTime
方法 or 属性:function getTimezone(): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getTimezone(): Promise;
废弃版本:9|@ohos.systemTime.d.ts| +|起始版本有变化|类名:DownloadTask
起始版本:N/A|类名:DownloadTask
起始版本:6|@ohos.request.d.ts| +|起始版本有变化|类名:UploadTask
起始版本:N/A|类名:UploadTask
起始版本:6|@ohos.request.d.ts| +|起始版本有变化|类名:SystemEvent
起始版本:N/A|类名:SystemEvent
起始版本:9|@ohos.screenLock.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:TimerOptions
起始版本:N/A|类名:TimerOptions
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:TimerOptions
方法 or 属性:type: number;
起始版本:N/A|类名:TimerOptions
方法 or 属性:type: number;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:TimerOptions
方法 or 属性:repeat: boolean;
起始版本:N/A|类名:TimerOptions
方法 or 属性:repeat: boolean;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:TimerOptions
方法 or 属性:interval?: number;
起始版本:N/A|类名:TimerOptions
方法 or 属性:interval?: number;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
起始版本:N/A|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
起始版本:7|@ohos.systemTimer.d.ts| +|起始版本有变化|类名:TimerOptions
方法 or 属性:callback?: () => void;
起始版本:N/A|类名:TimerOptions
方法 or 属性:callback?: () => void;
起始版本:7|@ohos.systemTimer.d.ts| +|新增(错误码)|NA|类名:DownloadTask
方法 or 属性:delete(): Promise;
错误码内容:N/A|@ohos.request.d.ts| +|新增(错误码)|NA|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| +|新增(错误码)|NA|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| +|新增(错误码)|NA|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| +|新增(错误码)|NA|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| +|新增(权限)|类名:DownloadTask
权限:N/A|类名:DownloadTask
权限:ohos.permission.INTERNET|@ohos.request.d.ts| +|新增(权限)|类名:UploadTask
权限:N/A|类名:UploadTask
权限:ohos.permission.INTERNET|@ohos.request.d.ts| +|访问级别有变化|类名:SystemEvent
访问级别:公开API|类名:SystemEvent
访问级别:系统API|@ohos.screenLock.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
访问级别:公开API|类名:TimerOptions
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:type: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:type: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:公开API|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:公开API|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:系统API|@ohos.systemTimer.d.ts| +|访问级别有变化|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:公开API|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:系统API|@ohos.systemTimer.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-multimedia.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-multimedia.md new file mode 100644 index 0000000000000000000000000000000000000000..b0d69c161bb8daf265e969fa74a17895ca44fd64 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-multimedia.md @@ -0,0 +1,666 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:camera
方法or属性:function getCameraManager(context: Context): CameraManager;|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:INVALID_ARGUMENT = 7400101|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:INVALID_ARGUMENT = 7400101|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:OPERATION_NOT_ALLOWED = 7400102|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:SESSION_NOT_CONFIG = 7400103|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:SESSION_NOT_CONFIG = 7400103|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:SESSION_NOT_RUNNING = 7400104|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:SESSION_NOT_RUNNING = 7400104|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:SESSION_CONFIG_LOCKED = 7400105|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:SESSION_CONFIG_LOCKED = 7400105|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:DEVICE_SETTING_LOCKED = 7400106|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:DEVICE_SETTING_LOCKED = 7400106|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:CONFILICT_CAMERA = 7400107|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:CONFILICT_CAMERA = 7400107|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:DEVICE_DISABLED = 7400108|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:DEVICE_DISABLED = 7400108|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.camera
类名: CameraErrorCode
方法 or 属性:SERVICE_FATAL_ERROR = 7400201|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraErrorCode
方法or属性:SERVICE_FATAL_ERROR = 7400201|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:getSupportedCameras(): Array;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:getSupportedOutputCapability(camera: CameraDevice): CameraOutputCapability;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createCameraInput(camera: CameraDevice): CameraInput;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createCameraInput(position: CameraPosition, type: CameraType): CameraInput;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createPreviewOutput(profile: Profile, surfaceId: string): PreviewOutput;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createPhotoOutput(profile: Profile, surfaceId: string): PhotoOutput;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createVideoOutput(profile: VideoProfile, surfaceId: string): VideoOutput;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createMetadataOutput(metadataObjectTypes: Array): MetadataOutput;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraManager
方法or属性:createCaptureSession(): CaptureSession;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CameraType
方法or属性:CAMERA_TYPE_DEFAULT = 0|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:beginConfig(): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:addInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:removeInput(cameraInput: CameraInput): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:addOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:removeOutput(cameraOutput: CameraOutput): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:hasFlash(): boolean;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:isFlashModeSupported(flashMode: FlashMode): boolean;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getFlashMode(): FlashMode;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setFlashMode(flashMode: FlashMode): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:isExposureModeSupported(aeMode: ExposureMode): boolean;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getExposureMode(): ExposureMode;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setExposureMode(aeMode: ExposureMode): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getMeteringPoint(): Point;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setMeteringPoint(point: Point): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getExposureBiasRange(): Array;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setExposureBias(exposureBias: number): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getExposureValue(): number;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:isFocusModeSupported(afMode: FocusMode): boolean;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getFocusMode(): FocusMode;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setFocusMode(afMode: FocusMode): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setFocusPoint(point: Point): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getFocusPoint(): Point;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getFocalLength(): number;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getZoomRatioRange(): Array;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getZoomRatio(): number;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setZoomRatio(zoomRatio: number): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:isVideoStabilizationModeSupported(vsMode: VideoStabilizationMode): boolean;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:getActiveVideoStabilizationMode(): VideoStabilizationMode;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:CaptureSession
方法or属性:setVideoStabilizationMode(mode: VideoStabilizationMode): void;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:PhotoOutput
方法or属性:isMirrorSupported(): boolean;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:MetadataObject
方法or属性:readonly type: MetadataObjectType;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:MetadataObject
方法or属性:readonly timestamp: number;|@ohos.multimedia.camera.d.ts| +|新增|NA|类名:MetadataObject
方法or属性:readonly boundingBox: Rect;|@ohos.multimedia.camera.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayerState
方法 or 属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayerState
方法or属性:type AVPlayerState = 'idle' \| 'initialized' \| 'prepared' \| 'playing' \| 'paused' \| 'completed' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderState
方法 or 属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderState
方法or属性:type AVRecorderState = 'idle' \| 'prepared' \| 'started' \| 'paused' \| 'stopped' \| 'released' \| 'error';|@ohos.multimedia.media.d.ts| +|新增|NA|类名:media
方法or属性:function createAVPlayer(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:media
方法or属性:function createAVPlayer() : Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:media
方法or属性:function createAVRecorder(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:media
方法or属性:function createAVRecorder() : Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: StateChangeReason|@ohos.multimedia.media.d.ts| +|新增|NA|类名:StateChangeReason
方法or属性:|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: StateChangeReason
方法 or 属性:USER = 1|@ohos.multimedia.media.d.ts| +|新增|NA|类名:StateChangeReason
方法or属性:USER = 1|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: StateChangeReason
方法 or 属性:BACKGROUND = 2|@ohos.multimedia.media.d.ts| +|新增|NA|类名:StateChangeReason
方法or属性:BACKGROUND = 2|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_OK = 0|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_OK = 0|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_NO_PERMISSION = 201|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_NO_PERMISSION = 201|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_INVALID_PARAMETER = 401|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_INVALID_PARAMETER = 401|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_UNSUPPORT_CAPABILITY = 801|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_UNSUPPORT_CAPABILITY = 801|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_NO_MEMORY = 5400101|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_NO_MEMORY = 5400101|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_OPERATE_NOT_PERMIT = 5400102|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_OPERATE_NOT_PERMIT = 5400102|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_IO = 5400103|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_IO = 5400103|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_TIMEOUT = 5400104|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_TIMEOUT = 5400104|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_SERVICE_DIED = 5400105|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_SERVICE_DIED = 5400105|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVErrorCode
方法 or 属性:AVERR_UNSUPPORT_FORMAT = 5400106|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVErrorCode
方法or属性:AVERR_UNSUPPORT_FORMAT = 5400106|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:prepare(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:prepare(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:prepare(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:prepare(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:play(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:play(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:play(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:play(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:pause(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:pause(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:pause(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:pause(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:stop(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:stop(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:stop(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:stop(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:reset(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:reset(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:reset(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:reset(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:release(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:release(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:release(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:release(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:seek(timeMs: number, mode?:SeekMode): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:seek(timeMs: number, mode?:SeekMode): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:setVolume(volume: number): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:setVolume(volume: number): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:getTrackDescription(callback: AsyncCallback>): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:getTrackDescription(callback: AsyncCallback>): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:getTrackDescription() : Promise>;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:getTrackDescription() : Promise>;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:url ?: string;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:url ?: string;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:fdSrc ?: AVFileDescriptor;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:fdSrc ?: AVFileDescriptor;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:loop: boolean;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:loop: boolean;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:audioInterruptMode ?: audio.InterruptMode;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:readonly currentTime: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:readonly currentTime: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:readonly duration: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:readonly duration: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:readonly state: AVPlayerState;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:readonly state: AVPlayerState;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:surfaceId ?: string;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:surfaceId ?: string;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:readonly width: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:readonly width: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:readonly height: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:readonly height: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:videoScaleType ?: VideoScaleType;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:setSpeed(speed: PlaybackSpeed): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:setSpeed(speed: PlaybackSpeed): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:setBitrate(bitrate: number): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:setBitrate(bitrate: number): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'stateChange', callback: (state: AVPlayerState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'volumeChange', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'volumeChange', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'volumeChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'volumeChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'endOfStream', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'endOfStream', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'endOfStream'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'endOfStream'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'seekDone', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'seekDone', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'seekDone'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'seekDone'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'speedDone', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'speedDone', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'speedDone'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'speedDone'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'bitrateDone', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'bitrateDone', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'bitrateDone'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'bitrateDone'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'timeUpdate', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'timeUpdate', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'timeUpdate'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'timeUpdate'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'durationUpdate', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'durationUpdate', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'durationUpdate'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'durationUpdate'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'bufferingUpdate'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'bufferingUpdate'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'startRenderFrame', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'startRenderFrame', callback: Callback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'startRenderFrame'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'startRenderFrame'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'videoSizeChange', callback: (width: number, height: number) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'videoSizeChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'videoSizeChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'audioInterrupt'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'audioInterrupt'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'availableBitrates', callback: (bitrates: Array) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'availableBitrates', callback: (bitrates: Array) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'availableBitrates'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'availableBitrates'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVPlayer
方法 or 属性:off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVPlayer
方法or属性:off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:prepare(config: AVRecorderConfig, callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:prepare(config: AVRecorderConfig, callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:prepare(config: AVRecorderConfig): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:prepare(config: AVRecorderConfig): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:getInputSurface(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:getInputSurface(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:getInputSurface(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:getInputSurface(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:start(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:start(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:start(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:start(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:pause(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:pause(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:pause(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:pause(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:resume(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:resume(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:resume(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:resume(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:stop(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:stop(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:stop(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:stop(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:reset(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:reset(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:reset(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:reset(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:release(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:release(callback: AsyncCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:release(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:release(): Promise;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:readonly state: AVRecorderState;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:readonly state: AVRecorderState;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:on(type: 'stateChange', callback: (state: AVRecorderState, reason: StateChangeReason) => void): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:on(type: 'error', callback: ErrorCallback): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:off(type: 'stateChange'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorder
方法 or 属性:off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorder
方法or属性:off(type: 'error'): void;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:audioBitrate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:audioBitrate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:audioChannels?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:audioChannels?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:audioCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:audioCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:audioSampleRate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:audioSampleRate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:fileFormat: ContainerFormatType;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:videoBitrate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:videoBitrate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:videoCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:videoCodec?: CodecMimeType;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:videoFrameWidth?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:videoFrameWidth?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:videoFrameHeight?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:videoFrameHeight?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderProfile
方法 or 属性:videoFrameRate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderProfile
方法or属性:videoFrameRate?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig
方法 or 属性:audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:audioSourceType?: AudioSourceType;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig
方法 or 属性:videoSourceType?: VideoSourceType;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:videoSourceType?: VideoSourceType;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig
方法 or 属性:profile: AVRecorderProfile;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:profile: AVRecorderProfile;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig
方法 or 属性:url: string;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:url: string;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig
方法 or 属性:rotation?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:rotation?: number;|@ohos.multimedia.media.d.ts| +|新增|NA|模块名: ohos.multimedia.media
类名: AVRecorderConfig
方法 or 属性:location?: Location;|@ohos.multimedia.media.d.ts| +|新增|NA|类名:AVRecorderConfig
方法or属性:location?: Location;|@ohos.multimedia.media.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:CameraType
方法 or 属性:CAMERA_TYPE_UNSPECIFIED = 0|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:CameraInput
方法 or 属性:release(callback: AsyncCallback): void;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:CameraInput
方法 or 属性:release(): Promise;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode
方法 or 属性:ERROR_UNKNOWN = -1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode
方法 or 属性:ERROR_NO_PERMISSION = 0|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode
方法 or 属性:ERROR_DEVICE_PREEMPTED = 1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode
方法 or 属性:ERROR_DEVICE_DISCONNECTED = 2|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode
方法 or 属性:ERROR_DEVICE_IN_USE = 3|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputErrorCode
方法 or 属性:ERROR_DRIVER_ERROR = 4|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputError|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CameraInputError
方法 or 属性:code: CameraInputErrorCode;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CaptureSessionErrorCode|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CaptureSessionErrorCode
方法 or 属性:ERROR_UNKNOWN = -1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CaptureSessionErrorCode
方法 or 属性:ERROR_INSUFFICIENT_RESOURCES = 0|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CaptureSessionErrorCode
方法 or 属性:ERROR_TIMEOUT = 1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CaptureSessionError|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: CaptureSessionError
方法 or 属性:code: CaptureSessionErrorCode;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PreviewOutputErrorCode|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PreviewOutputErrorCode
方法 or 属性:ERROR_UNKNOWN = -1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PreviewOutputError|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PreviewOutputError
方法 or 属性:code: PreviewOutputErrorCode;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputErrorCode|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputErrorCode
方法 or 属性:ERROR_UNKNOWN = -1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputErrorCode
方法 or 属性:ERROR_DRIVER_ERROR = 0|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputErrorCode
方法 or 属性:ERROR_INSUFFICIENT_RESOURCES = 1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputErrorCode
方法 or 属性:ERROR_TIMEOUT = 2|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputError|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: PhotoOutputError
方法 or 属性:code: PhotoOutputErrorCode;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: VideoOutputErrorCode|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: VideoOutputErrorCode
方法 or 属性:ERROR_UNKNOWN = -1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: VideoOutputErrorCode
方法 or 属性:ERROR_DRIVER_ERROR = 0|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: VideoOutputError|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: VideoOutputError
方法 or 属性:code: VideoOutputErrorCode;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:MetadataObject
方法 or 属性:getType(callback: AsyncCallback): void;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:MetadataObject
方法 or 属性:getType(): Promise;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:MetadataObject
方法 or 属性:getTimestamp(callback: AsyncCallback): void;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:MetadataObject
方法 or 属性:getTimestamp(): Promise;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:MetadataObject
方法 or 属性:getBoundingBox(callback: AsyncCallback): void;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名:ohos.multimedia.camera
类名:MetadataObject
方法 or 属性:getBoundingBox(): Promise;|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: MetadataFaceObject|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: MetadataOutputErrorCode|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: MetadataOutputErrorCode
方法 or 属性:ERROR_UNKNOWN = -1|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: MetadataOutputErrorCode
方法 or 属性:ERROR_INSUFFICIENT_RESOURCES = 0|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: MetadataOutputError|NA|@ohos.multimedia.camera.d.ts| +|删除|模块名: ohos.multimedia.camera
类名: MetadataOutputError
方法 or 属性:code: MetadataOutputErrorCode;|NA|@ohos.multimedia.camera.d.ts| +|访问级别有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:公开API|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:公开API|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback): void;
访问级别:公开API|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise;
访问级别:公开API|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:avSession
方法 or 属性:function on(type: 'sessionServiceDie', callback: () => void): void;
访问级别:公开API|类名:avSession
方法 or 属性:function on(type: 'sessionServiceDie', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
访问级别:公开API|类名:AVSession
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:readonly sessionId: string;
访问级别:公开API|类名:AVSession
方法 or 属性:readonly sessionId: string;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getController(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:getController(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getController(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:getController(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getOutputDevice(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:getOutputDevice(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:activate(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:activate(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:activate(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:activate(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:deactivate(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:deactivate(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:deactivate(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:deactivate(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:destroy(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:destroy(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
访问级别:公开API|类名:AVMetadata
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
访问级别:公开API|类名:AVPlaybackState
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackPosition
访问级别:公开API|类名:PlaybackPosition
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:OutputDeviceInfo
访问级别:公开API|类名:OutputDeviceInfo
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:LoopMode
访问级别:公开API|类名:LoopMode
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
访问级别:公开API|类名:PlaybackState
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
访问级别:公开API|类名:AVSessionController
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
访问级别:公开API|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVPlaybackState(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVMetadata(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVMetadata(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVMetadata(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVMetadata(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getOutputDevice(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getOutputDevice(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getLaunchAbility(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getLaunchAbility(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getLaunchAbility(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getLaunchAbility(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getRealPlaybackPositionSync(): number;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getRealPlaybackPositionSync(): number;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:isActive(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:isActive(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:isActive(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:isActive(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:destroy(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:destroy(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getValidCommands(callback: AsyncCallback>): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getValidCommands(callback: AsyncCallback>): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getValidCommands(): Promise>;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getValidCommands(): Promise>;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'metadataChange', filter: Array \| 'all', callback: (data: AVMetadata) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'metadataChange', filter: Array \| 'all', callback: (data: AVMetadata) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'playbackStateChange', filter: Array \| 'all', callback: (state: AVPlaybackState) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'playbackStateChange', filter: Array \| 'all', callback: (state: AVPlaybackState) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'sessionDestroy', callback: () => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'sessionDestroy', callback: () => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommand
访问级别:公开API|类名:AVControlCommand
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionErrorCode
访问级别:公开API|类名:AVSessionErrorCode
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:camera
访问级别:公开API|类名:camera
访问级别:系统API|@ohos.multimedia.camera.d.ts| +|访问级别有变化|类名:AudioSourceType
访问级别:系统API|类名:AudioSourceType
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0
访问级别:系统API|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1
访问级别:系统API|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:VideoSourceType
访问级别:系统API|类名:VideoSourceType
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0
访问级别:系统API|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1
访问级别:系统API|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1
访问级别:公开API|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:AudioState
方法 or 属性:type AudioState = 'idle' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:N/A|类名:VideoPlayState
方法 or 属性:type VideoPlayState = 'idle' \| 'prepared' \| 'playing' \| 'paused' \| 'stopped' \| 'error';
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayerState |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:media
方法 or 属性:function createAudioPlayer(): AudioPlayer;
废弃版本:N/A|类名:media
方法 or 属性:function createAudioPlayer(): AudioPlayer;
废弃版本:9
代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:media
方法 or 属性:function createAudioRecorder(): AudioRecorder;
废弃版本:N/A|类名:media
方法 or 属性:function createAudioRecorder(): AudioRecorder;
废弃版本:9
代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:media
方法 or 属性:function createVideoPlayer(callback: AsyncCallback): void;
废弃版本:N/A|类名:media
方法 or 属性:function createVideoPlayer(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:media
方法 or 属性:function createVideoPlayer() : Promise;
废弃版本:N/A|类名:media
方法 or 属性:function createVideoPlayer() : Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
废弃版本:N/A|类名:AudioPlayer
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:play(): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:play(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:pause(): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:pause(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:stop(): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:stop(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:reset(): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:reset(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:seek(timeMs: number): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:seek(timeMs: number): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:setVolume(vol: number): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:setVolume(vol: number): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:release(): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:release(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:getTrackDescription(callback: AsyncCallback>): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:getTrackDescription(callback: AsyncCallback>): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:getTrackDescription() : Promise>;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:getTrackDescription() : Promise>;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:src: string;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:src: string;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:fdSrc: AVFileDescriptor;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:fdSrc: AVFileDescriptor;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:loop: boolean;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:loop: boolean;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:audioInterruptMode ?: audio.InterruptMode;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:audioInterruptMode ?: audio.InterruptMode;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:readonly currentTime: number;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:readonly currentTime: number;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:readonly duration: number;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:readonly duration: number;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:readonly state: AudioState;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:readonly state: AudioState;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'reset' \| 'dataLoad' \| 'finish' \| 'volumeChange', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'timeUpdate', callback: Callback): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'timeUpdate', callback: Callback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioPlayer
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
废弃版本:N/A|类名:AudioPlayer
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
废弃版本:N/A|类名:AudioRecorderConfig
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorderConfig |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:audioEncodeBitRate?: number;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:audioEncodeBitRate?: number;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:audioSampleRate?: number;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:audioSampleRate?: number;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:numberOfChannels?: number;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:numberOfChannels?: number;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:uri: string;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:uri: string;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:location?: Location;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:location?: Location;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:audioEncoderMime?: CodecMimeType;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:audioEncoderMime?: CodecMimeType;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorderConfig
方法 or 属性:fileFormat?: ContainerFormatType;
废弃版本:N/A|类名:AudioRecorderConfig
方法 or 属性:fileFormat?: ContainerFormatType;
废弃版本:9
代替接口:N/A|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
废弃版本:N/A|类名:AudioRecorder
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:prepare(config: AudioRecorderConfig): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:prepare(config: AudioRecorderConfig): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:start(): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:start(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:pause(): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:pause(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:resume(): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:resume(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:stop(): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:stop(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:release(): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:release(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:reset(): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:reset(): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'prepare' \| 'start' \| 'pause' \| 'resume' \| 'stop' \| 'release' \| 'reset', callback: () => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:AudioRecorder
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
废弃版本:N/A|类名:AudioRecorder
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVRecorder|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
废弃版本:N/A|类名:VideoPlayer
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer |@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:setDisplaySurface(surfaceId: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:setDisplaySurface(surfaceId: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:setDisplaySurface(surfaceId: string): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:setDisplaySurface(surfaceId: string): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:prepare(callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:prepare(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:prepare(): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:prepare(): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:play(callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:play(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:play(): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:play(): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:pause(callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:pause(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:pause(): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:pause(): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:stop(callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:stop(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:stop(): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:stop(): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:reset(callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:reset(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:reset(): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:reset(): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:seek(timeMs: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:seek(timeMs: number, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:seek(timeMs: number, mode:SeekMode, callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:seek(timeMs: number, mode:SeekMode, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:seek(timeMs: number, mode?:SeekMode): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:seek(timeMs: number, mode?:SeekMode): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:setVolume(vol: number, callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:setVolume(vol: number, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:setVolume(vol: number): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:setVolume(vol: number): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:release(callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:release(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:release(): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:release(): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:getTrackDescription(callback: AsyncCallback>): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:getTrackDescription(callback: AsyncCallback>): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:getTrackDescription() : Promise>;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:getTrackDescription() : Promise>;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:url: string;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:url: string;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:fdSrc: AVFileDescriptor;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:fdSrc: AVFileDescriptor;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:loop: boolean;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:loop: boolean;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:readonly currentTime: number;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:readonly currentTime: number;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:readonly duration: number;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:readonly duration: number;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:readonly state: VideoPlayState;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:readonly state: VideoPlayState;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:readonly width: number;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:readonly width: number;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:readonly height: number;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:readonly height: number;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:audioInterruptMode ?: audio.InterruptMode;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:audioInterruptMode ?: audio.InterruptMode;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:videoScaleType ?: VideoScaleType;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:videoScaleType ?: VideoScaleType;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:setSpeed(speed:number, callback: AsyncCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:setSpeed(speed:number, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:setSpeed(speed:number): Promise;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:setSpeed(speed:number): Promise;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:on(type: 'playbackCompleted', callback: Callback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:on(type: 'playbackCompleted', callback: Callback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:on(type: 'startRenderFrame', callback: Callback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:on(type: 'startRenderFrame', callback: Callback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:on(type: 'videoSizeChanged', callback: (width: number, height: number) => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:on(type: 'audioInterrupt', callback: (info: audio.InterruptEvent) => void): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|废弃版本有变化|类名:VideoPlayer
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
废弃版本:N/A|类名:VideoPlayer
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
废弃版本:9
代替接口:ohos.multimedia.media/media.AVPlayer|@ohos.multimedia.media.d.ts| +|起始版本有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
起始版本:N/A|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
起始版本:9|@ohos.multimedia.avsession.d.ts| +|起始版本有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
起始版本:N/A|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
起始版本:9|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:公开API|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:公开API|类名:AVSessionType
方法 or 属性:type AVSessionType = 'audio' \| 'video';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:公开API|类名:AVControlCommandType
方法 or 属性:type AVControlCommandType = 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind' \|
'seek' \| 'setSpeed' \| 'setLoopMode' \| 'toggleFavorite';
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback): void;
访问级别:公开API|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise;
访问级别:公开API|类名:avSession
方法 or 属性:function createAVSession(context: Context, tag: string, type: AVSessionType): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:avSession
方法 or 属性:function on(type: 'sessionServiceDie', callback: () => void): void;
访问级别:公开API|类名:avSession
方法 or 属性:function on(type: 'sessionServiceDie', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
访问级别:公开API|类名:AVSession
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:readonly sessionId: string;
访问级别:公开API|类名:AVSession
方法 or 属性:readonly sessionId: string;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVMetadata(data: AVMetadata): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:setAVPlaybackState(state: AVPlaybackState): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:setLaunchAbility(ability: WantAgent): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getController(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:getController(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getController(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:getController(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:getOutputDevice(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:getOutputDevice(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'seek', callback: (time: number) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'setSpeed', callback: (speed: number) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:公开API|类名:AVSession
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:activate(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:activate(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:activate(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:activate(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:deactivate(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:deactivate(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:deactivate(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:deactivate(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSession
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSession
方法 or 属性:destroy(): Promise;
访问级别:公开API|类名:AVSession
方法 or 属性:destroy(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVMetadata
访问级别:公开API|类名:AVMetadata
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVPlaybackState
访问级别:公开API|类名:AVPlaybackState
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackPosition
访问级别:公开API|类名:PlaybackPosition
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:OutputDeviceInfo
访问级别:公开API|类名:OutputDeviceInfo
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:LoopMode
访问级别:公开API|类名:LoopMode
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:PlaybackState
访问级别:公开API|类名:PlaybackState
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
访问级别:公开API|类名:AVSessionController
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
访问级别:公开API|类名:AVSessionController
方法 or 属性:readonly sessionId: string;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVPlaybackState(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVPlaybackState(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVPlaybackState(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVMetadata(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVMetadata(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getAVMetadata(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getAVMetadata(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getOutputDevice(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getOutputDevice(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getOutputDevice(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendAVKeyEvent(event: KeyEvent): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getLaunchAbility(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getLaunchAbility(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getLaunchAbility(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getLaunchAbility(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getRealPlaybackPositionSync(): number;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getRealPlaybackPositionSync(): number;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:isActive(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:isActive(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:isActive(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:isActive(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:destroy(callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:destroy(): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:destroy(): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getValidCommands(callback: AsyncCallback>): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getValidCommands(callback: AsyncCallback>): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:getValidCommands(): Promise>;
访问级别:公开API|类名:AVSessionController
方法 or 属性:getValidCommands(): Promise>;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand, callback: AsyncCallback): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand): Promise;
访问级别:公开API|类名:AVSessionController
方法 or 属性:sendControlCommand(command: AVControlCommand): Promise;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'metadataChange', filter: Array \| 'all', callback: (data: AVMetadata) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'metadataChange', filter: Array \| 'all', callback: (data: AVMetadata) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'playbackStateChange', filter: Array \| 'all', callback: (state: AVPlaybackState) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'playbackStateChange', filter: Array \| 'all', callback: (state: AVPlaybackState) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'sessionDestroy', callback: () => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'sessionDestroy', callback: () => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'activeStateChange', callback: (isActive: boolean) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array) => void);
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'validCommandChange', callback: (commands: Array) => void);
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:公开API|类名:AVSessionController
方法 or 属性:on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVControlCommand
访问级别:公开API|类名:AVControlCommand
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:AVSessionErrorCode
访问级别:公开API|类名:AVSessionErrorCode
访问级别:系统API|@ohos.multimedia.avsession.d.ts| +|访问级别有变化|类名:camera
访问级别:公开API|类名:camera
访问级别:系统API|@ohos.multimedia.camera.d.ts| +|访问级别有变化|类名:AudioSourceType
访问级别:系统API|类名:AudioSourceType
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0
访问级别:系统API|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_DEFAULT = 0
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1
访问级别:系统API|类名:AudioSourceType
方法 or 属性:AUDIO_SOURCE_TYPE_MIC = 1
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:VideoSourceType
访问级别:系统API|类名:VideoSourceType
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0
访问级别:系统API|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_YUV = 0
访问级别:公开API|@ohos.multimedia.media.d.ts| +|访问级别有变化|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1
访问级别:系统API|类名:VideoSourceType
方法 or 属性:VIDEO_SOURCE_TYPE_SURFACE_ES = 1
访问级别:公开API|@ohos.multimedia.media.d.ts| +|函数有变化|类名:CameraInput
方法 or 属性:on(type: 'error', camera: CameraDevice, callback: ErrorCallback): void;
|类名:CameraInput
方法 or 属性:on(type: 'error', camera: CameraDevice, callback: ErrorCallback): void;
|@ohos.multimedia.camera.d.ts| +|函数有变化|类名:CaptureSession
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|类名:CaptureSession
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|@ohos.multimedia.camera.d.ts| +|函数有变化|类名:PreviewOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|类名:PreviewOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|@ohos.multimedia.camera.d.ts| +|函数有变化|类名:PhotoOutput
方法 or 属性:capture(setting?: PhotoCaptureSetting): Promise;
|类名:PhotoOutput
方法 or 属性:capture(): Promise;
|@ohos.multimedia.camera.d.ts| +|函数有变化|类名:PhotoOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|类名:PhotoOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|@ohos.multimedia.camera.d.ts| +|函数有变化|类名:VideoOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|类名:VideoOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|@ohos.multimedia.camera.d.ts| +|函数有变化|类名:MetadataOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|类名:MetadataOutput
方法 or 属性:on(type: 'error', callback: ErrorCallback): void;
|@ohos.multimedia.camera.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-notification.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-notification.md new file mode 100644 index 0000000000000000000000000000000000000000..738bf86f6e35a1dec5a39ad446c7015f06286882 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-notification.md @@ -0,0 +1,16 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.commonEventManager
类名: Support
方法 or 属性: COMMON_EVENT_USER_INFO_UPDATED = "usual.event.USER_INFO_UPDATED"|@ohos.commonEventManager.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callback: AsyncCallback): void;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promise;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback): void;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback): void;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback): void;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean, callback: AsyncCallback): void;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean): Promise;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function getSyncNotificationEnabledWithoutApp(userId: number, callback: AsyncCallback): void;|NA|@ohos.notification.d.ts| +|删除|模块名: ohos.notification
类名: notification
方法 or 属性:function getSyncNotificationEnabledWithoutApp(userId: number): Promise;|NA|@ohos.notification.d.ts| +|起始版本有变化|类名:RemoveReason
起始版本:9|类名:RemoveReason
起始版本:N/A|@ohos.notification.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-resource-scheduler.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-resource-scheduler.md new file mode 100644 index 0000000000000000000000000000000000000000..42308f7e4fb51efb3a2f24d67f0b0cb2631d5704 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-resource-scheduler.md @@ -0,0 +1,66 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|删除|模块名: ohos.backgroundTaskManager
类名: backgroundTaskManager
方法 or 属性:function applyEfficiencyResources(request: EfficiencyResourcesRequest): boolean;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: backgroundTaskManager
方法 or 属性:function resetAllEfficiencyResources(): void;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:CPU = 1|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:COMMON_EVENT = 1 << 1|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:TIMER = 1 << 2|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:WORK_SCHEDULER = 1 << 3|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:BLUETOOTH = 1 << 4|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:GPS = 1 << 5|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: ResourceType
方法 or 属性:AUDIO = 1 << 6|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest
方法 or 属性:resourceTypes: number;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest
方法 or 属性:isApply: boolean;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest
方法 or 属性:timeOut: number;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest
方法 or 属性:isPersist?: boolean;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest
方法 or 属性:isProcess?: boolean;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.backgroundTaskManager
类名: EfficiencyResourcesRequest
方法 or 属性:reason: string;|NA|@ohos.backgroundTaskManager.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:workId: number;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:bundleName: string;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:abilityName: string;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:isPersisted?: boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:networkType?: NetworkType;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:isCharging?: boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:chargerType?: ChargingType;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:batteryLevel?: number;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:batteryStatus?: BatteryStatus;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:storageRequest?: StorageRequest;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:repeatCycleTime?: number;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:isRepeat?: boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:repeatCount?: number;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:isDeepIdle?: boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:idleWaitTime?: number;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: WorkInfo
方法 or 属性:parameters?: {[key: string]: any};|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function startWork(work: WorkInfo): boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function stopWork(work: WorkInfo, needCancel?: boolean): boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function getWorkStatus(workId: number, callback: AsyncCallback): void;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function getWorkStatus(workId: number): Promise;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function obtainAllWorks(callback: AsyncCallback): Array;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function obtainAllWorks(): Promise>;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function stopAndClearWorks(): boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function isLastWorkTimeOut(workId: number, callback: AsyncCallback): boolean;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: workScheduler
方法 or 属性:function isLastWorkTimeOut(workId: number): Promise;|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType
方法 or 属性:NETWORK_TYPE_ANY = 0|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType
方法 or 属性:NETWORK_TYPE_MOBILE|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType
方法 or 属性:NETWORK_TYPE_WIFI|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType
方法 or 属性:NETWORK_TYPE_BLUETOOTH|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType
方法 or 属性:NETWORK_TYPE_WIFI_P2P|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: NetworkType
方法 or 属性:NETWORK_TYPE_ETHERNET|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: ChargingType|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: ChargingType
方法 or 属性:CHARGING_PLUGGED_ANY = 0|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: ChargingType
方法 or 属性:CHARGING_PLUGGED_AC|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: ChargingType
方法 or 属性:CHARGING_PLUGGED_USB|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: ChargingType
方法 or 属性:CHARGING_PLUGGED_WIRELESS|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: BatteryStatus|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: BatteryStatus
方法 or 属性:BATTERY_STATUS_LOW = 0|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: BatteryStatus
方法 or 属性:BATTERY_STATUS_OKAY|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: BatteryStatus
方法 or 属性:BATTERY_STATUS_LOW_OR_OKAY|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: StorageRequest|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: StorageRequest
方法 or 属性:STORAGE_LEVEL_LOW = 0|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: StorageRequest
方法 or 属性:STORAGE_LEVEL_OKAY|NA|@ohos.workScheduler.d.ts| +|删除|模块名: ohos.workScheduler
类名: StorageRequest
方法 or 属性:STORAGE_LEVEL_LOW_OR_OKAY|NA|@ohos.workScheduler.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-security.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-security.md new file mode 100644 index 0000000000000000000000000000000000000000..fe540c601ce624587abca3b628328c51c65f92c6 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-security.md @@ -0,0 +1,257 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.abilityAccessCtrl
类名: AtManager
方法 or 属性: requestPermissionsFromUser(context: Context, permissions: Array, requestCallback: AsyncCallback) : void;|@ohos.abilityAccessCtrl.d.ts| +|新增|NA|模块名: ohos.abilityAccessCtrl
类名: AtManager
方法 or 属性: requestPermissionsFromUser(context: Context, permissions: Array) : Promise;|@ohos.abilityAccessCtrl.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: cert|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: INVALID_PARAMS = 401|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: NOT_SUPPORT = 801|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CERT_SIGNATURE_FAILURE = 19030002|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CERT_NOT_YET_VALID = 19030003|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_CERT_HAS_EXPIRED = 19030004|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_KEYUSAGE_NO_CERTSIGN = 19030006|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertResult
方法 or 属性: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: DataBlob|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: DataBlob
方法 or 属性: data : Uint8Array;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: DataArray|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: DataArray
方法 or 属性: data : Array;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: EncodingFormat|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: EncodingFormat
方法 or 属性: FORMAT_DER = 0|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: EncodingFormat
方法 or 属性: FORMAT_PEM = 1|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: EncodingBlob|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: EncodingBlob
方法 or 属性: data : Uint8Array;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: EncodingBlob
方法 or 属性: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainData|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainData
方法 or 属性: data: Uint8Array;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainData
方法 or 属性: count : number;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainData
方法 or 属性: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: verify(key : cryptoFramework.PubKey, callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: verify(key : cryptoFramework.PubKey) : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getEncoded(callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getEncoded() : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getVersion() : number;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSerialNumber() : number;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getNotBeforeTime() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getNotAfterTime() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignature() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignatureAlgName() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getBasicConstraints() : number;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Cert
方法 or 属性: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Cert(inStream : EncodingBlob) : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509CrlEntry|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getEncoded(callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getEncoded() : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getSerialNumber() : number;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509CrlEntry
方法 or 属性: getRevocationDate() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getType() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getEncoded(callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getEncoded() : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: verify(key : cryptoFramework.PubKey, callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: verify(key : cryptoFramework.PubKey) : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getVersion() : number;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getLastUpdate() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getNextUpdate() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCerts(callback : AsyncCallback>) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getRevokedCerts() : Promise>;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignature() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignatureAlgName() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: X509Crl
方法 or 属性: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: cert
方法 or 属性: function createX509Crl(inStream : EncodingBlob) : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainValidator|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainValidator
方法 or 属性: validate(certChain : CertChainData, callback : AsyncCallback) : void;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainValidator
方法 or 属性: validate(certChain : CertChainData) : Promise;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: CertChainValidator
方法 or 属性: readonly algorithm : string;|@ohos.security.cert.d.ts| +|新增|NA|模块名: ohos.security.cert
类名: cert
方法 or 属性: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts| +|新增|NA|类名:Random
方法or属性:setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts| +|新增|NA|模块名: PermissionRequestResult
类名: PermissionRequestResult|PermissionRequestResult.d.ts| +|新增|NA|模块名: PermissionRequestResult
类名: PermissionRequestResult
方法 or 属性: permissions: Array;|PermissionRequestResult.d.ts| +|新增|NA|模块名: PermissionRequestResult
类名: PermissionRequestResult
方法 or 属性: authResults: Array;|PermissionRequestResult.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_CERT_SIGNATURE_FAILURE = 17630002|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_CERT_NOT_YET_VALID = 17630003|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_CERT_HAS_EXPIRED = 17630004|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 17630005|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_KEYUSAGE_NO_CERTSIGN = 17630006|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: Result
方法 or 属性:ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 17630007|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: DataArray|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: DataArray
方法 or 属性:data : Array;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: EncodingFormat|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: EncodingFormat
方法 or 属性:FORMAT_DER = 0|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: EncodingFormat
方法 or 属性:FORMAT_PEM = 1|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: EncodingBlob|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: EncodingBlob
方法 or 属性:data : Uint8Array;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: EncodingBlob
方法 or 属性:encodingFormat : EncodingFormat;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainData|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainData
方法 or 属性:data: Uint8Array;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainData
方法 or 属性:count : number;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainData
方法 or 属性:encodingFormat: EncodingFormat;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:verify(key : PubKey, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:verify(key : PubKey) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getEncoded(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getEncoded() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getPublicKey(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getPublicKey() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:checkValidityWithDate(date: string, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:checkValidityWithDate(date: string) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getVersion() : number;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSerialNumber() : number;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getIssuerName() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSubjectName() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getNotBeforeTime() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getNotAfterTime() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignature() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignatureAlgName() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignatureAlgOid() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSignatureAlgParams() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getKeyUsage() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getExtKeyUsage() : DataArray;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getBasicConstraints() : number;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getSubjectAltNames() : DataArray;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Cert
方法 or 属性:getIssuerAltNames() : DataArray;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Cert(inStream : EncodingBlob) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getEncoded(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getEncoded() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getSerialNumber() : number;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getCertIssuer(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getCertIssuer() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getRevocationDate(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509CrlEntry
方法 or 属性:getRevocationDate() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:isRevoked(cert : X509Cert, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:isRevoked(cert : X509Cert) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getType() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getEncoded(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getEncoded() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:verify(key : PubKey, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:verify(key : PubKey) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getVersion() : number;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getIssuerName() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getLastUpdate() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getNextUpdate() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCert(serialNumber : number, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCert(serialNumber : number) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCertWithCert(cert : X509Cert, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCertWithCert(cert : X509Cert) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCerts(callback : AsyncCallback>) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getRevokedCerts() : Promise>;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getTbsInfo(callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getTbsInfo() : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignature() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignatureAlgName() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignatureAlgOid() : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: X509Crl
方法 or 属性:getSignatureAlgParams() : DataBlob;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createX509Crl(inStream : EncodingBlob) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainValidator|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainValidator
方法 or 属性:validate(certChain : CertChainData, callback : AsyncCallback) : void;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainValidator
方法 or 属性:validate(certChain : CertChainData) : Promise;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名: ohos.security.cryptoFramework
类名: CertChainValidator
方法 or 属性:readonly algorithm : string;|NA|@ohos.security.cryptoFramework.d.ts| +|删除|模块名:ohos.security.cryptoFramework
类名:cryptoFramework
方法 or 属性:function createCertChainValidator(algorithm :string) : CertChainValidator;|NA|@ohos.security.cryptoFramework.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|废弃版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
废弃版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
废弃版本:9
代替接口:N/A|@ohos.security.huks.d.ts| +|起始版本有变化|类名:SymKey
起始版本:N/A|类名:SymKey
起始版本:9|@ohos.security.cryptoFramework.d.ts| +|起始版本有变化|类名:SymKey
方法 or 属性:clearMem() : void;
起始版本:N/A|类名:SymKey
方法 or 属性:clearMem() : void;
起始版本:9|@ohos.security.cryptoFramework.d.ts| +|起始版本有变化|类名:Random
起始版本:N/A|类名:Random
起始版本:9|@ohos.security.cryptoFramework.d.ts| +|起始版本有变化|类名:Cipher
起始版本:N/A|类名:Cipher
起始版本:9|@ohos.security.cryptoFramework.d.ts| +|起始版本有变化|类名:KeyAgreement
起始版本:N/A|类名:KeyAgreement
起始版本:9|@ohos.security.cryptoFramework.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101
起始版本:8|@ohos.security.huks.d.ts| +|起始版本有变化|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
起始版本:N/A|类名:HuksTag
方法 or 属性:HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102
起始版本:8|@ohos.security.huks.d.ts| +|新增(错误码)|NA|类名:AsyKeyGenerator
方法 or 属性:generateKeyPair() : Promise;
错误码内容:401,17620001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:AsyKeyGenerator
方法 or 属性:convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise;
错误码内容:401,17620001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Cipher
方法 or 属性:init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Cipher
方法 or 属性:update(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Cipher
方法 or 属性:doFinal(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Sign
方法 or 属性:init(priKey : PriKey) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Sign
方法 or 属性:update(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Sign
方法 or 属性:sign(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Verify
方法 or 属性:init(pubKey : PubKey) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Verify
方法 or 属性:update(data : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:Verify
方法 or 属性:verify(data : DataBlob, signatureData : DataBlob) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|新增(错误码)|NA|类名:KeyAgreement
方法 or 属性:generateSecret(priKey : PriKey, pubKey : PubKey) : Promise;
错误码内容:401,17620001,17620002,17630001|@ohos.security.cryptoFramework.d.ts| +|函数有变化|类名:huks
方法 or 属性:function update(handle: number, options: HuksOptions, callback: AsyncCallback) : void;
|类名:huks
方法 or 属性:function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback) : void;
|@ohos.security.huks.d.ts| +|函数有变化|类名:huks
方法 or 属性:function update(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback) : void;
|类名:huks
方法 or 属性:function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback) : void;
|@ohos.security.huks.d.ts| +|函数有变化|类名:huks
方法 or 属性:function update(handle: number, options: HuksOptions, token?: Uint8Array) : Promise;
|类名:huks
方法 or 属性:function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise;
|@ohos.security.huks.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-start-up.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-start-up.md new file mode 100644 index 0000000000000000000000000000000000000000..20c7c46b0ef61a48e1898289ae04355451ba200f --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-start-up.md @@ -0,0 +1,4 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增(权限)|类名:deviceInfo
方法 or 属性:const serial: string;
权限:N/A|类名:deviceInfo
方法 or 属性:const serial: string;
权限:ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts| +|新增(权限)|类名:deviceInfo
方法 or 属性:const udid: string;
权限:N/A|类名:deviceInfo
方法 or 属性:const udid: string;
权限:ohos.permission.sec.ACCESS_UDID|@ohos.deviceInfo.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-telephony.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-telephony.md new file mode 100644 index 0000000000000000000000000000000000000000..122490fee3eb748c0c18e735094d5ebf6777bd6e --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-telephony.md @@ -0,0 +1,243 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:CallTransferInfo
方法or属性:startHour?: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferInfo
方法or属性:startMinute?: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferInfo
方法or属性:endHour?: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferInfo
方法or属性:endMinute?: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferResult
方法or属性:startHour: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferResult
方法or属性:startMinute: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferResult
方法or属性:endHour: number;|@ohos.telephony.call.d.ts| +|新增|NA|类名:CallTransferResult
方法or属性:endMinute: number;|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:UNASSIGNED_NUMBER = 1|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:UNASSIGNED_NUMBER = 1|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NO_ROUTE_TO_DESTINATION = 3|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NO_ROUTE_TO_DESTINATION = 3|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CHANNEL_UNACCEPTABLE = 6|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CHANNEL_UNACCEPTABLE = 6|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:OPERATOR_DETERMINED_BARRING = 8|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:OPERATOR_DETERMINED_BARRING = 8|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CALL_COMPLETED_ELSEWHERE = 13|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CALL_COMPLETED_ELSEWHERE = 13|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NORMAL_CALL_CLEARING = 16|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NORMAL_CALL_CLEARING = 16|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:USER_BUSY = 17|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:USER_BUSY = 17|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NO_USER_RESPONDING = 18|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NO_USER_RESPONDING = 18|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:USER_ALERTING_NO_ANSWER = 19|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:USER_ALERTING_NO_ANSWER = 19|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CALL_REJECTED = 21|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CALL_REJECTED = 21|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NUMBER_CHANGED = 22|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NUMBER_CHANGED = 22|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:FAILED_PRE_EMPTION = 25|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:FAILED_PRE_EMPTION = 25|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NON_SELECTED_USER_CLEARING = 26|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NON_SELECTED_USER_CLEARING = 26|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:DESTINATION_OUT_OF_ORDER = 27|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:DESTINATION_OUT_OF_ORDER = 27|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INVALID_NUMBER_FORMAT = 28|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INVALID_NUMBER_FORMAT = 28|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:FACILITY_REJECTED = 29|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:FACILITY_REJECTED = 29|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RESPONSE_TO_STATUS_ENQUIRY = 30|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RESPONSE_TO_STATUS_ENQUIRY = 30|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NORMAL_UNSPECIFIED = 31|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NORMAL_UNSPECIFIED = 31|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NO_CIRCUIT_CHANNEL_AVAILABLE = 34|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NO_CIRCUIT_CHANNEL_AVAILABLE = 34|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NETWORK_OUT_OF_ORDER = 38|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NETWORK_OUT_OF_ORDER = 38|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:TEMPORARY_FAILURE = 41|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:TEMPORARY_FAILURE = 41|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SWITCHING_EQUIPMENT_CONGESTION = 42|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SWITCHING_EQUIPMENT_CONGESTION = 42|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:ACCESS_INFORMATION_DISCARDED = 43|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:ACCESS_INFORMATION_DISCARDED = 43|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RESOURCES_UNAVAILABLE_UNSPECIFIED = 47|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RESOURCES_UNAVAILABLE_UNSPECIFIED = 47|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:QUALITY_OF_SERVICE_UNAVAILABLE = 49|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:QUALITY_OF_SERVICE_UNAVAILABLE = 49|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:REQUESTED_FACILITY_NOT_SUBSCRIBED = 50|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:REQUESTED_FACILITY_NOT_SUBSCRIBED = 50|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:BEARER_CAPABILITY_NOT_AUTHORIZED = 57|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:BEARER_CAPABILITY_NOT_AUTHORIZED = 57|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:BEARER_SERVICE_NOT_IMPLEMENTED = 65|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:BEARER_SERVICE_NOT_IMPLEMENTED = 65|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:REQUESTED_FACILITY_NOT_IMPLEMENTED = 69|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:REQUESTED_FACILITY_NOT_IMPLEMENTED = 69|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INVALID_TRANSACTION_IDENTIFIER_VALUE = 81|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INVALID_TRANSACTION_IDENTIFIER_VALUE = 81|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:USER_NOT_MEMBER_OF_CUG = 87|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:USER_NOT_MEMBER_OF_CUG = 87|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INCOMPATIBLE_DESTINATION = 88|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INCOMPATIBLE_DESTINATION = 88|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INVALID_TRANSIT_NETWORK_SELECTION = 91|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INVALID_TRANSIT_NETWORK_SELECTION = 91|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SEMANTICALLY_INCORRECT_MESSAGE = 95|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SEMANTICALLY_INCORRECT_MESSAGE = 95|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INVALID_MANDATORY_INFORMATION = 96|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INVALID_MANDATORY_INFORMATION = 96|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CONDITIONAL_IE_ERROR = 100|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CONDITIONAL_IE_ERROR = 100|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RECOVERY_ON_TIMER_EXPIRED = 102|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RECOVERY_ON_TIMER_EXPIRED = 102|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:PROTOCOL_ERROR_UNSPECIFIED = 111|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:PROTOCOL_ERROR_UNSPECIFIED = 111|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INTERWORKING_UNSPECIFIED = 127|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INTERWORKING_UNSPECIFIED = 127|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CALL_BARRED = 240|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CALL_BARRED = 240|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:FDN_BLOCKED = 241|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:FDN_BLOCKED = 241|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:IMSI_UNKNOWN_IN_VLR = 242|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:IMSI_UNKNOWN_IN_VLR = 242|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:IMEI_NOT_ACCEPTED = 243|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:IMEI_NOT_ACCEPTED = 243|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:DIAL_MODIFIED_TO_USSD = 244|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:DIAL_MODIFIED_TO_USSD = 244|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:DIAL_MODIFIED_TO_SS = 245|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:DIAL_MODIFIED_TO_SS = 245|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:DIAL_MODIFIED_TO_DIAL = 246|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:DIAL_MODIFIED_TO_DIAL = 246|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_OFF = 247|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_OFF = 247|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:OUT_OF_SERVICE = 248|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:OUT_OF_SERVICE = 248|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NO_VALID_SIM = 249|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NO_VALID_SIM = 249|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_INTERNAL_ERROR = 250|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_INTERNAL_ERROR = 250|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NETWORK_RESP_TIMEOUT = 251|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NETWORK_RESP_TIMEOUT = 251|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NETWORK_REJECT = 252|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NETWORK_REJECT = 252|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_ACCESS_FAILURE = 253|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_ACCESS_FAILURE = 253|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_LINK_FAILURE = 254|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_LINK_FAILURE = 254|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_LINK_LOST = 255|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_LINK_LOST = 255|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_UPLINK_FAILURE = 256|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_UPLINK_FAILURE = 256|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_SETUP_FAILURE = 257|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_SETUP_FAILURE = 257|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_RELEASE_NORMAL = 258|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_RELEASE_NORMAL = 258|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:RADIO_RELEASE_ABNORMAL = 259|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:RADIO_RELEASE_ABNORMAL = 259|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:ACCESS_CLASS_BLOCKED = 260|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:ACCESS_CLASS_BLOCKED = 260|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:NETWORK_DETACH = 261|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:NETWORK_DETACH = 261|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:INVALID_PARAMETER = 1025|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:INVALID_PARAMETER = 1025|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SIM_NOT_EXIT = 1026|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SIM_NOT_EXIT = 1026|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SIM_PIN_NEED = 1027|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SIM_PIN_NEED = 1027|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:CALL_NOT_ALLOW = 1029|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:CALL_NOT_ALLOW = 1029|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:SIM_INVALID = 1045|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:SIM_INVALID = 1045|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.call
类名: DisconnectedReason
方法 or 属性:UNKNOWN = 1279|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedReason
方法or属性:UNKNOWN = 1279|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedDetails
方法or属性:reason: DisconnectedReason;|@ohos.telephony.call.d.ts| +|新增|NA|类名:DisconnectedDetails
方法or属性:message: string;|@ohos.telephony.call.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_VOICE_MAIL_NUMBER_STRING = "voice_mail_number_string"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = "ims_switch_on_by_default_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_HIDE_IMS_SWITCH_BOOL = "hide_ims_switch_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = "nr_mode_supported_list_int_array"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = "volte_provisioning_supported_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_SS_OVER_UT_SUPPORTED_BOOL = "ss_over_ut_supported_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_IMS_GBA_REQUIRED_BOOL = "ims_gba_required_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_UT_PROVISIONING_SUPPORTED_BOOL = "ut_provisioning_supported_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = "ims_prefer_for_emergency_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_CALL_WAITING_SERVICE_CLASS_INT = "call_waiting_service_class_int"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_CALL_TRANSFER_VISIBILITY_BOOL = "call_transfer_visibility_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_IMS_CALL_DISCONNECT_REASONINFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reasoninfo_mapping_string_array"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = "force_volte_switch_on_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = "enable_operator_name_cust_bool"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_SPN_DISPLAY_CONDITION_CUST_INT = "spn_display_condition_cust_int"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_PNN_CUST_STRING_ARRAY = "pnn_cust_string_array"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_OPL_CUST_STRING_ARRAY = "opl_cust_string_array"|@ohos.telephony.sim.d.ts| +|新增|NA|模块名: ohos.telephony.sim
类名: OperatorConfigKey
方法 or 属性: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"|@ohos.telephony.sim.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:UNASSIGNED_NUMBER = 1|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:NO_ROUTE_TO_DESTINATION = 3|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:CHANNEL_UNACCEPTABLE = 6|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:OPERATOR_DETERMINED_BARRING = 8|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:NORMAL_CALL_CLEARING = 16|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:USER_BUSY = 17|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:NO_USER_RESPONDING = 18|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:USER_ALERTING_NO_ANSWER = 19|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:CALL_REJECTED = 21|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:NUMBER_CHANGED = 22|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:DESTINATION_OUT_OF_ORDER = 27|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:INVALID_NUMBER_FORMAT = 28|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:NETWORK_OUT_OF_ORDER = 38|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:TEMPORARY_FAILURE = 41|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:INVALID_PARAMETER = 1025|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:SIM_NOT_EXIT = 1026|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:SIM_PIN_NEED = 1027|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:CALL_NOT_ALLOW = 1029|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:SIM_INVALID = 1045|NA|@ohos.telephony.call.d.ts| +|删除|模块名:ohos.telephony.call
类名:DisconnectedDetails
方法 or 属性:UNKNOWN = 1279|NA|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallTransferInfo
方法 or 属性:transferNum: string;
起始版本:N/A|类名:CallTransferInfo
方法 or 属性:transferNum: string;
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallTransferInfo
方法 or 属性:type: CallTransferType;
起始版本:N/A|类名:CallTransferInfo
方法 or 属性:type: CallTransferType;
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallTransferInfo
方法 or 属性:settingType: CallTransferSettingType;
起始版本:N/A|类名:CallTransferInfo
方法 or 属性:settingType: CallTransferSettingType;
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallTransferResult
方法 or 属性:status: TransferStatus;
起始版本:N/A|类名:CallTransferResult
方法 or 属性:status: TransferStatus;
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallTransferResult
方法 or 属性:number: string;
起始版本:N/A|类名:CallTransferResult
方法 or 属性:number: string;
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallWaitingStatus
方法 or 属性:CALL_WAITING_DISABLE = 0
起始版本:N/A|类名:CallWaitingStatus
方法 or 属性:CALL_WAITING_DISABLE = 0
起始版本:7|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:CallWaitingStatus
方法 or 属性:CALL_WAITING_ENABLE = 1
起始版本:N/A|类名:CallWaitingStatus
方法 or 属性:CALL_WAITING_ENABLE = 1
起始版本:7|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:RestrictionStatus
方法 or 属性:RESTRICTION_DISABLE = 0
起始版本:N/A|类名:RestrictionStatus
方法 or 属性:RESTRICTION_DISABLE = 0
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:RestrictionStatus
方法 or 属性:RESTRICTION_ENABLE = 1
起始版本:N/A|类名:RestrictionStatus
方法 or 属性:RESTRICTION_ENABLE = 1
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:TransferStatus
方法 or 属性:TRANSFER_DISABLE = 0
起始版本:N/A|类名:TransferStatus
方法 or 属性:TRANSFER_DISABLE = 0
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:TransferStatus
方法 or 属性:TRANSFER_ENABLE = 1
起始版本:N/A|类名:TransferStatus
方法 or 属性:TRANSFER_ENABLE = 1
起始版本:8|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:EmergencyNumberOptions
方法 or 属性:slotId?: number;
起始版本:N/A|类名:EmergencyNumberOptions
方法 or 属性:slotId?: number;
起始版本:7|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:NumberFormatOptions
方法 or 属性:countryCode?: string;
起始版本:N/A|类名:NumberFormatOptions
方法 or 属性:countryCode?: string;
起始版本:7|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:AudioDeviceOptions
方法 or 属性:bluetoothAddress?: string;
起始版本:N/A|类名:AudioDeviceOptions
方法 or 属性:bluetoothAddress?: string;
起始版本:9|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:MmiCodeResults
方法 or 属性:result: MmiCodeResult;
起始版本:N/A|类名:MmiCodeResults
方法 or 属性:result: MmiCodeResult;
起始版本:9|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:MmiCodeResults
方法 or 属性:message: string;
起始版本:N/A|类名:MmiCodeResults
方法 or 属性:message: string;
起始版本:9|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:MmiCodeResult
方法 or 属性:MMI_CODE_SUCCESS = 0
起始版本:N/A|类名:MmiCodeResult
方法 or 属性:MMI_CODE_SUCCESS = 0
起始版本:9|@ohos.telephony.call.d.ts| +|起始版本有变化|类名:MmiCodeResult
方法 or 属性:MMI_CODE_FAILED = 1
起始版本:N/A|类名:MmiCodeResult
方法 or 属性:MMI_CODE_FAILED = 1
起始版本:9|@ohos.telephony.call.d.ts| +|权限有变化|类名:observer
方法 or 属性:function on(type: 'cellInfoChange', callback: Callback>): void;
权限:ohos.permission.LOCATION|类名:observer
方法 or 属性:function on(type: 'cellInfoChange', callback: Callback>): void;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts| +|权限有变化|类名:observer
方法 or 属性:function on(type: 'cellInfoChange', options: { slotId: number },
callback: Callback>): void;
权限:ohos.permission.LOCATION|类名:observer
方法 or 属性:function on(type: 'cellInfoChange', options: { slotId: number },
callback: Callback>): void;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts| +|权限有变化|类名:radio
方法 or 属性:function sendUpdateCellLocationRequest(callback: AsyncCallback): void;
权限:ohos.permission.LOCATION|类名:radio
方法 or 属性:function sendUpdateCellLocationRequest(callback: AsyncCallback): void;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|权限有变化|类名:radio
方法 or 属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback): void;
权限:ohos.permission.LOCATION|类名:radio
方法 or 属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback): void;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|权限有变化|类名:radio
方法 or 属性:function sendUpdateCellLocationRequest(slotId?: number): Promise;
权限:ohos.permission.LOCATION|类名:radio
方法 or 属性:function sendUpdateCellLocationRequest(slotId?: number): Promise;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|权限有变化|类名:radio
方法 or 属性:function getCellInformation(callback: AsyncCallback>): void;
权限:ohos.permission.LOCATION|类名:radio
方法 or 属性:function getCellInformation(callback: AsyncCallback>): void;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|权限有变化|类名:radio
方法 or 属性:function getCellInformation(slotId: number, callback: AsyncCallback>): void;
权限:ohos.permission.LOCATION|类名:radio
方法 or 属性:function getCellInformation(slotId: number, callback: AsyncCallback>): void;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|权限有变化|类名:radio
方法 or 属性:function getCellInformation(slotId?: number): Promise>;
权限:ohos.permission.LOCATION|类名:radio
方法 or 属性:function getCellInformation(slotId?: number): Promise>;
权限:ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| +|新增(权限)|类名:call
方法 or 属性:function hangup(callback: AsyncCallback): void;
权限:N/A|类名:call
方法 or 属性:function hangup(callback: AsyncCallback): void;
权限:ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| +|函数有变化|类名:sms
方法 or 属性:function isImsSmsSupported(callback: AsyncCallback): void;
|类名:sms
方法 or 属性:function isImsSmsSupported(slotId: number, callback: AsyncCallback): void;
|@ohos.telephony.sms.d.ts| +|函数有变化|类名:sms
方法 or 属性:function isImsSmsSupported(): Promise;
|类名:sms
方法 or 属性:function isImsSmsSupported(slotId: number): Promise;
|@ohos.telephony.sms.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-unitest.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-unitest.md new file mode 100644 index 0000000000000000000000000000000000000000..e0fb7933b4aab32bd701e4de1caf0dd5963f680d --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-unitest.md @@ -0,0 +1,10 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:Rect
方法or属性:readonly left: number;|@ohos.uitest.d.ts| +|新增|NA|类名:Rect
方法or属性:readonly top: number;|@ohos.uitest.d.ts| +|新增|NA|类名:Rect
方法or属性:readonly right: number;|@ohos.uitest.d.ts| +|新增|NA|类名:Rect
方法or属性:readonly bottom: number;|@ohos.uitest.d.ts| +|删除|模块名:ohos.uitest
类名:Rect
方法 or 属性:readonly leftX: number;|NA|@ohos.uitest.d.ts| +|删除|模块名:ohos.uitest
类名:Rect
方法 or 属性:readonly topY: number;|NA|@ohos.uitest.d.ts| +|删除|模块名:ohos.uitest
类名:Rect
方法 or 属性:readonly rightX: number;|NA|@ohos.uitest.d.ts| +|删除|模块名:ohos.uitest
类名:Rect
方法 or 属性:readonly bottomY: number;|NA|@ohos.uitest.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-user-iam.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-user-iam.md new file mode 100644 index 0000000000000000000000000000000000000000..ddbdc22d641c0b7936b73e204bbcea354ef305ee --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-user-iam.md @@ -0,0 +1,35 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:SUCCESS = 12500000|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:SUCCESS = 12500000|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:FAIL = 12500001|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:FAIL = 12500001|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:GENERAL_ERROR = 12500002|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:GENERAL_ERROR = 12500002|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:CANCELED = 12500003|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:CANCELED = 12500003|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:TIMEOUT = 12500004|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:TIMEOUT = 12500004|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:TYPE_NOT_SUPPORT = 12500005|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:TYPE_NOT_SUPPORT = 12500005|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 12500006|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:TRUST_LEVEL_NOT_SUPPORT = 12500006|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:BUSY = 12500007|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:BUSY = 12500007|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:LOCKED = 12500009|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:LOCKED = 12500009|@ohos.userIAM.userAuth.d.ts| +|新增|NA|模块名: ohos.userIAM.userAuth
类名: UserAuthResultCode
方法 or 属性:NOT_ENROLLED = 12500010|@ohos.userIAM.userAuth.d.ts| +|新增|NA|类名:UserAuthResultCode
方法or属性:NOT_ENROLLED = 12500010|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:SUCCESS = 12500000|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:FAIL = 12500001|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:GENERAL_ERROR = 12500002|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:CANCELED = 12500003|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:TIMEOUT = 12500004|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:TYPE_NOT_SUPPORT = 12500005|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 12500006|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:BUSY = 12500007|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:LOCKED = 12500009|NA|@ohos.userIAM.userAuth.d.ts| +|删除|模块名: ohos.userIAM.userAuth
类名: ResultCodeV9
方法 or 属性:NOT_ENROLLED = 12500010|NA|@ohos.userIAM.userAuth.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-web.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-web.md new file mode 100644 index 0000000000000000000000000000000000000000..b4802d655f4c0fef02265798db3f14e15f18e312 --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-web.md @@ -0,0 +1,64 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|模块名: ohos.web.webview
类名: WebCustomScheme|@ohos.web.webview.d.ts| +|新增|NA|类名:WebCustomScheme
方法or属性:|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebCustomScheme
方法 or 属性:schemeName: string;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebCustomScheme
方法or属性:schemeName: string;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebCustomScheme
方法 or 属性:isSupportCORS: boolean;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebCustomScheme
方法or属性:isSupportCORS: boolean;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebCustomScheme
方法 or 属性:isSupportFetch: boolean;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebCustomScheme
方法or属性:isSupportFetch: boolean;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: webview
方法 or 属性:function once(type: string, callback: Callback): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:webview
方法or属性:function once(type: string, callback: Callback): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: HistoryItem|@ohos.web.webview.d.ts| +|新增|NA|类名:HistoryItem
方法or属性:|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: HistoryItem
方法 or 属性:icon: image.PixelMap;|@ohos.web.webview.d.ts| +|新增|NA|类名:HistoryItem
方法or属性:icon: image.PixelMap;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: HistoryItem
方法 or 属性:historyUrl: string;|@ohos.web.webview.d.ts| +|新增|NA|类名:HistoryItem
方法or属性:historyUrl: string;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: HistoryItem
方法 or 属性:historyRawUrl: string;|@ohos.web.webview.d.ts| +|新增|NA|类名:HistoryItem
方法or属性:historyRawUrl: string;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: HistoryItem
方法 or 属性:title: string;|@ohos.web.webview.d.ts| +|新增|NA|类名:HistoryItem
方法or属性:title: string;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: BackForwardList|@ohos.web.webview.d.ts| +|新增|NA|类名:BackForwardList
方法or属性:|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: BackForwardList
方法 or 属性:currentIndex: number;|@ohos.web.webview.d.ts| +|新增|NA|类名:BackForwardList
方法or属性:currentIndex: number;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: BackForwardList
方法 or 属性:size: number;|@ohos.web.webview.d.ts| +|新增|NA|类名:BackForwardList
方法or属性:size: number;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: BackForwardList
方法 or 属性:getItemAtIndex(index: number): HistoryItem;|@ohos.web.webview.d.ts| +|新增|NA|类名:BackForwardList
方法or属性:getItemAtIndex(index: number): HistoryItem;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:static initializeWebEngine(): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:static initializeWebEngine(): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:pageUp(top:boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:pageUp(top:boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:pageDown(bottom:boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:pageDown(bottom:boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:getOriginalUrl(): string;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:getOriginalUrl(): string;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:getFavicon(): image.PixelMap;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:getFavicon(): image.PixelMap;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:setNetworkAvailable(enable: boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:setNetworkAvailable(enable: boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:hasImage(): Promise;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:hasImage(): Promise;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:hasImage(callback: AsyncCallback): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:hasImage(callback: AsyncCallback): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:getBackForwardEntries(): BackForwardList;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:getBackForwardEntries(): BackForwardList;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:removeCache(clearRom: boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:removeCache(clearRom: boolean): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:scrollTo(x:number, y:number): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:scrollTo(x:number, y:number): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:scrollBy(deltaX:number, deltaY:number): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:scrollBy(deltaX:number, deltaY:number): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:slideScroll(vx:number, vy:number): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:slideScroll(vx:number, vy:number): void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:serializeWebState() : Uint8Array;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:serializeWebState() : Uint8Array;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:restoreWebState(state: Uint8Array) : void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:restoreWebState(state: Uint8Array) : void;|@ohos.web.webview.d.ts| +|新增|NA|模块名: ohos.web.webview
类名: WebviewController
方法 or 属性:static customizeSchemes(schemes: Array): void;|@ohos.web.webview.d.ts| +|新增|NA|类名:WebviewController
方法or属性:static customizeSchemes(schemes: Array): void;|@ohos.web.webview.d.ts| +|函数有变化|类名:WebMessagePort
方法 or 属性:postMessageEvent(message: string): void;
|类名:WebMessagePort
方法 or 属性:postMessageEvent(message: WebMessage): void;
|@ohos.web.webview.d.ts| +|函数有变化|类名:WebMessagePort
方法 or 属性:onMessageEvent(callback: (result: string) => void): void;
|类名:WebMessagePort
方法 or 属性:onMessageEvent(callback: (result: WebMessage) => void): void;
|@ohos.web.webview.d.ts| diff --git a/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-window.md b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-window.md new file mode 100644 index 0000000000000000000000000000000000000000..2952efd6e62756c12b8d8c31addc6b5fcaab8c9a --- /dev/null +++ b/zh-cn/release-notes/api-diff/v3.2-beta5/js-apidiff-window.md @@ -0,0 +1,6 @@ +| 操作 | 旧版本 | 新版本 | d.ts文件 | +| ---- | ------ | ------ | -------- | +|新增|NA|类名:WindowStageEventType
方法or属性:SHOWN = 1|@ohos.window.d.ts| +|新增|NA|类名:WindowStageEventType
方法or属性:HIDDEN|@ohos.window.d.ts| +|删除|模块名:ohos.window
类名:WindowStageEventType
方法 or 属性:FOREGROUND = 1|NA|@ohos.window.d.ts| +|删除|模块名:ohos.window
类名:WindowStageEventType
方法 or 属性:BACKGROUND|NA|@ohos.window.d.ts|