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