harmony 鸿蒙js-apidiff-resource-scheduler

  • 2023-06-24
  • 浏览 (192)

Change Type Old Version New Version d.ts File
Added NA Class name: backgroundTaskManager;
Method or attribute name: function cancelSuspendDelay(requestId: number): void;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function getRemainingDelayTime(requestId: number): Promise<number>;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function stopBackgroundRunning(context: Context): Promise<void>;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function applyEfficiencyResources(request: EfficiencyResourcesRequest): void;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: backgroundTaskManager;
Method or attribute name: function resetAllEfficiencyResources(): void;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: DelaySuspendInfo;
Method or attribute name: requestId: number;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: DelaySuspendInfo;
Method or attribute name: actualDelayTime: number;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: DATA_TRANSFER = 1
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: AUDIO_PLAYBACK = 2
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: AUDIO_RECORDING = 3
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: LOCATION = 4
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: BLUETOOTH_INTERACTION = 5
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: MULTI_DEVICE_CONNECTION = 6
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: WIFI_INTERACTION = 7
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: VOIP = 8
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: BackgroundMode;
Method or attribute name: TASK_KEEPING = 9
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: CPU = 1
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: COMMON_EVENT = 1 << 1
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: TIMER = 1 << 2
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: WORK_SCHEDULER = 1 << 3
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: BLUETOOTH = 1 << 4
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: GPS = 1 << 5
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: ResourceType;
Method or attribute name: AUDIO = 1 << 6
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: EfficiencyResourcesRequest;
Method or attribute name: resourceTypes: number;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: EfficiencyResourcesRequest;
Method or attribute name: isApply: boolean;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: EfficiencyResourcesRequest;
Method or attribute name: timeOut: number;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: EfficiencyResourcesRequest;
Method or attribute name: isPersist?: boolean;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: EfficiencyResourcesRequest;
Method or attribute name: isProcess?: boolean;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: EfficiencyResourcesRequest;
Method or attribute name: reason: string;
@ohos.resourceschedule.backgroundTaskManager.d.ts
Added NA Class name: AppGroupCallbackInfo;
Method or attribute name: bundleName: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: AppGroupCallbackInfo;
Method or attribute name: appOldGroup: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: AppGroupCallbackInfo;
Method or attribute name: appNewGroup: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: AppGroupCallbackInfo;
Method or attribute name: userId: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: AppGroupCallbackInfo;
Method or attribute name: changeReason: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback<boolean>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function isIdleState(bundleName: string): Promise<boolean>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryAppGroup(callback: AsyncCallback<number>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryAppGroup(): Promise<number>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryAppGroup(bundleName : string, callback: AsyncCallback<number>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryAppGroup(bundleName : string): Promise<number>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryBundleStatsInfos(begin: number, end: number, callback: AsyncCallback<BundleStatsMap>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryBundleStatsInfos(begin: number, end: number): Promise<BundleStatsMap>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback<Array<BundleStatsInfo>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise<Array<BundleStatsInfo>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryBundleEvents(begin: number, end: number, callback: AsyncCallback<Array<BundleEvents>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryBundleEvents(begin: number, end: number): Promise<Array<BundleEvents>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback<Array<BundleEvents>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise<Array<BundleEvents>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryModuleUsageRecords(maxNum: number, callback: AsyncCallback<Array<HapModuleInfo>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryModuleUsageRecords(maxNum: number): Promise<Array<HapModuleInfo>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryModuleUsageRecords(callback: AsyncCallback<Array<HapModuleInfo>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryModuleUsageRecords(): Promise<Array<HapModuleInfo>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType, callback: AsyncCallback<void>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType): Promise<void>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback<AppGroupCallbackInfo>, callback: AsyncCallback<void>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback<AppGroupCallbackInfo>): Promise<void>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function unregisterAppGroupCallBack(callback: AsyncCallback<void>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function unregisterAppGroupCallBack(): Promise<void>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryDeviceEventStats(begin: number, end: number, callback: AsyncCallback<Array<DeviceEventStats>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryDeviceEventStats(begin: number, end: number): Promise<Array<DeviceEventStats>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryNotificationEventStats(begin: number, end: number, callback: AsyncCallback<Array<DeviceEventStats>>): void;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: usageStatistics;
Method or attribute name: function queryNotificationEventStats(begin: number, end: number): Promise<Array<DeviceEventStats>>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: id: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: abilityInFgTotalTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: abilityPrevAccessTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: abilityPrevSeenTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: abilitySeenTotalTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: bundleName?: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleEvents;
Method or attribute name: bundleName?: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: fgAbilityAccessTotalTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: fgAbilityPrevAccessTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: infosBeginTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleStatsInfo;
Method or attribute name: infosEndTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapFormInfo;
Method or attribute name: formName: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapFormInfo;
Method or attribute name: formDimension: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapFormInfo;
Method or attribute name: formId: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapFormInfo;
Method or attribute name: formLastUsedTime: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapFormInfo;
Method or attribute name: count: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: DeviceEventStats;
Method or attribute name: count: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: deviceId?: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: bundleName: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: moduleName: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: abilityName?: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: appLabelId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: labelId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: descriptionId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: abilityLableId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: abilityDescriptionId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: abilityIconId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: launchedCount: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: lastModuleUsedTime: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: HapModuleInfo;
Method or attribute name: formRecords: Array<HapFormInfo>;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: DeviceEventStats;
Method or attribute name: name: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: DeviceEventStats;
Method or attribute name: eventId: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleEvents;
Method or attribute name: appGroup?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleEvents;
Method or attribute name: indexOfLink?: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleEvents;
Method or attribute name: nameOfClass?: string;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleEvents;
Method or attribute name: eventOccurredTime?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: BundleEvents;
Method or attribute name: eventId?: number;
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: IntervalType;
Method or attribute name: BY_OPTIMIZED = 0
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: IntervalType;
Method or attribute name: BY_DAILY = 1
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: IntervalType;
Method or attribute name: BY_WEEKLY = 2
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: IntervalType;
Method or attribute name: BY_MONTHLY = 3
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: IntervalType;
Method or attribute name: BY_ANNUALLY = 4
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: GroupType;
Method or attribute name: ALIVE_GROUP = 10
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: GroupType;
Method or attribute name: DAILY_GROUP = 20
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: GroupType;
Method or attribute name: FIXED_GROUP = 30
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: GroupType;
Method or attribute name: RARE_GROUP = 40
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: GroupType;
Method or attribute name: LIMITED_GROUP = 50
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: GroupType;
Method or attribute name: NEVER_GROUP = 60
@ohos.resourceschedule.usageStatistics.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function startWork(work: WorkInfo): void;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function stopWork(work: WorkInfo, needCancel?: boolean): void;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function getWorkStatus(workId: number, callback: AsyncCallback<WorkInfo>): void;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function getWorkStatus(workId: number): Promise<WorkInfo>;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function obtainAllWorks(callback: AsyncCallback<void>): Array<WorkInfo>;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function obtainAllWorks(): Promise<Array<WorkInfo>>;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function stopAndClearWorks(): void;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback<void>): boolean;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: workScheduler;
Method or attribute name: function isLastWorkTimeOut(workId: number): Promise<boolean>;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: workId: number;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: bundleName: string;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: abilityName: string;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: isPersisted?: boolean;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: networkType?: NetworkType;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: isCharging?: boolean;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: chargerType?: ChargingType;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: batteryLevel?: number;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: batteryStatus?: BatteryStatus;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: storageRequest?: StorageRequest;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: repeatCycleTime?: number;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: isRepeat?: boolean;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: repeatCount?: number;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: isDeepIdle?: boolean;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: idleWaitTime?: number;
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkInfo;
Method or attribute name: parameters?: {[key: string]: number |string |boolean};
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: NetworkType;
Method or attribute name: NETWORK_TYPE_ANY = 0
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: NetworkType;
Method or attribute name: NETWORK_TYPE_MOBILE
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: NetworkType;
Method or attribute name: NETWORK_TYPE_WIFI
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: NetworkType;
Method or attribute name: NETWORK_TYPE_BLUETOOTH
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: NetworkType;
Method or attribute name: NETWORK_TYPE_WIFI_P2P
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: NetworkType;
Method or attribute name: NETWORK_TYPE_ETHERNET
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: ChargingType;
Method or attribute name: CHARGING_PLUGGED_ANY = 0
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: ChargingType;
Method or attribute name: CHARGING_PLUGGED_AC
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: ChargingType;
Method or attribute name: CHARGING_PLUGGED_USB
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: ChargingType;
Method or attribute name: CHARGING_PLUGGED_WIRELESS
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: BatteryStatus;
Method or attribute name: BATTERY_STATUS_LOW = 0
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: BatteryStatus;
Method or attribute name: BATTERY_STATUS_OKAY
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: BatteryStatus;
Method or attribute name: BATTERY_STATUS_LOW_OR_OKAY
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: StorageRequest;
Method or attribute name: STORAGE_LEVEL_LOW = 0
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: StorageRequest;
Method or attribute name: STORAGE_LEVEL_OKAY
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: StorageRequest;
Method or attribute name: STORAGE_LEVEL_LOW_OR_OKAY
@ohos.resourceschedule.workScheduler.d.ts
Added NA Class name: WorkSchedulerExtensionAbility;
Method or attribute name: onWorkStart(work: workScheduler.WorkInfo): void;
@ohos.WorkSchedulerExtensionAbility.d.ts
Added NA Class name: WorkSchedulerExtensionAbility;
Method or attribute name: onWorkStop(work: workScheduler.WorkInfo): void;
@ohos.WorkSchedulerExtensionAbility.d.ts
Deprecated version changed Class name: particleAbility;
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback<void>): void;
Old version:
Class name: particleAbility;
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback<void>): void;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning
@ohos.ability.particleAbility.d.ts
Deprecated version changed Class name: particleAbility;
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise<void>;
Old version:
Class name: particleAbility;
Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise<void>;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning
@ohos.ability.particleAbility.d.ts
Deprecated version changed Class name: particleAbility;
Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback<void>): void;
Old version:
Class name: particleAbility;
Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback<void>): void;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning
@ohos.ability.particleAbility.d.ts
Deprecated version changed Class name: particleAbility;
Method or attribute name: function cancelBackgroundRunning(): Promise<void>;
Old version:
Class name: particleAbility;
Method or attribute name: function cancelBackgroundRunning(): Promise<void>;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning
@ohos.ability.particleAbility.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: declare backgroundTaskManager
Old version:
Class name: backgroundTaskManager;
Method or attribute name: declare backgroundTaskManager
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function cancelSuspendDelay(requestId: number): void;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function cancelSuspendDelay(requestId: number): void;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.cancelSuspendDelay
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback<number>): void;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function getRemainingDelayTime(requestId: number): Promise<number>;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function getRemainingDelayTime(requestId: number): Promise<number>;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback<void>): DelaySuspendInfo;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.requestSuspendDelay
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback<void>): void;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise<void>;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback<void>): void;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: backgroundTaskManager;
Method or attribute name: function stopBackgroundRunning(context: Context): Promise<void>;
Old version:
Class name: backgroundTaskManager;
Method or attribute name: function stopBackgroundRunning(context: Context): Promise<void>;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: DelaySuspendInfo;
Method or attribute name: interface DelaySuspendInfo
Old version:
Class name: DelaySuspendInfo;
Method or attribute name: interface DelaySuspendInfo
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: DelaySuspendInfo;
Method or attribute name: requestId: number;
Old version:
Class name: DelaySuspendInfo;
Method or attribute name: requestId: number;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: DelaySuspendInfo;
Method or attribute name: actualDelayTime: number;
Old version:
Class name: DelaySuspendInfo;
Method or attribute name: actualDelayTime: number;
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: export enum BackgroundMode
Old version:
Class name: BackgroundMode;
Method or attribute name: export enum BackgroundMode
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: DATA_TRANSFER = 1
Old version:
Class name: BackgroundMode;
Method or attribute name: DATA_TRANSFER = 1
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: AUDIO_PLAYBACK = 2
Old version:
Class name: BackgroundMode;
Method or attribute name: AUDIO_PLAYBACK = 2
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: AUDIO_RECORDING = 3
Old version:
Class name: BackgroundMode;
Method or attribute name: AUDIO_RECORDING = 3
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: LOCATION = 4
Old version:
Class name: BackgroundMode;
Method or attribute name: LOCATION = 4
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: BLUETOOTH_INTERACTION = 5
Old version:
Class name: BackgroundMode;
Method or attribute name: BLUETOOTH_INTERACTION = 5
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: MULTI_DEVICE_CONNECTION = 6
Old version:
Class name: BackgroundMode;
Method or attribute name: MULTI_DEVICE_CONNECTION = 6
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: WIFI_INTERACTION = 7
Old version:
Class name: BackgroundMode;
Method or attribute name: WIFI_INTERACTION = 7
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: VOIP = 8
Old version:
Class name: BackgroundMode;
Method or attribute name: VOIP = 8
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: BackgroundMode;
Method or attribute name: TASK_KEEPING = 9
Old version:
Class name: BackgroundMode;
Method or attribute name: TASK_KEEPING = 9
New version: 9
Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode
@ohos.backgroundTaskManager.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: declare bundleState
Old version:
Class name: bundleState;
Method or attribute name: declare bundleState
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback<boolean>): void;
Old version:
Class name: bundleState;
Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback<boolean>): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.isIdleState
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function isIdleState(bundleName: string): Promise<boolean>;
Old version:
Class name: bundleState;
Method or attribute name: function isIdleState(bundleName: string): Promise<boolean>;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.isIdleState
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback<number>): void;
Old version:
Class name: bundleState;
Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback<number>): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryAppUsagePriorityGroup(): Promise<number>;
Old version:
Class name: bundleState;
Method or attribute name: function queryAppUsagePriorityGroup(): Promise<number>;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback<BundleActiveInfoResponse>): void;
Old version:
Class name: bundleState;
Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback<BundleActiveInfoResponse>): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise<BundleActiveInfoResponse>;
Old version:
Class name: bundleState;
Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise<BundleActiveInfoResponse>;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback<Array<BundleStateInfo>>): void;
Old version:
Class name: bundleState;
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback<Array<BundleStateInfo>>): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise<Array<BundleStateInfo>>;
Old version:
Class name: bundleState;
Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise<Array<BundleStateInfo>>;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback<Array<BundleActiveState>>): void;
Old version:
Class name: bundleState;
Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback<Array<BundleActiveState>>): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise<Array<BundleActiveState>>;
Old version:
Class name: bundleState;
Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise<Array<BundleActiveState>>;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback<Array<BundleActiveState>>): void;
Old version:
Class name: bundleState;
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback<Array<BundleActiveState>>): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: bundleState;
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array<BundleActiveState>>;
Old version:
Class name: bundleState;
Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise<Array<BundleActiveState>>;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: interface BundleStateInfo
Old version:
Class name: BundleStateInfo;
Method or attribute name: interface BundleStateInfo
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: id: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: id: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: abilityInFgTotalTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: abilityInFgTotalTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: abilityPrevAccessTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: abilityPrevAccessTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: abilityPrevSeenTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: abilityPrevSeenTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: abilitySeenTotalTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: abilitySeenTotalTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: bundleName?: string;
Old version:
Class name: BundleStateInfo;
Method or attribute name: bundleName?: string;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: bundleName?: string;
Old version:
Class name: BundleActiveState;
Method or attribute name: bundleName?: string;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: fgAbilityAccessTotalTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: fgAbilityAccessTotalTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: fgAbilityPrevAccessTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: fgAbilityPrevAccessTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: infosBeginTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: infosBeginTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: infosEndTime?: number;
Old version:
Class name: BundleStateInfo;
Method or attribute name: infosEndTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleStateInfo;
Method or attribute name: merge(toMerge: BundleStateInfo): void;
Old version:
Class name: BundleStateInfo;
Method or attribute name: merge(toMerge: BundleStateInfo): void;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: interface BundleActiveState
Old version:
Class name: BundleActiveState;
Method or attribute name: interface BundleActiveState
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: appUsagePriorityGroup?: number;
Old version:
Class name: BundleActiveState;
Method or attribute name: appUsagePriorityGroup?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: indexOfLink?: string;
Old version:
Class name: BundleActiveState;
Method or attribute name: indexOfLink?: string;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: nameOfClass?: string;
Old version:
Class name: BundleActiveState;
Method or attribute name: nameOfClass?: string;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: stateOccurredTime?: number;
Old version:
Class name: BundleActiveState;
Method or attribute name: stateOccurredTime?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveState;
Method or attribute name: stateType?: number;
Old version:
Class name: BundleActiveState;
Method or attribute name: stateType?: number;
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents
@ohos.bundleState.d.ts
Deprecated version changed Class name: BundleActiveInfoResponse;
Method or attribute name: interface BundleActiveInfoResponse
Old version:
Class name: BundleActiveInfoResponse;
Method or attribute name: interface BundleActiveInfoResponse
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsMap
@ohos.bundleState.d.ts
Deprecated version changed Class name: IntervalType;
Method or attribute name: export enum IntervalType
Old version:
Class name: IntervalType;
Method or attribute name: export enum IntervalType
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType
@ohos.bundleState.d.ts
Deprecated version changed Class name: IntervalType;
Method or attribute name: BY_OPTIMIZED = 0
Old version:
Class name: IntervalType;
Method or attribute name: BY_OPTIMIZED = 0
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType
@ohos.bundleState.d.ts
Deprecated version changed Class name: IntervalType;
Method or attribute name: BY_DAILY = 1
Old version:
Class name: IntervalType;
Method or attribute name: BY_DAILY = 1
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType
@ohos.bundleState.d.ts
Deprecated version changed Class name: IntervalType;
Method or attribute name: BY_WEEKLY = 2
Old version:
Class name: IntervalType;
Method or attribute name: BY_WEEKLY = 2
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType
@ohos.bundleState.d.ts
Deprecated version changed Class name: IntervalType;
Method or attribute name: BY_MONTHLY = 3
Old version:
Class name: IntervalType;
Method or attribute name: BY_MONTHLY = 3
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType
@ohos.bundleState.d.ts
Deprecated version changed Class name: IntervalType;
Method or attribute name: BY_ANNUALLY = 4
Old version:
Class name: IntervalType;
Method or attribute name: BY_ANNUALLY = 4
New version: 9
Substitute API: ohos.resourceschedule.usageStatistics.IntervalType
@ohos.bundleState.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙JS API Differences

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-application

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

0  赞