harmony 鸿蒙js-apidiff-ability
操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
删除 | 类名:AbilityDelegator; 方法or属性:print(msg: string, callback: AsyncCallback<void>): void; |
NA | abilityDelegator.d.ts |
删除 | 类名:AbilityDelegator; 方法or属性:print(msg: string): Promise<void>; |
NA | abilityDelegator.d.ts |
删除 | 类名:AbilityDelegator; 方法or属性:executeShellCommand(cmd: string, callback: AsyncCallback<ShellCmdResult>): void; |
NA | abilityDelegator.d.ts |
删除 | 类名:AbilityDelegator; 方法or属性:executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback<ShellCmdResult>): void; |
NA | abilityDelegator.d.ts |
删除 | 类名:AbilityDelegator; 方法or属性:executeShellCommand(cmd: string, timeoutSecs?: number): Promise<ShellCmdResult>; |
NA | abilityDelegator.d.ts |
删除 | 类名:AbilityDelegator; 方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; |
NA | abilityDelegator.d.ts |
删除 | 类名:AbilityDelegator; 方法or属性:finishTest(msg: string, code: number): Promise<void>; |
NA | abilityDelegator.d.ts |
新增 | NA | 类名:LifecycleForm; 方法or属性:onShare?(formId: string): {[key: string]: any}; |
lifecycle.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type DataAbilityHelper = _DataAbilityHelper |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type PacMap = _PacMap |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type DataAbilityOperation = _DataAbilityOperation |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type DataAbilityResult = _DataAbilityResult |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type AbilityResult = _AbilityResult |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type ConnectOptions = _ConnectOptions |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:ability; 方法or属性:export type StartAbilityParameter = _StartAbilityParameter |
@ohos.ability.ability.d.ts |
新增 | NA | 类名:featureAbility; 方法or属性:export type Context = _Context |
@ohos.ability.featureAbility.d.ts |
新增 | NA | 类名:featureAbility; 方法or属性:export type AppVersionInfo = _AppVersionInfo |
@ohos.ability.featureAbility.d.ts |
新增 | NA | 类名:featureAbility; 方法or属性:export type ProcessInfo = _ProcessInfo |
@ohos.ability.featureAbility.d.ts |
新增 | NA | 类名:Ability; 方法or属性:onConfigurationUpdate(newConfig: Configuration): void; |
@ohos.app.ability.Ability.d.ts |
新增 | NA | 类名:Ability; 方法or属性:onMemoryLevel(level: AbilityConstant.MemoryLevel): void; |
@ohos.app.ability.Ability.d.ts |
新增 | NA | 类名:LaunchParam; 方法or属性:launchReason: LaunchReason; |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LaunchParam; 方法or属性:lastExitReason: LastExitReason; |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LaunchReason; 方法or属性:UNKNOWN = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LastExitReason; 方法or属性:UNKNOWN = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LaunchReason; 方法or属性:START_ABILITY = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LaunchReason; 方法or属性:CALL = 2 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LaunchReason; 方法or属性:CONTINUATION = 3 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LaunchReason; 方法or属性:APP_RECOVERY = 4 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LastExitReason; 方法or属性:ABILITY_NOT_RESPONDING = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:LastExitReason; 方法or属性:NORMAL = 2 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnContinueResult; 方法or属性:AGREE = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnContinueResult; 方法or属性:REJECT = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnContinueResult; 方法or属性:MISMATCH = 2 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:MemoryLevel; 方法or属性:MEMORY_LEVEL_MODERATE = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:MemoryLevel; 方法or属性:MEMORY_LEVEL_LOW = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:MemoryLevel; 方法or属性:MEMORY_LEVEL_CRITICAL = 2 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:WindowMode; 方法or属性:WINDOW_MODE_UNDEFINED = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:WindowMode; 方法or属性:WINDOW_MODE_FULLSCREEN = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:WindowMode; 方法or属性:WINDOW_MODE_SPLIT_PRIMARY = 100 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:WindowMode; 方法or属性:WINDOW_MODE_SPLIT_SECONDARY = 101 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:WindowMode; 方法or属性:WINDOW_MODE_FLOATING = 102 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnSaveResult; 方法or属性:ALL_AGREE = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnSaveResult; 方法or属性:CONTINUATION_REJECT = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnSaveResult; 方法or属性:CONTINUATION_MISMATCH = 2 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnSaveResult; 方法or属性:RECOVERY_AGREE = 3 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnSaveResult; 方法or属性:RECOVERY_REJECT = 4 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:OnSaveResult; 方法or属性:ALL_REJECT |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:StateType; 方法or属性:CONTINUATION = 0 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:StateType; 方法or属性:APP_RECOVERY = 1 |
@ohos.app.ability.AbilityConstant.d.ts |
新增 | NA | 类名:abilityDelegatorRegistry; 方法or属性:function getAbilityDelegator(): AbilityDelegator; |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:abilityDelegatorRegistry; 方法or属性:function getArguments(): AbilityDelegatorArgs; |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:abilityDelegatorRegistry; 方法or属性:export type AbilityDelegator = _AbilityDelegator |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:abilityDelegatorRegistry; 方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:abilityDelegatorRegistry; 方法or属性:export type AbilityMonitor = _AbilityMonitor |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:abilityDelegatorRegistry; 方法or属性:export type ShellCmdResult = _ShellCmdResult |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:AbilityLifecycleState; 方法or属性:UNINITIALIZED |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:AbilityLifecycleState; 方法or属性:CREATE |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:AbilityLifecycleState; 方法or属性:FOREGROUND |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:AbilityLifecycleState; 方法or属性:BACKGROUND |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:AbilityLifecycleState; 方法or属性:DESTROY |
@ohos.app.ability.abilityDelegatorRegistry.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onAbilityCreate(ability: UIAbility): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onWindowStageCreate(ability: UIAbility, windowStage: window.WindowStage): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onWindowStageActive(ability: UIAbility, windowStage: window.WindowStage): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onWindowStageInactive(ability: UIAbility, windowStage: window.WindowStage): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onWindowStageDestroy(ability: UIAbility, windowStage: window.WindowStage): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onAbilityDestroy(ability: UIAbility): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onAbilityForeground(ability: UIAbility): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onAbilityBackground(ability: UIAbility): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:AbilityLifecycleCallback; 方法or属性:onAbilityContinue(ability: UIAbility): void; |
@ohos.app.ability.AbilityLifecycleCallback.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function updateConfiguration(config: Configuration): Promise<void>; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function getExtensionRunningInfos(upperLimit: number): Promise<Array<ExtensionRunningInfo>>; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function getExtensionRunningInfos(upperLimit: number, callback: AsyncCallback<Array<ExtensionRunningInfo>>): void; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function getTopAbility(): Promise<ElementName>; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:function getTopAbility(callback: AsyncCallback<ElementName>): void; |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:export type AbilityRunningInfo = _AbilityRunningInfo |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:abilityManager; 方法or属性:export type ExtensionRunningInfo = _ExtensionRunningInfo |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityState; 方法or属性:INITIAL = 0 |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityState; 方法or属性:FOCUS = 2 |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityState; 方法or属性:FOREGROUND = 9 |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityState; 方法or属性:BACKGROUND = 10 |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityState; 方法or属性:FOREGROUNDING = 11 |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityState; 方法or属性:BACKGROUNDING = 12 |
@ohos.app.ability.abilityManager.d.ts |
新增 | NA | 类名:AbilityStage; 方法or属性:context: AbilityStageContext; |
@ohos.app.ability.AbilityStage.d.ts |
新增 | NA | 类名:AbilityStage; 方法or属性:onCreate(): void; |
@ohos.app.ability.AbilityStage.d.ts |
新增 | NA | 类名:AbilityStage; 方法or属性:onAcceptWant(want: Want): string; |
@ohos.app.ability.AbilityStage.d.ts |
新增 | NA | 类名:AbilityStage; 方法or属性:onConfigurationUpdate(newConfig: Configuration): void; |
@ohos.app.ability.AbilityStage.d.ts |
新增 | NA | 类名:AbilityStage; 方法or属性:onMemoryLevel(level: AbilityConstant.MemoryLevel): void; |
@ohos.app.ability.AbilityStage.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function on(type: “applicationState”, observer: ApplicationStateObserver): number; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function on(type: “applicationState”, observer: ApplicationStateObserver, bundleNameList: Array<string>): number; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function off(type: “applicationState”, observerId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function off(type: “applicationState”, observerId: number): Promise<void>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function isRunningInStabilityTest(): Promise<boolean>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function killProcessesByBundleName(bundleName: string): Promise<void>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>); |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function clearUpApplicationData(bundleName: string): Promise<void>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>); |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function isRamConstrainedDevice(): Promise<boolean>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function getAppMemorySize(): Promise<number>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function getAppMemorySize(callback: AsyncCallback<number>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function getRunningProcessInformation(): Promise<Array<ProcessInformation>>; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:function getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:export type AbilityStateData = _AbilityStateData.default |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:export type AppStateData = _AppStateData.default |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:export type ApplicationStateObserver = _ApplicationStateObserver.default |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appManager; 方法or属性:export type ProcessInformation = _ProcessInformation |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ApplicationState; 方法or属性:STATE_CREATE |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ProcessState; 方法or属性:STATE_CREATE |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ApplicationState; 方法or属性:STATE_FOREGROUND |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ProcessState; 方法or属性:STATE_FOREGROUND |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ApplicationState; 方法or属性:STATE_ACTIVE |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ProcessState; 方法or属性:STATE_ACTIVE |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ApplicationState; 方法or属性:STATE_BACKGROUND |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ProcessState; 方法or属性:STATE_BACKGROUND |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ApplicationState; 方法or属性:STATE_DESTROY |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:ProcessState; 方法or属性:STATE_DESTROY |
@ohos.app.ability.appManager.d.ts |
新增 | NA | 类名:appRecovery; 方法or属性:function enableAppRecovery(restart?: RestartFlag, saveOccasion?: SaveOccasionFlag, saveMode?: SaveModeFlag) : void; |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:appRecovery; 方法or属性:function restartApp(): void; |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:appRecovery; 方法or属性:function saveAppState(): boolean; |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:RestartFlag; 方法or属性:ALWAYS_RESTART = 0 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:RestartFlag; 方法or属性:RESTART_WHEN_JS_CRASH = 0x0001 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:RestartFlag; 方法or属性:RESTART_WHEN_APP_FREEZE = 0x0002 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:RestartFlag; 方法or属性:NO_RESTART = 0xFFFF |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:SaveOccasionFlag; 方法or属性:SAVE_WHEN_ERROR = 0x0001 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:SaveOccasionFlag; 方法or属性:SAVE_WHEN_BACKGROUND = 0x0002 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:SaveModeFlag; 方法or属性:SAVE_WITH_FILE = 0x0001 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:SaveModeFlag; 方法or属性:SAVE_WITH_SHARED_MEMORY = 0x0002 |
@ohos.app.ability.appRecovery.d.ts |
新增 | NA | 类名:common; 方法or属性:export type UIAbilityContext = _UIAbilityContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type AbilityStageContext = _AbilityStageContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type ApplicationContext = _ApplicationContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type BaseContext = _BaseContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type Context = _Context.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type ExtensionContext = _ExtensionContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type FormExtensionContext = _FormExtensionContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type ServiceExtensionContext = _ServiceExtensionContext.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type EventHub = _EventHub.default |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type PacMap = _PacMap |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type AbilityResult = _AbilityResult |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:common; 方法or属性:export type ConnectOptions = _ConnectOptions |
@ohos.app.ability.common.d.ts |
新增 | NA | 类名:Configuration; 方法or属性:language?: string; |
@ohos.app.ability.Configuration.d.ts |
新增 | NA | 类名:Configuration; 方法or属性:colorMode?: ConfigurationConstant.ColorMode; |
@ohos.app.ability.Configuration.d.ts |
新增 | NA | 类名:Configuration; 方法or属性:direction?: ConfigurationConstant.Direction; |
@ohos.app.ability.Configuration.d.ts |
新增 | NA | 类名:Configuration; 方法or属性:screenDensity?: ConfigurationConstant.ScreenDensity; |
@ohos.app.ability.Configuration.d.ts |
新增 | NA | 类名:Configuration; 方法or属性:displayId?: number; |
@ohos.app.ability.Configuration.d.ts |
新增 | NA | 类名:Configuration; 方法or属性:hasPointerDevice?: boolean; |
@ohos.app.ability.Configuration.d.ts |
新增 | NA | 类名:ColorMode; 方法or属性:COLOR_MODE_NOT_SET = -1 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ColorMode; 方法or属性:COLOR_MODE_DARK = 0 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ColorMode; 方法or属性:COLOR_MODE_LIGHT = 1 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:Direction; 方法or属性:DIRECTION_NOT_SET = -1 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:Direction; 方法or属性:DIRECTION_VERTICAL = 0 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:Direction; 方法or属性:DIRECTION_HORIZONTAL = 1 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_NOT_SET = 0 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_SDPI = 120 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_MDPI = 160 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_LDPI = 240 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_XLDPI = 320 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_XXLDPI = 480 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:ScreenDensity; 方法or属性:SCREEN_DENSITY_XXXLDPI = 640 |
@ohos.app.ability.ConfigurationConstant.d.ts |
新增 | NA | 类名:AreaMode; 方法or属性:EL1 = 0 |
@ohos.app.ability.contextConstant.d.ts |
新增 | NA | 类名:AreaMode; 方法or属性:EL2 = 1 |
@ohos.app.ability.contextConstant.d.ts |
新增 | NA | 类名:dataUriUtils; 方法or属性:function getId(uri: string): number |
@ohos.app.ability.dataUriUtils.d.ts |
新增 | NA | 类名:dataUriUtils; 方法or属性:function attachId(uri: string, id: number): string |
@ohos.app.ability.dataUriUtils.d.ts |
新增 | NA | 类名:dataUriUtils; 方法or属性:function deleteId(uri: string): string |
@ohos.app.ability.dataUriUtils.d.ts |
新增 | NA | 类名:dataUriUtils; 方法or属性:function updateId(uri: string, id: number): string |
@ohos.app.ability.dataUriUtils.d.ts |
新增 | NA | 类名:dialogRequest; 方法or属性:function getRequestInfo(want: Want): RequestInfo; |
@ohos.app.ability.dialogRequest.d.ts |
新增 | NA | 类名:dialogRequest; 方法or属性:function getRequestCallback(want: Want): RequestCallback; |
@ohos.app.ability.dialogRequest.d.ts |
新增 | NA | 类名:ResultCode; 方法or属性:RESULT_OK = 0 |
@ohos.app.ability.dialogRequest.d.ts |
新增 | NA | 类名:ResultCode; 方法or属性:RESULT_CANCEL = 1 |
@ohos.app.ability.dialogRequest.d.ts |
新增 | NA | 类名:RequestResult; 方法or属性:result: ResultCode; |
@ohos.app.ability.dialogRequest.d.ts |
新增 | NA | 类名:RequestCallback; 方法or属性:setRequestResult(result: RequestResult): void; |
@ohos.app.ability.dialogRequest.d.ts |
新增 | NA | 类名:EnvironmentCallback; 方法or属性:onConfigurationUpdated(config: Configuration): void; |
@ohos.app.ability.EnvironmentCallback.d.ts |
新增 | NA | 类名:EnvironmentCallback; 方法or属性:onMemoryLevel(level: AbilityConstant.MemoryLevel): void; |
@ohos.app.ability.EnvironmentCallback.d.ts |
新增 | NA | 类名:errorManager; 方法or属性:function on(type: “error”, observer: ErrorObserver): number; |
@ohos.app.ability.errorManager.d.ts |
新增 | NA | 类名:errorManager; 方法or属性:function off(type: “error”, observerId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.errorManager.d.ts |
新增 | NA | 类名:errorManager; 方法or属性:function off(type: “error”, observerId: number): Promise<void>; |
@ohos.app.ability.errorManager.d.ts |
新增 | NA | 类名:errorManager; 方法or属性:export type ErrorObserver = _ErrorObserver.default |
@ohos.app.ability.errorManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function on(type: “mission”, listener: MissionListener): number; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function off(type: “mission”, listenerId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function off(type: “mission”, listenerId: number): Promise<void>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function getLowResolutionMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function lockMission(missionId: number): Promise<void>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function unlockMission(missionId: number): Promise<void>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function clearMission(missionId: number): Promise<void>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function clearAllMissions(): Promise<void>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>; |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:export type MissionInfo = _MissionInfo |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:export type MissionListener = _MissionListener |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:missionManager; 方法or属性:export type MissionSnapshot = _MissionSnapshot |
@ohos.app.ability.missionManager.d.ts |
新增 | NA | 类名:quickFixManager; 方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array<string>, callback: AsyncCallback<void>): void; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:quickFixManager; 方法or属性:function applyQuickFix(hapModuleQuickFixFiles: Array<string>): Promise<void>; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:quickFixManager; 方法or属性:function getApplicationQuickFixInfo(bundleName: string, callback: AsyncCallback<ApplicationQuickFixInfo>): void; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:quickFixManager; 方法or属性:function getApplicationQuickFixInfo(bundleName: string): Promise<ApplicationQuickFixInfo>; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:HapModuleQuickFixInfo; 方法or属性:readonly moduleName: string; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:HapModuleQuickFixInfo; 方法or属性:readonly originHapHash: string; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:HapModuleQuickFixInfo; 方法or属性:readonly quickFixFilePath: string; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ApplicationQuickFixInfo; 方法or属性:readonly bundleName: string; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ApplicationQuickFixInfo; 方法or属性:readonly bundleVersionCode: number; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ApplicationQuickFixInfo; 方法or属性:readonly bundleVersionName: string; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ApplicationQuickFixInfo; 方法or属性:readonly quickFixVersionCode: number; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ApplicationQuickFixInfo; 方法or属性:readonly quickFixVersionName: string; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ApplicationQuickFixInfo; 方法or属性:readonly hapModuleQuickFixInfo: Array<HapModuleQuickFixInfo>; |
@ohos.app.ability.quickFixManager.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:context: ServiceExtensionContext; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onCreate(want: Want): void; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onDestroy(): void; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onRequest(want: Want, startId: number): void; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onConnect(want: Want): rpc.RemoteObject |Promise<rpc.RemoteObject>; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onDisconnect(want: Want): void |Promise<void>; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onReconnect(want: Want): void; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onConfigurationUpdate(newConfig: Configuration): void; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:ServiceExtensionAbility; 方法or属性:onDump(params: Array<string>): Array<string>; |
@ohos.app.ability.ServiceExtensionAbility.d.ts |
新增 | NA | 类名:StartOptions; 方法or属性:windowMode?: number; |
@ohos.app.ability.StartOptions.d.ts |
新增 | NA | 类名:StartOptions; 方法or属性:displayId?: number; |
@ohos.app.ability.StartOptions.d.ts |
新增 | NA | 类名:OnReleaseCallback; 方法or属性:(msg: string): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:CalleeCallback; 方法or属性:(indata: rpc.MessageSequence): rpc.Parcelable; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:call(method: string, data: rpc.Parcelable): Promise<void>; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:callWithResult(method: string, data: rpc.Parcelable): Promise<rpc.MessageSequence>; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:release(): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:onRelease(callback: OnReleaseCallback): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:on(type: “release”, callback: OnReleaseCallback): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:off(type: “release”, callback: OnReleaseCallback): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Caller; 方法or属性:off(type: “release”): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Callee; 方法or属性:on(method: string, callback: CalleeCallback): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Callee; 方法or属性:off(method: string): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:context: UIAbilityContext; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:launchWant: Want; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:lastRequestWant: Want; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:callee: Callee; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onCreate(want: Want, param: AbilityConstant.LaunchParam): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onWindowStageCreate(windowStage: window.WindowStage): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onWindowStageDestroy(): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onWindowStageRestore(windowStage: window.WindowStage): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onDestroy(): void |Promise<void>; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onForeground(): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onBackground(): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onContinue(wantParam: { [key: string]: Object }): AbilityConstant.OnContinueResult; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onNewWant(want: Want, launchParams: AbilityConstant.LaunchParam): void; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onDump(params: Array<string>): Array<string>; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:UIAbility; 方法or属性:onSaveState(reason: AbilityConstant.StateType, wantParam : {[key: string]: Object}): AbilityConstant.OnSaveResult; |
@ohos.app.ability.UIAbility.d.ts |
新增 | NA | 类名:Want; 方法or属性:bundleName?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:abilityName?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:deviceId?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:uri?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:type?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:flags?: number; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:action?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:parameters?: {[key: string]: Object}; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:entities?: Array<string>; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:Want; 方法or属性:moduleName?: string; |
@ohos.app.ability.Want.d.ts |
新增 | NA | 类名:sourcefile; 方法or属性:export type WantAgent = object; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getBundleName(agent: WantAgent): Promise<string>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback<number>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getUid(agent: WantAgent): Promise<number>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getWant(agent: WantAgent): Promise<Want>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback<void>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function cancel(agent: WantAgent): Promise<void>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: AsyncCallback<CompleteData>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback<boolean>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function equal(agent: WantAgent, otherAgent: WantAgent): Promise<boolean>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getWantAgent(info: WantAgentInfo): Promise<WantAgent>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:function getOperationType(agent: WantAgent): Promise<number>; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:export type TriggerInfo = _TriggerInfo |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:wantAgent; 方法or属性:export type WantAgentInfo = _WantAgentInfo |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:ONE_TIME_FLAG = 0 |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:NO_BUILD_FLAG |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:CANCEL_PRESENT_FLAG |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:UPDATE_PRESENT_FLAG |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:CONSTANT_FLAG |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:REPLACE_ELEMENT |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:REPLACE_ACTION |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:REPLACE_URI |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:REPLACE_ENTITIES |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:WantAgentFlags; 方法or属性:REPLACE_BUNDLE |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:OperationType; 方法or属性:UNKNOWN_TYPE = 0 |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:OperationType; 方法or属性:START_ABILITY |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:OperationType; 方法or属性:START_ABILITIES |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:OperationType; 方法or属性:START_SERVICE |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:OperationType; 方法or属性:SEND_COMMON_EVENT |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:CompleteData; 方法or属性:info: WantAgent; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:CompleteData; 方法or属性:want: Want; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:CompleteData; 方法or属性:finalCode: number; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:CompleteData; 方法or属性:finalData: string; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:CompleteData; 方法or属性:extraInfo?: { [key: string]: Object }; |
@ohos.app.ability.wantAgent.d.ts |
新增 | NA | 类名:Params; 方法or属性:DLP_PARAMS_SANDBOX = “ohos.dlp.params.sandbox” |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Params; 方法or属性:DLP_PARAMS_BUNDLE_NAME = “ohos.dlp.params.bundleName” |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Params; 方法or属性:DLP_PARAMS_MODULE_NAME = “ohos.dlp.params.moduleName” |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Params; 方法or属性:DLP_PARAMS_ABILITY_NAME = “ohos.dlp.params.abilityName” |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Params; 方法or属性:DLP_PARAMS_INDEX = “ohos.dlp.params.index” |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Params; 方法or属性:ABILITY_BACK_TO_OTHER_MISSION_STACK = “ability.params.backToOtherMissionStack” |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Flags; 方法or属性:FLAG_AUTH_READ_URI_PERMISSION = 0x00000001 |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Flags; 方法or属性:FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002 |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:Flags; 方法or属性:FLAG_INSTALL_ON_DEMAND = 0x00000800 |
@ohos.app.ability.wantConstant.d.ts |
新增 | NA | 类名:formBindingData; 方法or属性:function createFormBindingData(obj?: Object |string): FormBindingData; |
@ohos.app.form.formBindingData.d.ts |
新增 | NA | 类名:FormBindingData; 方法or属性:data: Object |
@ohos.app.form.formBindingData.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:context: FormExtensionContext; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onAddForm(want: Want): formBindingData.FormBindingData; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onCastToNormalForm(formId: string): void; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onUpdateForm(formId: string): void; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onChangeFormVisibility(newStatus: { [key: string]: number }): void; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onFormEvent(formId: string, message: string): void; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onRemoveForm(formId: string): void; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onConfigurationUpdate(newConfig: Configuration): void; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onAcquireFormState?(want: Want): formInfo.FormState; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:FormExtensionAbility; 方法or属性:onShareForm?(formId: string): { [key: string]: Object }; |
@ohos.app.form.FormExtensionAbility.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function deleteForm(formId: string): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function requestForm(formId: string): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function castToNormalForm(formId: string, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function castToNormalForm(formId: string): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function isSystemReady(callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function isSystemReady(): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function on(type: “formUninstall”, callback: Callback<string>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function off(type: “formUninstall”, callback?: Callback<string>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function shareForm(formId: string, deviceId: string, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function shareForm(formId: string, deviceId: string): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean, callback: AsyncCallback<void>): void; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:formHost; 方法or属性:function notifyFormsPrivacyProtected(formIds: Array<string>, isProtected: boolean): Promise<void>; |
@ohos.app.form.formHost.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:bundleName: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:moduleName: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:abilityName: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:name: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:description: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:type: FormType; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:jsComponentName: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:colorMode: ColorMode; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:isDefault: boolean; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:updateEnabled: boolean; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:formVisibleNotify: boolean; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:scheduledUpdateTime: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:formConfigAbility: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:updateDuration: number; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:defaultDimension: number; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:supportDimensions: Array<number>; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfo; 方法or属性:customizeData: {[key: string]: [value: string]}; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormType; 方法or属性:JS = 1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormType; 方法or属性:eTS = 2 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:ColorMode; 方法or属性:MODE_AUTO = -1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:ColorMode; 方法or属性:MODE_DARK = 0 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:ColorMode; 方法or属性:MODE_LIGHT = 1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormStateInfo; 方法or属性:formState: FormState; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormStateInfo; 方法or属性:want: Want; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormState; 方法or属性:UNKNOWN = -1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormState; 方法or属性:DEFAULT = 0 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormState; 方法or属性:READY = 1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:IDENTITY_KEY = “ohos.extra.param.key.form_identity” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:DIMENSION_KEY = “ohos.extra.param.key.form_dimension” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:NAME_KEY = “ohos.extra.param.key.form_name” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:MODULE_NAME_KEY = “ohos.extra.param.key.module_name” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:WIDTH_KEY = “ohos.extra.param.key.form_width” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:HEIGHT_KEY = “ohos.extra.param.key.form_height” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:TEMPORARY_KEY = “ohos.extra.param.key.form_temporary” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:BUNDLE_NAME_KEY = “ohos.extra.param.key.bundle_name” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:ABILITY_NAME_KEY = “ohos.extra.param.key.ability_name” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormParam; 方法or属性:DEVICE_ID_KEY = “ohos.extra.param.key.device_id” |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormInfoFilter; 方法or属性:moduleName?: string; |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormDimension; 方法or属性:Dimension_1_2 = 1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormDimension; 方法or属性:Dimension_2_2 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormDimension; 方法or属性:Dimension_2_4 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormDimension; 方法or属性:Dimension_4_4 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:FormDimension; 方法or属性:Dimension_2_1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:VisibilityType; 方法or属性:FORM_VISIBLE = 1 |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:VisibilityType; 方法or属性:FORM_INVISIBLE |
@ohos.app.form.formInfo.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise<void>; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<void>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function getFormsInfo(filter: formInfo.FormInfoFilter, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function getFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function getFormsInfo(filter?: formInfo.FormInfoFilter): Promise<Array<formInfo.FormInfo>>; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function requestPublishForm(want: Want, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<string>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function requestPublishForm(want: Want, callback: AsyncCallback<string>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function requestPublishForm(want: Want, formBindingData?: formBindingData.FormBindingData): Promise<string>; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function isRequestPublishFormSupported(callback: AsyncCallback<boolean>): void; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:formProvider; 方法or属性:function isRequestPublishFormSupported(): Promise<boolean>; |
@ohos.app.form.formProvider.d.ts |
新增 | NA | 类名:FormError; 方法or属性:ERR_DISTRIBUTED_SCHEDULE_FAILED = 37 |
@ohos.application.formError.d.ts |
新增 | NA | 类名:StaticSubscriberExtensionAbility; 方法or属性:onReceiveEvent(event: CommonEventData): void; |
@ohos.application.StaticSubscriberExtensionAbility.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function on(type: “deviceSelected”, token: number, callback: Callback<Array<ContinuationResult>>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function on(type: “deviceUnselected”, token: number, callback: Callback<Array<ContinuationResult>>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function off(type: “deviceSelected”, token: number): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function off(type: “deviceUnselected”, token: number): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function registerContinuation(callback: AsyncCallback<number>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function registerContinuation(options: ContinuationExtraParams, callback: AsyncCallback<number>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function registerContinuation(options?: ContinuationExtraParams): Promise<number>; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function unregisterContinuation(token: number, callback: AsyncCallback<void>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function unregisterContinuation(token: number): Promise<void>; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback<void>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function updateContinuationState(token: number, deviceId: string, status: DeviceConnectState): Promise<void>; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function startContinuationDeviceManager(token: number, callback: AsyncCallback<void>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function startContinuationDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:continuationManager; 方法or属性:function startContinuationDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>; |
@ohos.continuation.continuationManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function startSyncRemoteMissions(parameter: MissionParameter, callback: AsyncCallback<void>): void; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function startSyncRemoteMissions(parameter: MissionParameter): Promise<void>; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo, callback: AsyncCallback<void>): void; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function stopSyncRemoteMissions(parameter: MissionDeviceInfo): Promise<void>; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback, callback: AsyncCallback<void>): void; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function registerMissionListener(parameter: MissionDeviceInfo, options: MissionCallback): Promise<void>; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo, callback: AsyncCallback<void>): void; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function unRegisterMissionListener(parameter: MissionDeviceInfo): Promise<void>; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback, callback: AsyncCallback<void>): void; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:distributedMissionManager; 方法or属性:function continueMission(parameter: ContinueDeviceInfo, options: ContinueCallback): Promise<void>; |
@ohos.distributedMissionManager.d.ts |
新增 | NA | 类名:Context; 方法or属性:getExternalCacheDir(callback: AsyncCallback<string>): void |
context.d.ts |
新增 | NA | 类名:Context; 方法or属性:getExternalCacheDir(): Promise<string>; |
context.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback<UIAbility>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback<UIAbility>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise<UIAbility>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback<AbilityStage>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback<AbilityStage>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise<AbilityStage>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:getAppContext(): Context; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:getAbilityState(ability: UIAbility): number; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:getCurrentTopAbility(callback: AsyncCallback<UIAbility>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:getCurrentTopAbility(): Promise<UIAbility> |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:startAbility(want: Want): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:doAbilityForeground(ability: UIAbility): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:doAbilityBackground(ability: UIAbility): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:print(msg: string, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:print(msg: string): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:printSync(msg: string): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:executeShellCommand(cmd: string, callback: AsyncCallback<ShellCmdResult>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:executeShellCommand(cmd: string, timeoutSecs: number, callback: AsyncCallback<ShellCmdResult>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:executeShellCommand(cmd: string, timeoutSecs?: number): Promise<ShellCmdResult>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback<void>): void; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityDelegator; 方法or属性:finishTest(msg: string, code: number): Promise<void>; |
AbilityDelegator.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:abilityName: string; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:moduleName?: string; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onAbilityCreate?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onAbilityForeground?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onAbilityBackground?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onAbilityDestroy?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onWindowStageCreate?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onWindowStageRestore?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityMonitor; 方法or属性:onWindowStageDestroy?:(ability: UIAbility) => void; |
AbilityMonitor.d.ts |
新增 | NA | 类名:AbilityStageContext; 方法or属性:currentHapModuleInfo: HapModuleInfo; |
AbilityStageContext.d.ts |
新增 | NA | 类名:AbilityStageContext; 方法or属性:config: Configuration; |
AbilityStageContext.d.ts |
新增 | NA | 类名:AbilityStageMonitor; 方法or属性:moduleName: string; |
AbilityStageMonitor.d.ts |
新增 | NA | 类名:AbilityStageMonitor; 方法or属性:srcEntrance: string; |
AbilityStageMonitor.d.ts |
新增 | NA | 类名:AbilityStateData; 方法or属性:moduleName: string; |
AbilityStateData.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:on(type: “abilityLifecycle”, callback: AbilityLifecycleCallback): number; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:on(type: “environment”, callback: EnvironmentCallback): number; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:off(type: “abilityLifecycle”, callbackId: number, callback: AsyncCallback<void>): void; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:off(type: “abilityLifecycle”, callbackId: number): Promise<void>; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:off(type: “environment”, callbackId: number, callback: AsyncCallback<void>): void; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:off(type: “environment”, callbackId: number): Promise<void>; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:getRunningProcessInformation(): Promise<Array<ProcessInformation>>; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:getRunningProcessInformation(callback: AsyncCallback<Array<ProcessInformation>>): void; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:killAllProcesses(): Promise<void>; |
ApplicationContext.d.ts |
新增 | NA | 类名:ApplicationContext; 方法or属性:killAllProcesses(callback: AsyncCallback<void>); |
ApplicationContext.d.ts |
新增 | NA | 类名:sourcefile; 方法or属性:export type ProcessData = _ProcessData.default |
ApplicationStateObserver.d.ts |
新增 | NA | 类名:ApplicationStateObserver; 方法or属性:onProcessStateChanged(processData: ProcessData): void; |
ApplicationStateObserver.d.ts |
新增 | NA | 类名:Context; 方法or属性:resourceManager: resmgr.ResourceManager; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:applicationInfo: ApplicationInfo; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:cacheDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:tempDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:filesDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:databaseDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:preferencesDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:bundleCodeDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:distributedFilesDir: string; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:eventHub: EventHub; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:area: contextConstant.AreaMode; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:createBundleContext(bundleName: string): Context; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:createModuleContext(moduleName: string): Context; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:createModuleContext(bundleName: string, moduleName: string): Context; |
Context.d.ts |
新增 | NA | 类名:Context; 方法or属性:getApplicationContext(): ApplicationContext; |
Context.d.ts |
新增 | NA | 类名:ContinueCallback; 方法or属性:onContinueDone(result: number): void; |
ContinueCallback.d.ts |
新增 | NA | 类名:ContinueDeviceInfo; 方法or属性:srcDeviceId: string; |
ContinueDeviceInfo.d.ts |
新增 | NA | 类名:ContinueDeviceInfo; 方法or属性:dstDeviceId: string; |
ContinueDeviceInfo.d.ts |
新增 | NA | 类名:ContinueDeviceInfo; 方法or属性:missionId: number; |
ContinueDeviceInfo.d.ts |
新增 | NA | 类名:ContinueDeviceInfo; 方法or属性:wantParam: {[key: string]: any}; |
ContinueDeviceInfo.d.ts |
新增 | NA | 类名:ErrorObserver; 方法or属性:onUnhandledException(errMsg: string): void; |
ErrorObserver.d.ts |
新增 | NA | 类名:EventHub; 方法or属性:on(event: string, callback: Function): void |
EventHub.d.ts |
新增 | NA | 类名:EventHub; 方法or属性:off(event: string, callback?: Function): void |
EventHub.d.ts |
新增 | NA | 类名:EventHub; 方法or属性:emit(event: string, …args: Object[]): void |
EventHub.d.ts |
新增 | NA | 类名:ExtensionContext; 方法or属性:currentHapModuleInfo: HapModuleInfo; |
ExtensionContext.d.ts |
新增 | NA | 类名:ExtensionContext; 方法or属性:config: Configuration; |
ExtensionContext.d.ts |
新增 | NA | 类名:ExtensionContext; 方法or属性:extensionAbilityInfo: ExtensionAbilityInfo; |
ExtensionContext.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:extension: ElementName; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:pid: number; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:uid: number; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:processName: string; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:startTime: number; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:clientPackage: Array<String>; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:ExtensionRunningInfo; 方法or属性:type: bundle.ExtensionAbilityType; |
ExtensionRunningInfo.d.ts |
新增 | NA | 类名:FormExtensionContext; 方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void; |
FormExtensionContext.d.ts |
新增 | NA | 类名:FormExtensionContext; 方法or属性:startAbility(want: Want): Promise<void>; |
FormExtensionContext.d.ts |
新增 | NA | 类名:MissionCallback; 方法or属性:notifyMissionsChanged(deviceId: string): void; |
MissionCallbacks.d.ts |
新增 | NA | 类名:MissionCallback; 方法or属性:notifySnapshot(deviceId: string, mission: number): void; |
MissionCallbacks.d.ts |
新增 | NA | 类名:MissionCallback; 方法or属性:notifyNetDisconnect(deviceId: string, state: number): void; |
MissionCallbacks.d.ts |
新增 | NA | 类名:MissionDeviceInfo; 方法or属性:deviceId: string; |
MissionDeviceInfo.d.ts |
新增 | NA | 类名:MissionListener; 方法or属性:onMissionLabelUpdated(mission: number): void; |
MissionListener.d.ts |
新增 | NA | 类名:MissionListener; 方法or属性:onMissionIconUpdated(mission: number, icon: image.PixelMap): void; |
MissionListener.d.ts |
新增 | NA | 类名:MissionListener; 方法or属性:onMissionClosed(mission: number): void; |
MissionListener.d.ts |
新增 | NA | 类名:MissionParameter; 方法or属性:deviceId: string; |
MissionParameter.d.ts |
新增 | NA | 类名:MissionParameter; 方法or属性:fixConflict: boolean; |
MissionParameter.d.ts |
新增 | NA | 类名:MissionParameter; 方法or属性:tag: number; |
MissionParameter.d.ts |
新增 | NA | 类名:ProcessData; 方法or属性:state: number; |
ProcessData.d.ts |
新增 | NA | 类名:ProcessData; 方法or属性:isContinuousTask: boolean; |
ProcessData.d.ts |
新增 | NA | 类名:ProcessData; 方法or属性:isKeepAlive: boolean; |
ProcessData.d.ts |
新增 | NA | 类名:ProcessInformation; 方法or属性:pid: number; |
ProcessInformation.d.ts |
新增 | NA | 类名:ProcessInformation; 方法or属性:uid: number; |
ProcessInformation.d.ts |
新增 | NA | 类名:ProcessInformation; 方法or属性:processName: string; |
ProcessInformation.d.ts |
新增 | NA | 类名:ProcessInformation; 方法or属性:bundleNames: Array<string>; |
ProcessInformation.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startServiceExtensionAbility(want: Want): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:stopServiceExtensionAbility(want: Want): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:terminateSelf(callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:terminateSelf(): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startAbilityByCall(want: Want): Promise<Caller>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:ServiceExtensionContext; 方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise<void>; |
ServiceExtensionContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:abilityInfo: AbilityInfo; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:currentHapModuleInfo: HapModuleInfo; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:config: Configuration; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbility(want: Want, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbility(want: Want, options?: StartOptions): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityByCall(want: Want): Promise<Caller>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityForResult(want: Want, callback: AsyncCallback<AbilityResult>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityForResult(want: Want, options: StartOptions, callback: AsyncCallback<AbilityResult>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityForResult(want: Want, options?: StartOptions): Promise<AbilityResult>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, callback: AsyncCallback<AbilityResult>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options: StartOptions, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startAbilityForResultWithAccount(want: Want, accountId: number, options?: StartOptions): Promise<AbilityResult>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startServiceExtensionAbility(want: Want): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:stopServiceExtensionAbility(want: Want, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:stopServiceExtensionAbility(want: Want): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:stopServiceExtensionAbilityWithAccount(want: Want, accountId: number): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:terminateSelf(callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:terminateSelf(): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:terminateSelfWithResult(parameter: AbilityResult, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:terminateSelfWithResult(parameter: AbilityResult): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:connectServiceExtensionAbilityWithAccount(want: Want, accountId: number, options: ConnectOptions): number; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:disconnectServiceExtensionAbility(connection: number, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:disconnectServiceExtensionAbility(connection: number): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:setMissionLabel(label: string, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:setMissionLabel(label: string): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:setMissionIcon(icon: image.PixelMap): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:restoreWindowStage(localStorage: LocalStorage): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:isTerminating(): boolean; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startRecentAbility(want: Want, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startRecentAbility(want: Want, options: StartOptions, callback: AsyncCallback<void>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:startRecentAbility(want: Want, options?: StartOptions): Promise<void>; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:requestDialogService(want: Want, result: AsyncCallback<dialogRequest.RequestResult>): void; |
UIAbilityContext.d.ts |
新增 | NA | 类名:UIAbilityContext; 方法or属性:requestDialogService(want: Want): Promise<dialogRequest.RequestResult>; |
UIAbilityContext.d.ts |
废弃版本有变化 | 类名:dataUriUtils; 方法or属性:declare dataUriUtils 旧版本信息: |
类名:dataUriUtils; 方法or属性:declare dataUriUtils 新版本信息:9 代替接口: @ohos.app.ability.dataUriUtils.d.ts |
@ohos.ability.dataUriUtils.d.ts |
废弃版本有变化 | 类名:dataUriUtils; 方法or属性:function getId(uri: string): number 旧版本信息: |
类名:dataUriUtils; 方法or属性:function getId(uri: string): number 新版本信息:9 代替接口: @ohos.app.ability.dataUriUtils.d.ts |
@ohos.ability.dataUriUtils.d.ts |
废弃版本有变化 | 类名:dataUriUtils; 方法or属性:function attachId(uri: string, id: number): string 旧版本信息: |
类名:dataUriUtils; 方法or属性:function attachId(uri: string, id: number): string 新版本信息:9 代替接口: @ohos.app.ability.dataUriUtils.d.ts |
@ohos.ability.dataUriUtils.d.ts |
废弃版本有变化 | 类名:dataUriUtils; 方法or属性:function deleteId(uri: string): string 旧版本信息: |
类名:dataUriUtils; 方法or属性:function deleteId(uri: string): string 新版本信息:9 代替接口: @ohos.app.ability.dataUriUtils.d.ts |
@ohos.ability.dataUriUtils.d.ts |
废弃版本有变化 | 类名:dataUriUtils; 方法or属性:function updateId(uri: string, id: number): string 旧版本信息: |
类名:dataUriUtils; 方法or属性:function updateId(uri: string, id: number): string 新版本信息:9 代替接口: @ohos.app.ability.dataUriUtils.d.ts |
@ohos.ability.dataUriUtils.d.ts |
废弃版本有变化 | 类名:wantConstant; 方法or属性:declare wantConstant 旧版本信息: |
类名:wantConstant; 方法or属性:declare wantConstant 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:export enum Action 旧版本信息: |
类名:Action; 方法or属性:export enum Action 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_HOME = “ohos.want.action.home” 旧版本信息: |
类名:Action; 方法or属性:ACTION_HOME = “ohos.want.action.home” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_DIAL = “ohos.want.action.dial” 旧版本信息: |
类名:Action; 方法or属性:ACTION_DIAL = “ohos.want.action.dial” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SEARCH = “ohos.want.action.search” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SEARCH = “ohos.want.action.search” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_WIRELESS_SETTINGS = “ohos.settings.wireless” 旧版本信息: |
类名:Action; 方法or属性:ACTION_WIRELESS_SETTINGS = “ohos.settings.wireless” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_MANAGE_APPLICATIONS_SETTINGS = “ohos.settings.manage.applications” 旧版本信息: |
类名:Action; 方法or属性:ACTION_MANAGE_APPLICATIONS_SETTINGS = “ohos.settings.manage.applications” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_APPLICATION_DETAILS_SETTINGS = “ohos.settings.application.details” 旧版本信息: |
类名:Action; 方法or属性:ACTION_APPLICATION_DETAILS_SETTINGS = “ohos.settings.application.details” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SET_ALARM = “ohos.want.action.setAlarm” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SET_ALARM = “ohos.want.action.setAlarm” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SHOW_ALARMS = “ohos.want.action.showAlarms” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SHOW_ALARMS = “ohos.want.action.showAlarms” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SNOOZE_ALARM = “ohos.want.action.snoozeAlarm” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SNOOZE_ALARM = “ohos.want.action.snoozeAlarm” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_DISMISS_ALARM = “ohos.want.action.dismissAlarm” 旧版本信息: |
类名:Action; 方法or属性:ACTION_DISMISS_ALARM = “ohos.want.action.dismissAlarm” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_DISMISS_TIMER = “ohos.want.action.dismissTimer” 旧版本信息: |
类名:Action; 方法or属性:ACTION_DISMISS_TIMER = “ohos.want.action.dismissTimer” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SEND_SMS = “ohos.want.action.sendSms” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SEND_SMS = “ohos.want.action.sendSms” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_CHOOSE = “ohos.want.action.choose” 旧版本信息: |
类名:Action; 方法or属性:ACTION_CHOOSE = “ohos.want.action.choose” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_IMAGE_CAPTURE = “ohos.want.action.imageCapture” 旧版本信息: |
类名:Action; 方法or属性:ACTION_IMAGE_CAPTURE = “ohos.want.action.imageCapture” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_VIDEO_CAPTURE = “ohos.want.action.videoCapture” 旧版本信息: |
类名:Action; 方法or属性:ACTION_VIDEO_CAPTURE = “ohos.want.action.videoCapture” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SELECT = “ohos.want.action.select” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SELECT = “ohos.want.action.select” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SEND_DATA = “ohos.want.action.sendData” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SEND_DATA = “ohos.want.action.sendData” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SEND_MULTIPLE_DATA = “ohos.want.action.sendMultipleData” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SEND_MULTIPLE_DATA = “ohos.want.action.sendMultipleData” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_SCAN_MEDIA_FILE = “ohos.want.action.scanMediaFile” 旧版本信息: |
类名:Action; 方法or属性:ACTION_SCAN_MEDIA_FILE = “ohos.want.action.scanMediaFile” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_VIEW_DATA = “ohos.want.action.viewData” 旧版本信息: |
类名:Action; 方法or属性:ACTION_VIEW_DATA = “ohos.want.action.viewData” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_EDIT_DATA = “ohos.want.action.editData” 旧版本信息: |
类名:Action; 方法or属性:ACTION_EDIT_DATA = “ohos.want.action.editData” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:INTENT_PARAMS_INTENT = “ability.want.params.INTENT” 旧版本信息: |
类名:Action; 方法or属性:INTENT_PARAMS_INTENT = “ability.want.params.INTENT” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:INTENT_PARAMS_TITLE = “ability.want.params.TITLE” 旧版本信息: |
类名:Action; 方法or属性:INTENT_PARAMS_TITLE = “ability.want.params.TITLE” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_FILE_SELECT = “ohos.action.fileSelect” 旧版本信息: |
类名:Action; 方法or属性:ACTION_FILE_SELECT = “ohos.action.fileSelect” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:PARAMS_STREAM = “ability.params.stream” 旧版本信息: |
类名:Action; 方法or属性:PARAMS_STREAM = “ability.params.stream” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Action; 方法or属性:ACTION_APP_ACCOUNT_OAUTH = “ohos.account.appAccount.action.oauth” 旧版本信息: |
类名:Action; 方法or属性:ACTION_APP_ACCOUNT_OAUTH = “ohos.account.appAccount.action.oauth” 新版本信息:9 代替接口: wantConstant.Action#ACTION_APP_ACCOUNT_AUTH |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Entity; 方法or属性:export enum Entity 旧版本信息: |
类名:Entity; 方法or属性:export enum Entity 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Entity; 方法or属性:ENTITY_DEFAULT = “entity.system.default” 旧版本信息: |
类名:Entity; 方法or属性:ENTITY_DEFAULT = “entity.system.default” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Entity; 方法or属性:ENTITY_HOME = “entity.system.home” 旧版本信息: |
类名:Entity; 方法or属性:ENTITY_HOME = “entity.system.home” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Entity; 方法or属性:ENTITY_VOICE = “entity.system.voice” 旧版本信息: |
类名:Entity; 方法or属性:ENTITY_VOICE = “entity.system.voice” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Entity; 方法or属性:ENTITY_BROWSABLE = “entity.system.browsable” 旧版本信息: |
类名:Entity; 方法or属性:ENTITY_BROWSABLE = “entity.system.browsable” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Entity; 方法or属性:ENTITY_VIDEO = “entity.system.video” 旧版本信息: |
类名:Entity; 方法or属性:ENTITY_VIDEO = “entity.system.video” 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:export enum Flags 旧版本信息: |
类名:Flags; 方法or属性:export enum Flags 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_AUTH_READ_URI_PERMISSION = 0x00000001 旧版本信息: |
类名:Flags; 方法or属性:FLAG_AUTH_READ_URI_PERMISSION = 0x00000001 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002 旧版本信息: |
类名:Flags; 方法or属性:FLAG_AUTH_WRITE_URI_PERMISSION = 0x00000002 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_FORWARD_RESULT = 0x00000004 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_FORWARD_RESULT = 0x00000004 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_CONTINUATION = 0x00000008 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_CONTINUATION = 0x00000008 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_NOT_OHOS_COMPONENT = 0x00000010 旧版本信息: |
类名:Flags; 方法or属性:FLAG_NOT_OHOS_COMPONENT = 0x00000010 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_FORM_ENABLED = 0x00000020 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_FORM_ENABLED = 0x00000020 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040 旧版本信息: |
类名:Flags; 方法or属性:FLAG_AUTH_PERSISTABLE_URI_PERMISSION = 0x00000040 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080 旧版本信息: |
类名:Flags; 方法or属性:FLAG_AUTH_PREFIX_URI_PERMISSION = 0x00000080 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITYSLICE_MULTI_DEVICE = 0x00000100 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_START_FOREGROUND_ABILITY = 0x00000200 旧版本信息: |
类名:Flags; 方法or属性:FLAG_START_FOREGROUND_ABILITY = 0x00000200 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_CONTINUATION_REVERSIBLE = 0x00000400 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_INSTALL_ON_DEMAND = 0x00000800 旧版本信息: |
类名:Flags; 方法or属性:FLAG_INSTALL_ON_DEMAND = 0x00000800 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000 旧版本信息: |
类名:Flags; 方法or属性:FLAG_INSTALL_WITH_BACKGROUND_MODE = 0x80000000 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_CLEAR_MISSION = 0x00008000 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_CLEAR_MISSION = 0x00008000 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_NEW_MISSION = 0x10000000 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_NEW_MISSION = 0x10000000 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:Flags; 方法or属性:FLAG_ABILITY_MISSION_TOP = 0x20000000 旧版本信息: |
类名:Flags; 方法or属性:FLAG_ABILITY_MISSION_TOP = 0x20000000 新版本信息:9 代替接口: ohos.app.ability.wantConstant |
@ohos.ability.wantConstant.d.ts |
废弃版本有变化 | 类名:abilityDelegatorRegistry; 方法or属性:declare abilityDelegatorRegistry 旧版本信息: |
类名:abilityDelegatorRegistry; 方法or属性:declare abilityDelegatorRegistry 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:abilityDelegatorRegistry; 方法or属性:function getAbilityDelegator(): AbilityDelegator; 旧版本信息: |
类名:abilityDelegatorRegistry; 方法or属性:function getAbilityDelegator(): AbilityDelegator; 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:abilityDelegatorRegistry; 方法or属性:function getArguments(): AbilityDelegatorArgs; 旧版本信息: |
类名:abilityDelegatorRegistry; 方法or属性:function getArguments(): AbilityDelegatorArgs; 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:AbilityLifecycleState; 方法or属性:export enum AbilityLifecycleState 旧版本信息: |
类名:AbilityLifecycleState; 方法or属性:export enum AbilityLifecycleState 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:AbilityLifecycleState; 方法or属性:UNINITIALIZED 旧版本信息: |
类名:AbilityLifecycleState; 方法or属性:UNINITIALIZED 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:AbilityLifecycleState; 方法or属性:CREATE 旧版本信息: |
类名:AbilityLifecycleState; 方法or属性:CREATE 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:AbilityLifecycleState; 方法or属性:FOREGROUND 旧版本信息: |
类名:AbilityLifecycleState; 方法or属性:FOREGROUND 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:AbilityLifecycleState; 方法or属性:BACKGROUND 旧版本信息: |
类名:AbilityLifecycleState; 方法or属性:BACKGROUND 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:AbilityLifecycleState; 方法or属性:DESTROY 旧版本信息: |
类名:AbilityLifecycleState; 方法or属性:DESTROY 新版本信息:9 代替接口: ohos.app.ability.abilityDelegatorRegistry |
@ohos.application.abilityDelegatorRegistry.d.ts |
废弃版本有变化 | 类名:abilityManager; 方法or属性:declare abilityManager 旧版本信息: |
类名:abilityManager; 方法or属性:declare abilityManager 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:abilityManager; 方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:abilityManager; 方法or属性:function updateConfiguration(config: Configuration, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:abilityManager; 方法or属性:function updateConfiguration(config: Configuration): Promise<void>; 旧版本信息: |
类名:abilityManager; 方法or属性:function updateConfiguration(config: Configuration): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:abilityManager; 方法or属性:function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>; 旧版本信息: |
类名:abilityManager; 方法or属性:function getAbilityRunningInfos(): Promise<Array<AbilityRunningInfo>>; 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:abilityManager; 方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void; 旧版本信息: |
类名:abilityManager; 方法or属性:function getAbilityRunningInfos(callback: AsyncCallback<Array<AbilityRunningInfo>>): void; 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:AbilityState; 方法or属性:export enum AbilityState 旧版本信息: |
类名:AbilityState; 方法or属性:export enum AbilityState 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:AbilityState; 方法or属性:INITIAL = 0 旧版本信息: |
类名:AbilityState; 方法or属性:INITIAL = 0 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:AbilityState; 方法or属性:FOREGROUND = 9 旧版本信息: |
类名:AbilityState; 方法or属性:FOREGROUND = 9 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:AbilityState; 方法or属性:BACKGROUND = 10 旧版本信息: |
类名:AbilityState; 方法or属性:BACKGROUND = 10 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:AbilityState; 方法or属性:FOREGROUNDING = 11 旧版本信息: |
类名:AbilityState; 方法or属性:FOREGROUNDING = 11 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:AbilityState; 方法or属性:BACKGROUNDING = 12 旧版本信息: |
类名:AbilityState; 方法or属性:BACKGROUNDING = 12 新版本信息:9 代替接口: ohos.app.ability.abilityManager |
@ohos.application.abilityManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:declare appManager 旧版本信息: |
类名:appManager; 方法or属性:declare appManager 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function registerApplicationStateObserver(observer: ApplicationStateObserver): number; 旧版本信息: |
类名:appManager; 方法or属性:function registerApplicationStateObserver(observer: ApplicationStateObserver): number; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function unregisterApplicationStateObserver(observerId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:appManager; 方法or属性:function unregisterApplicationStateObserver(observerId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise<void>; 旧版本信息: |
类名:appManager; 方法or属性:function unregisterApplicationStateObserver(observerId: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void; 旧版本信息: |
类名:appManager; 方法or属性:function getForegroundApplications(callback: AsyncCallback<Array<AppStateData>>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>; 旧版本信息: |
类名:appManager; 方法or属性:function getForegroundApplications(): Promise<Array<AppStateData>>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>; 旧版本信息: |
类名:appManager; 方法or属性:function killProcessWithAccount(bundleName: string, accountId: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:appManager; 方法or属性:function killProcessWithAccount(bundleName: string, accountId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:appManager; 方法or属性:function isRunningInStabilityTest(callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function isRunningInStabilityTest(): Promise<boolean>; 旧版本信息: |
类名:appManager; 方法or属性:function isRunningInStabilityTest(): Promise<boolean>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function getProcessRunningInfos(): Promise<Array<ProcessRunningInfo>>; 旧版本信息: |
类名:appManager; 方法or属性:function getProcessRunningInfos(): Promise<Array<ProcessRunningInfo>>; 新版本信息:9 代替接口: ohos.app.ability.appManager#getRunningProcessInformation |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function getProcessRunningInfos(callback: AsyncCallback<Array<ProcessRunningInfo>>): void; 旧版本信息: |
类名:appManager; 方法or属性:function getProcessRunningInfos(callback: AsyncCallback<Array<ProcessRunningInfo>>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager#getRunningProcessInformation |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function killProcessesByBundleName(bundleName: string): Promise<void>; 旧版本信息: |
类名:appManager; 方法or属性:function killProcessesByBundleName(bundleName: string): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>); 旧版本信息: |
类名:appManager; 方法or属性:function killProcessesByBundleName(bundleName: string, callback: AsyncCallback<void>); 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function clearUpApplicationData(bundleName: string): Promise<void>; 旧版本信息: |
类名:appManager; 方法or属性:function clearUpApplicationData(bundleName: string): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>); 旧版本信息: |
类名:appManager; 方法or属性:function clearUpApplicationData(bundleName: string, callback: AsyncCallback<void>); 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function isRamConstrainedDevice(): Promise<boolean>; 旧版本信息: |
类名:appManager; 方法or属性:function isRamConstrainedDevice(): Promise<boolean>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:appManager; 方法or属性:function isRamConstrainedDevice(callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function getAppMemorySize(): Promise<number>; 旧版本信息: |
类名:appManager; 方法or属性:function getAppMemorySize(): Promise<number>; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:appManager; 方法or属性:function getAppMemorySize(callback: AsyncCallback<number>): void; 旧版本信息: |
类名:appManager; 方法or属性:function getAppMemorySize(callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.app.ability.appManager |
@ohos.application.appManager.d.ts |
废弃版本有变化 | 类名:Configuration; 方法or属性:export interface Configuration 旧版本信息: |
类名:Configuration; 方法or属性:export interface Configuration 新版本信息:9 代替接口: ohos.app.ability.Configuration |
@ohos.application.Configuration.d.ts |
废弃版本有变化 | 类名:Configuration; 方法or属性:language?: string; 旧版本信息: |
类名:Configuration; 方法or属性:language?: string; 新版本信息:9 代替接口: ohos.app.ability.Configuration |
@ohos.application.Configuration.d.ts |
废弃版本有变化 | 类名:Configuration; 方法or属性:colorMode?: ConfigurationConstant.ColorMode; 旧版本信息: |
类名:Configuration; 方法or属性:colorMode?: ConfigurationConstant.ColorMode; 新版本信息:9 代替接口: ohos.app.ability.Configuration |
@ohos.application.Configuration.d.ts |
废弃版本有变化 | 类名:ConfigurationConstant; 方法or属性:declare ConfigurationConstant 旧版本信息: |
类名:ConfigurationConstant; 方法or属性:declare ConfigurationConstant 新版本信息:9 代替接口: ohos.app.ability.ConfigurationConstant |
@ohos.application.ConfigurationConstant.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:export enum ColorMode 旧版本信息: |
类名:ColorMode; 方法or属性:export enum ColorMode 新版本信息:9 代替接口: ohos.app.ability.ConfigurationConstant |
@ohos.application.ConfigurationConstant.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:COLOR_MODE_NOT_SET = -1 旧版本信息: |
类名:ColorMode; 方法or属性:COLOR_MODE_NOT_SET = -1 新版本信息:9 代替接口: ohos.app.ability.ConfigurationConstant |
@ohos.application.ConfigurationConstant.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:COLOR_MODE_DARK = 0 旧版本信息: |
类名:ColorMode; 方法or属性:COLOR_MODE_DARK = 0 新版本信息:9 代替接口: ohos.app.ability.ConfigurationConstant |
@ohos.application.ConfigurationConstant.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:COLOR_MODE_LIGHT = 1 旧版本信息: |
类名:ColorMode; 方法or属性:COLOR_MODE_LIGHT = 1 新版本信息:9 代替接口: ohos.app.ability.ConfigurationConstant |
@ohos.application.ConfigurationConstant.d.ts |
废弃版本有变化 | 类名:formBindingData; 方法or属性:declare formBindingData 旧版本信息: |
类名:formBindingData; 方法or属性:declare formBindingData 新版本信息:9 代替接口: ohos.app.form.formBindingData |
@ohos.application.formBindingData.d.ts |
废弃版本有变化 | 类名:formBindingData; 方法or属性:function createFormBindingData(obj?: Object |string): FormBindingData; 旧版本信息: |
类名:formBindingData; 方法or属性:function createFormBindingData(obj?: Object |string): FormBindingData; 新版本信息:9 代替接口: ohos.app.form.formBindingData |
@ohos.application.formBindingData.d.ts |
废弃版本有变化 | 类名:FormBindingData; 方法or属性:interface FormBindingData 旧版本信息: |
类名:FormBindingData; 方法or属性:interface FormBindingData 新版本信息:9 代替接口: ohos.app.form.formBindingData |
@ohos.application.formBindingData.d.ts |
废弃版本有变化 | 类名:FormBindingData; 方法or属性:data: Object 旧版本信息: |
类名:FormBindingData; 方法or属性:data: Object 新版本信息:9 代替接口: ohos.app.form.formBindingData |
@ohos.application.formBindingData.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:declare formHost 旧版本信息: |
类名:formHost; 方法or属性:declare formHost 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function deleteForm(formId: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function deleteForm(formId: string): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function deleteForm(formId: string): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function releaseForm(formId: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function releaseForm(formId: string, isReleaseCache: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function releaseForm(formId: string, isReleaseCache?: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function requestForm(formId: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function requestForm(formId: string): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function requestForm(formId: string): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function castTempForm(formId: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function castTempForm(formId: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function castTempForm(formId: string): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function castTempForm(formId: string): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function notifyVisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function notifyVisibleForms(formIds: Array<string>): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function notifyInvisibleForms(formIds: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function notifyInvisibleForms(formIds: Array<string>): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function enableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function enableFormsUpdate(formIds: Array<string>): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function disableFormsUpdate(formIds: Array<string>, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function disableFormsUpdate(formIds: Array<string>): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function isSystemReady(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function isSystemReady(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function isSystemReady(): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function isSystemReady(): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; 旧版本信息: |
类名:formHost; 方法or属性:function getAllFormsInfo(callback: AsyncCallback<Array<formInfo.FormInfo>>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>; 旧版本信息: |
类名:formHost; 方法or属性:function getAllFormsInfo(): Promise<Array<formInfo.FormInfo>>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; 旧版本信息: |
类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; 旧版本信息: |
类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, moduleName: string, callback: AsyncCallback<Array<formInfo.FormInfo>>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>; 旧版本信息: |
类名:formHost; 方法or属性:function getFormsInfo(bundleName: string, moduleName?: string): Promise<Array<formInfo.FormInfo>>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void; 旧版本信息: |
类名:formHost; 方法or属性:function deleteInvalidForms(formIds: Array<string>, callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>; 旧版本信息: |
类名:formHost; 方法or属性:function deleteInvalidForms(formIds: Array<string>): Promise<number>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; 旧版本信息: |
类名:formHost; 方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; 旧版本信息: |
类名:formHost; 方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function on(type: “formUninstall”, callback: Callback<string>): void; 旧版本信息: |
类名:formHost; 方法or属性:function on(type: “formUninstall”, callback: Callback<string>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function off(type: “formUninstall”, callback?: Callback<string>): void; 旧版本信息: |
类名:formHost; 方法or属性:function off(type: “formUninstall”, callback?: Callback<string>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function notifyFormsVisible(formIds: Array<string>, isVisible: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formHost; 方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formHost; 方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>; 旧版本信息: |
类名:formHost; 方法or属性:function notifyFormsEnableUpdate(formIds: Array<string>, isEnableUpdate: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formHost |
@ohos.application.formHost.d.ts |
废弃版本有变化 | 类名:formInfo; 方法or属性:declare formInfo 旧版本信息: |
类名:formInfo; 方法or属性:declare formInfo 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:interface FormInfo 旧版本信息: |
类名:FormInfo; 方法or属性:interface FormInfo 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:bundleName: string; 旧版本信息: |
类名:FormInfo; 方法or属性:bundleName: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:moduleName: string; 旧版本信息: |
类名:FormInfo; 方法or属性:moduleName: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:abilityName: string; 旧版本信息: |
类名:FormInfo; 方法or属性:abilityName: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:name: string; 旧版本信息: |
类名:FormInfo; 方法or属性:name: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:description: string; 旧版本信息: |
类名:FormInfo; 方法or属性:description: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:type: FormType; 旧版本信息: |
类名:FormInfo; 方法or属性:type: FormType; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:jsComponentName: string; 旧版本信息: |
类名:FormInfo; 方法or属性:jsComponentName: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:colorMode: ColorMode; 旧版本信息: |
类名:FormInfo; 方法or属性:colorMode: ColorMode; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:isDefault: boolean; 旧版本信息: |
类名:FormInfo; 方法or属性:isDefault: boolean; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:updateEnabled: boolean; 旧版本信息: |
类名:FormInfo; 方法or属性:updateEnabled: boolean; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:formVisibleNotify: boolean; 旧版本信息: |
类名:FormInfo; 方法or属性:formVisibleNotify: boolean; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:relatedBundleName: string; 旧版本信息: |
类名:FormInfo; 方法or属性:relatedBundleName: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:scheduledUpdateTime: string; 旧版本信息: |
类名:FormInfo; 方法or属性:scheduledUpdateTime: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:formConfigAbility: string; 旧版本信息: |
类名:FormInfo; 方法or属性:formConfigAbility: string; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:updateDuration: number; 旧版本信息: |
类名:FormInfo; 方法or属性:updateDuration: number; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:defaultDimension: number; 旧版本信息: |
类名:FormInfo; 方法or属性:defaultDimension: number; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:supportDimensions: Array<number>; 旧版本信息: |
类名:FormInfo; 方法or属性:supportDimensions: Array<number>; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormInfo; 方法or属性:customizeData: {[key: string]: [value: string]}; 旧版本信息: |
类名:FormInfo; 方法or属性:customizeData: {[key: string]: [value: string]}; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormType; 方法or属性:enum FormType 旧版本信息: |
类名:FormType; 方法or属性:enum FormType 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormType; 方法or属性:JS = 1 旧版本信息: |
类名:FormType; 方法or属性:JS = 1 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:enum ColorMode 旧版本信息: |
类名:ColorMode; 方法or属性:enum ColorMode 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:MODE_AUTO = -1 旧版本信息: |
类名:ColorMode; 方法or属性:MODE_AUTO = -1 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:MODE_DARK = 0 旧版本信息: |
类名:ColorMode; 方法or属性:MODE_DARK = 0 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:ColorMode; 方法or属性:MODE_LIGHT = 1 旧版本信息: |
类名:ColorMode; 方法or属性:MODE_LIGHT = 1 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormStateInfo; 方法or属性:interface FormStateInfo 旧版本信息: |
类名:FormStateInfo; 方法or属性:interface FormStateInfo 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormStateInfo; 方法or属性:formState: FormState; 旧版本信息: |
类名:FormStateInfo; 方法or属性:formState: FormState; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormStateInfo; 方法or属性:want: Want; 旧版本信息: |
类名:FormStateInfo; 方法or属性:want: Want; 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormState; 方法or属性:enum FormState 旧版本信息: |
类名:FormState; 方法or属性:enum FormState 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormState; 方法or属性:UNKNOWN = -1 旧版本信息: |
类名:FormState; 方法or属性:UNKNOWN = -1 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormState; 方法or属性:DEFAULT = 0 旧版本信息: |
类名:FormState; 方法or属性:DEFAULT = 0 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormState; 方法or属性:READY = 1 旧版本信息: |
类名:FormState; 方法or属性:READY = 1 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:enum FormParam 旧版本信息: |
类名:FormParam; 方法or属性:enum FormParam 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:IDENTITY_KEY = “ohos.extra.param.key.form_identity” 旧版本信息: |
类名:FormParam; 方法or属性:IDENTITY_KEY = “ohos.extra.param.key.form_identity” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:DIMENSION_KEY = “ohos.extra.param.key.form_dimension” 旧版本信息: |
类名:FormParam; 方法or属性:DIMENSION_KEY = “ohos.extra.param.key.form_dimension” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:NAME_KEY = “ohos.extra.param.key.form_name” 旧版本信息: |
类名:FormParam; 方法or属性:NAME_KEY = “ohos.extra.param.key.form_name” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:MODULE_NAME_KEY = “ohos.extra.param.key.module_name” 旧版本信息: |
类名:FormParam; 方法or属性:MODULE_NAME_KEY = “ohos.extra.param.key.module_name” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:WIDTH_KEY = “ohos.extra.param.key.form_width” 旧版本信息: |
类名:FormParam; 方法or属性:WIDTH_KEY = “ohos.extra.param.key.form_width” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:HEIGHT_KEY = “ohos.extra.param.key.form_height” 旧版本信息: |
类名:FormParam; 方法or属性:HEIGHT_KEY = “ohos.extra.param.key.form_height” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:FormParam; 方法or属性:TEMPORARY_KEY = “ohos.extra.param.key.form_temporary” 旧版本信息: |
类名:FormParam; 方法or属性:TEMPORARY_KEY = “ohos.extra.param.key.form_temporary” 新版本信息:9 代替接口: ohos.app.form.formInfo |
@ohos.application.formInfo.d.ts |
废弃版本有变化 | 类名:formProvider; 方法or属性:declare formProvider 旧版本信息: |
类名:formProvider; 方法or属性:declare formProvider 新版本信息:9 代替接口: ohos.app.form.formProvider |
@ohos.application.formProvider.d.ts |
废弃版本有变化 | 类名:formProvider; 方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formProvider; 方法or属性:function setFormNextRefreshTime(formId: string, minute: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formProvider |
@ohos.application.formProvider.d.ts |
废弃版本有变化 | 类名:formProvider; 方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise<void>; 旧版本信息: |
类名:formProvider; 方法or属性:function setFormNextRefreshTime(formId: string, minute: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formProvider |
@ohos.application.formProvider.d.ts |
废弃版本有变化 | 类名:formProvider; 方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:formProvider; 方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.form.formProvider |
@ohos.application.formProvider.d.ts |
废弃版本有变化 | 类名:formProvider; 方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>; 旧版本信息: |
类名:formProvider; 方法or属性:function updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise<void>; 新版本信息:9 代替接口: ohos.app.form.formProvider |
@ohos.application.formProvider.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:declare missionManager 旧版本信息: |
类名:missionManager; 方法or属性:declare missionManager 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function registerMissionListener(listener: MissionListener): number; 旧版本信息: |
类名:missionManager; 方法or属性:function registerMissionListener(listener: MissionListener): number; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function unregisterMissionListener(listenerId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function unregisterMissionListener(listenerId: number): Promise<void>; 旧版本信息: |
类名:missionManager; 方法or属性:function unregisterMissionListener(listenerId: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function getMissionInfo(deviceId: string, missionId: number, callback: AsyncCallback<MissionInfo>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>; 旧版本信息: |
类名:missionManager; 方法or属性:function getMissionInfo(deviceId: string, missionId: number): Promise<MissionInfo>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function getMissionInfos(deviceId: string, numMax: number, callback: AsyncCallback<Array<MissionInfo>>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>; 旧版本信息: |
类名:missionManager; 方法or属性:function getMissionInfos(deviceId: string, numMax: number): Promise<Array<MissionInfo>>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function getMissionSnapShot(deviceId: string, missionId: number, callback: AsyncCallback<MissionSnapshot>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; 旧版本信息: |
类名:missionManager; 方法or属性:function getMissionSnapShot(deviceId: string, missionId: number): Promise<MissionSnapshot>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function lockMission(missionId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function lockMission(missionId: number): Promise<void>; 旧版本信息: |
类名:missionManager; 方法or属性:function lockMission(missionId: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function unlockMission(missionId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function unlockMission(missionId: number): Promise<void>; 旧版本信息: |
类名:missionManager; 方法or属性:function unlockMission(missionId: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function clearMission(missionId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function clearMission(missionId: number): Promise<void>; 旧版本信息: |
类名:missionManager; 方法or属性:function clearMission(missionId: number): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function clearAllMissions(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function clearAllMissions(): Promise<void>; 旧版本信息: |
类名:missionManager; 方法or属性:function clearAllMissions(): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, options: StartOptions, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>; 旧版本信息: |
类名:missionManager; 方法or属性:function moveMissionToFront(missionId: number, options?: StartOptions): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.missionManager |
@ohos.application.missionManager.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:export default class Want 旧版本信息: |
类名:Want; 方法or属性:export default class Want 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:deviceId?: string; 旧版本信息: |
类名:Want; 方法or属性:deviceId?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:bundleName?: string; 旧版本信息: |
类名:Want; 方法or属性:bundleName?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:abilityName?: string; 旧版本信息: |
类名:Want; 方法or属性:abilityName?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:uri?: string; 旧版本信息: |
类名:Want; 方法or属性:uri?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:type?: string; 旧版本信息: |
类名:Want; 方法or属性:type?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:flags?: number; 旧版本信息: |
类名:Want; 方法or属性:flags?: number; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:action?: string; 旧版本信息: |
类名:Want; 方法or属性:action?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:parameters?: {[key: string]: any}; 旧版本信息: |
类名:Want; 方法or属性:parameters?: {[key: string]: any}; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:entities?: Array<string>; 旧版本信息: |
类名:Want; 方法or属性:entities?: Array<string>; 新版本信息:9 代替接口: ohos.app.ability.Want |
@ohos.application.Want.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function on(type: “deviceConnect”, callback: Callback<ContinuationResult>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function on(type: “deviceConnect”, callback: Callback<ContinuationResult>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#on/off(type: |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function on(type: “deviceDisconnect”, callback: Callback<string>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function on(type: “deviceDisconnect”, callback: Callback<string>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#on/off(type: |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function register(callback: AsyncCallback<number>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function register(callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#registerContinuation |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback<number>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function register(options: ContinuationExtraParams, callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#registerContinuation |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function register(options?: ContinuationExtraParams): Promise<number>; 旧版本信息: |
类名:continuationManager; 方法or属性:function register(options?: ContinuationExtraParams): Promise<number>; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#registerContinuation |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function unregister(token: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function unregister(token: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#unregisterContinuation |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function unregister(token: number): Promise<void>; 旧版本信息: |
类名:continuationManager; 方法or属性:function unregister(token: number): Promise<void>; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#unregisterContinuation |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#updateContinuationState |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise<void>; 旧版本信息: |
类名:continuationManager; 方法or属性:function updateConnectStatus(token: number, deviceId: string, status: DeviceConnectState): Promise<void>; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#updateContinuationState |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function startDeviceManager(token: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function startDeviceManager(token: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#startContinuationDeviceManager |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:continuationManager; 方法or属性:function startDeviceManager(token: number, options: ContinuationExtraParams, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#startContinuationDeviceManager |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:continuationManager; 方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>; 旧版本信息: |
类名:continuationManager; 方法or属性:function startDeviceManager(token: number, options?: ContinuationExtraParams): Promise<void>; 新版本信息:9 代替接口: ohos.continuation.continuationManager.continuationManager#startContinuationDeviceManager |
@ohos.continuation.continuationManager.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:declare wantAgent 旧版本信息: |
类名:wantAgent; 方法or属性:declare wantAgent 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function getBundleName(agent: WantAgent, callback: AsyncCallback<string>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getBundleName(agent: WantAgent): Promise<string>; 旧版本信息: |
类名:wantAgent; 方法or属性:function getBundleName(agent: WantAgent): Promise<string>; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback<number>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function getUid(agent: WantAgent, callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getUid(agent: WantAgent): Promise<number>; 旧版本信息: |
类名:wantAgent; 方法or属性:function getUid(agent: WantAgent): Promise<number>; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function getWant(agent: WantAgent, callback: AsyncCallback<Want>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getWant(agent: WantAgent): Promise<Want>; 旧版本信息: |
类名:wantAgent; 方法or属性:function getWant(agent: WantAgent): Promise<Want>; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function cancel(agent: WantAgent, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function cancel(agent: WantAgent): Promise<void>; 旧版本信息: |
类名:wantAgent; 方法or属性:function cancel(agent: WantAgent): Promise<void>; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: Callback<CompleteData>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function trigger(agent: WantAgent, triggerInfo: TriggerInfo, callback?: Callback<CompleteData>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function equal(agent: WantAgent, otherAgent: WantAgent, callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function equal(agent: WantAgent, otherAgent: WantAgent): Promise<boolean>; 旧版本信息: |
类名:wantAgent; 方法or属性:function equal(agent: WantAgent, otherAgent: WantAgent): Promise<boolean>; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void; 旧版本信息: |
类名:wantAgent; 方法or属性:function getWantAgent(info: WantAgentInfo, callback: AsyncCallback<WantAgent>): void; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:wantAgent; 方法or属性:function getWantAgent(info: WantAgentInfo): Promise<WantAgent>; 旧版本信息: |
类名:wantAgent; 方法or属性:function getWantAgent(info: WantAgentInfo): Promise<WantAgent>; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:export enum WantAgentFlags 旧版本信息: |
类名:WantAgentFlags; 方法or属性:export enum WantAgentFlags 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:ONE_TIME_FLAG = 0 旧版本信息: |
类名:WantAgentFlags; 方法or属性:ONE_TIME_FLAG = 0 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:NO_BUILD_FLAG 旧版本信息: |
类名:WantAgentFlags; 方法or属性:NO_BUILD_FLAG 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:CANCEL_PRESENT_FLAG 旧版本信息: |
类名:WantAgentFlags; 方法or属性:CANCEL_PRESENT_FLAG 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:UPDATE_PRESENT_FLAG 旧版本信息: |
类名:WantAgentFlags; 方法or属性:UPDATE_PRESENT_FLAG 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:CONSTANT_FLAG 旧版本信息: |
类名:WantAgentFlags; 方法or属性:CONSTANT_FLAG 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:REPLACE_ELEMENT 旧版本信息: |
类名:WantAgentFlags; 方法or属性:REPLACE_ELEMENT 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:REPLACE_ACTION 旧版本信息: |
类名:WantAgentFlags; 方法or属性:REPLACE_ACTION 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:REPLACE_URI 旧版本信息: |
类名:WantAgentFlags; 方法or属性:REPLACE_URI 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:REPLACE_ENTITIES 旧版本信息: |
类名:WantAgentFlags; 方法or属性:REPLACE_ENTITIES 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:WantAgentFlags; 方法or属性:REPLACE_BUNDLE 旧版本信息: |
类名:WantAgentFlags; 方法or属性:REPLACE_BUNDLE 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:OperationType; 方法or属性:export enum OperationType 旧版本信息: |
类名:OperationType; 方法or属性:export enum OperationType 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:OperationType; 方法or属性:UNKNOWN_TYPE = 0 旧版本信息: |
类名:OperationType; 方法or属性:UNKNOWN_TYPE = 0 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:OperationType; 方法or属性:START_ABILITY 旧版本信息: |
类名:OperationType; 方法or属性:START_ABILITY 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:OperationType; 方法or属性:START_ABILITIES 旧版本信息: |
类名:OperationType; 方法or属性:START_ABILITIES 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:OperationType; 方法or属性:START_SERVICE 旧版本信息: |
类名:OperationType; 方法or属性:START_SERVICE 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:OperationType; 方法or属性:SEND_COMMON_EVENT 旧版本信息: |
类名:OperationType; 方法or属性:SEND_COMMON_EVENT 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:CompleteData; 方法or属性:export interface CompleteData 旧版本信息: |
类名:CompleteData; 方法or属性:export interface CompleteData 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:CompleteData; 方法or属性:info: WantAgent; 旧版本信息: |
类名:CompleteData; 方法or属性:info: WantAgent; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:CompleteData; 方法or属性:want: Want; 旧版本信息: |
类名:CompleteData; 方法or属性:want: Want; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:CompleteData; 方法or属性:finalCode: number; 旧版本信息: |
类名:CompleteData; 方法or属性:finalCode: number; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:CompleteData; 方法or属性:finalData: string; 旧版本信息: |
类名:CompleteData; 方法or属性:finalData: string; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:CompleteData; 方法or属性:extraInfo?: {[key: string]: any}; 旧版本信息: |
类名:CompleteData; 方法or属性:extraInfo?: {[key: string]: any}; 新版本信息:9 代替接口: ohos.app.ability.wantAgent |
@ohos.wantAgent.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:export declare interface Want 旧版本信息: |
类名:Want; 方法or属性:export declare interface Want 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:deviceId?: string; 旧版本信息: |
类名:Want; 方法or属性:deviceId?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:bundleName?: string; 旧版本信息: |
类名:Want; 方法or属性:bundleName?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:abilityName?: string; 旧版本信息: |
类名:Want; 方法or属性:abilityName?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:uri?: string; 旧版本信息: |
类名:Want; 方法or属性:uri?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:type?: string; 旧版本信息: |
类名:Want; 方法or属性:type?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:flags?: number; 旧版本信息: |
类名:Want; 方法or属性:flags?: number; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:action?: string; 旧版本信息: |
类名:Want; 方法or属性:action?: string; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:parameters?: {[key: string]: any}; 旧版本信息: |
类名:Want; 方法or属性:parameters?: {[key: string]: any}; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Want; 方法or属性:entities?: Array<string>; 旧版本信息: |
类名:Want; 方法or属性:entities?: Array<string>; 新版本信息:9 代替接口: ohos.app.ability.Want |
want.d.ts |
废弃版本有变化 | 类名:Context; 方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void 旧版本信息: |
类名:Context; 方法or属性:setShowOnLockScreen(show: boolean, callback: AsyncCallback<void>): void 新版本信息:9 代替接口: ohos.window#setShowOnLockScreen |
context.d.ts |
废弃版本有变化 | 类名:ProcessRunningInfo; 方法or属性:export interface ProcessRunningInfo 旧版本信息: |
类名:ProcessRunningInfo; 方法or属性:export interface ProcessRunningInfo 新版本信息:9 代替接口: ProcessInformation |
ProcessRunningInfo.d.ts |
废弃版本有变化 | 类名:ProcessRunningInfo; 方法or属性:pid: number; 旧版本信息: |
类名:ProcessRunningInfo; 方法or属性:pid: number; 新版本信息:9 代替接口: ProcessInformation.pid |
ProcessRunningInfo.d.ts |
废弃版本有变化 | 类名:ProcessRunningInfo; 方法or属性:uid: number; 旧版本信息: |
类名:ProcessRunningInfo; 方法or属性:uid: number; 新版本信息:9 代替接口: ProcessInformation.uid |
ProcessRunningInfo.d.ts |
废弃版本有变化 | 类名:ProcessRunningInfo; 方法or属性:processName: string; 旧版本信息: |
类名:ProcessRunningInfo; 方法or属性:processName: string; 新版本信息:9 代替接口: ProcessInformation.processName |
ProcessRunningInfo.d.ts |
废弃版本有变化 | 类名:ProcessRunningInfo; 方法or属性:bundleNames: Array<string>; 旧版本信息: |
类名:ProcessRunningInfo; 方法or属性:bundleNames: Array<string>; 新版本信息:9 代替接口: ProcessInformation.bundleNames |
ProcessRunningInfo.d.ts |
访问级别有变化 | 类名:abilityManager; 方法or属性:declare abilityManager 旧版本信息: |
类名:abilityManager; 方法or属性:declare abilityManager 新版本信息:systemapi |
@ohos.application.abilityManager.d.ts |
权限有变化 | 类名:formHost; 方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; 旧版本信息:ohos.permission.GET_BUNDLE_INFO,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
类名:formHost; 方法or属性:function acquireFormState(want: Want, callback: AsyncCallback<formInfo.FormStateInfo>): void; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.REQUIRE_FORM |
@ohos.application.formHost.d.ts |
权限有变化 | 类名:formHost; 方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; 旧版本信息:ohos.permission.GET_BUNDLE_INFO,ohos.permission.GET_BUNDLE_INFO_PRIVILEGED |
类名:formHost; 方法or属性:function acquireFormState(want: Want): Promise<formInfo.FormStateInfo>; 新版本信息:ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,ohos.permission.REQUIRE_FORM |
@ohos.application.formHost.d.ts |
函数有变化 | 类名:ShellCmdResult; 方法or属性:stdResult: String; |
类名:ShellCmdResult; 方法or属性:stdResult: string; |
shellCmdResult.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-accessibility
harmony 鸿蒙js-apidiff-application
harmony 鸿蒙js-apidiff-communication
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦