• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function cancelSuspendDelay(requestId: number): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
4|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\<number>): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
5|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\<number>;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
6|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\<void>): DelaySuspendInfo;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
7|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
8|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
9|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
10|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function stopBackgroundRunning(context: Context): Promise\<void>;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
11|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function applyEfficiencyResources(request: EfficiencyResourcesRequest): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
12|Added|NA|Class name: backgroundTaskManager;<br>Method or attribute name: function resetAllEfficiencyResources(): void;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
13|Added|NA|Class name: DelaySuspendInfo;<br>Method or attribute name: requestId: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
14|Added|NA|Class name: DelaySuspendInfo;<br>Method or attribute name: actualDelayTime: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
15|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: DATA_TRANSFER = 1|@ohos.resourceschedule.backgroundTaskManager.d.ts|
16|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: AUDIO_PLAYBACK = 2|@ohos.resourceschedule.backgroundTaskManager.d.ts|
17|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: AUDIO_RECORDING = 3|@ohos.resourceschedule.backgroundTaskManager.d.ts|
18|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: LOCATION = 4|@ohos.resourceschedule.backgroundTaskManager.d.ts|
19|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: BLUETOOTH_INTERACTION = 5|@ohos.resourceschedule.backgroundTaskManager.d.ts|
20|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: MULTI_DEVICE_CONNECTION = 6|@ohos.resourceschedule.backgroundTaskManager.d.ts|
21|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: WIFI_INTERACTION = 7|@ohos.resourceschedule.backgroundTaskManager.d.ts|
22|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: VOIP = 8|@ohos.resourceschedule.backgroundTaskManager.d.ts|
23|Added|NA|Class name: BackgroundMode;<br>Method or attribute name: TASK_KEEPING = 9|@ohos.resourceschedule.backgroundTaskManager.d.ts|
24|Added|NA|Class name: ResourceType;<br>Method or attribute name: CPU = 1|@ohos.resourceschedule.backgroundTaskManager.d.ts|
25|Added|NA|Class name: ResourceType;<br>Method or attribute name: COMMON_EVENT = 1 \<\< 1|@ohos.resourceschedule.backgroundTaskManager.d.ts|
26|Added|NA|Class name: ResourceType;<br>Method or attribute name: TIMER = 1 \<\< 2|@ohos.resourceschedule.backgroundTaskManager.d.ts|
27|Added|NA|Class name: ResourceType;<br>Method or attribute name: WORK_SCHEDULER = 1 \<\< 3|@ohos.resourceschedule.backgroundTaskManager.d.ts|
28|Added|NA|Class name: ResourceType;<br>Method or attribute name: BLUETOOTH = 1 \<\< 4|@ohos.resourceschedule.backgroundTaskManager.d.ts|
29|Added|NA|Class name: ResourceType;<br>Method or attribute name: GPS = 1 \<\< 5|@ohos.resourceschedule.backgroundTaskManager.d.ts|
30|Added|NA|Class name: ResourceType;<br>Method or attribute name: AUDIO = 1 \<\< 6|@ohos.resourceschedule.backgroundTaskManager.d.ts|
31|Added|NA|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: resourceTypes: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
32|Added|NA|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isApply: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
33|Added|NA|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: timeOut: number;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
34|Added|NA|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isPersist?: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
35|Added|NA|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: isProcess?: boolean;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
36|Added|NA|Class name: EfficiencyResourcesRequest;<br>Method or attribute name: reason: string;|@ohos.resourceschedule.backgroundTaskManager.d.ts|
37| Added | NA   | Class name: AppGroupCallbackInfo; <br>Method or attribute name: bundleName: string; | @ohos.resourceschedule.usageStatistics.d.ts |
38| Added | NA   | Class name: AppGroupCallbackInfo; <br/>Method or attribute name: appOldGroup: number; | @ohos.resourceschedule.usageStatistics.d.ts |
39| Added | NA   | Class name: AppGroupCallbackInfo; <br/>Method or attribute name: appNewGroup: number; | @ohos.resourceschedule.usageStatistics.d.ts |
40| Added | NA   | Class name: AppGroupCallbackInfo; <br/>Method or attribute name: userId: number; | @ohos.resourceschedule.usageStatistics.d.ts |
41| Added | NA   | Class name: AppGroupCallbackInfo; <br/>Method or attribute name: changeReason: number; | @ohos.resourceschedule.usageStatistics.d.ts |
42|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
43|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;|@ohos.resourceschedule.usageStatistics.d.ts|
44|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryAppGroup(callback: AsyncCallback\<number>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
45|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryAppGroup(): Promise\<number>;|@ohos.resourceschedule.usageStatistics.d.ts|
46|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryAppGroup(bundleName : string, callback: AsyncCallback\<number>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
47|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryAppGroup(bundleName : string): Promise\<number>;|@ohos.resourceschedule.usageStatistics.d.ts|
48|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryBundleStatsInfos(begin: number, end: number, callback: AsyncCallback\<BundleStatsMap>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
49|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryBundleStatsInfos(begin: number, end: number): Promise\<BundleStatsMap>;|@ohos.resourceschedule.usageStatistics.d.ts|
50|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\<Array\<BundleStatsInfo>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
51|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryBundleStatsInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\<Array\<BundleStatsInfo>>;|@ohos.resourceschedule.usageStatistics.d.ts|
52|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
53|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;|@ohos.resourceschedule.usageStatistics.d.ts|
54|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number, callback: AsyncCallback\<Array\<BundleEvents>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
55|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryCurrentBundleEvents(begin: number, end: number): Promise\<Array\<BundleEvents>>;|@ohos.resourceschedule.usageStatistics.d.ts|
56|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryModuleUsageRecords(maxNum: number, callback: AsyncCallback\<Array\<HapModuleInfo>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
57|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryModuleUsageRecords(maxNum: number): Promise\<Array\<HapModuleInfo>>;|@ohos.resourceschedule.usageStatistics.d.ts|
58|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryModuleUsageRecords(callback: AsyncCallback\<Array\<HapModuleInfo>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
59|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryModuleUsageRecords(): Promise\<Array\<HapModuleInfo>>;|@ohos.resourceschedule.usageStatistics.d.ts|
60|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
61|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function setAppGroup(bundleName: string, newGroup: GroupType): Promise\<void>;|@ohos.resourceschedule.usageStatistics.d.ts|
62|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback\<AppGroupCallbackInfo>, callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
63|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function registerAppGroupCallBack(groupCallback: Callback\<AppGroupCallbackInfo>): Promise\<void>;|@ohos.resourceschedule.usageStatistics.d.ts|
64|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function unregisterAppGroupCallBack(callback: AsyncCallback\<void>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
65|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function unregisterAppGroupCallBack(): Promise\<void>;|@ohos.resourceschedule.usageStatistics.d.ts|
66|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryDeviceEventStats(begin: number, end: number, callback: AsyncCallback\<Array\<DeviceEventStats>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
67|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryDeviceEventStats(begin: number, end: number): Promise\<Array\<DeviceEventStats>>;|@ohos.resourceschedule.usageStatistics.d.ts|
68|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryNotificationEventStats(begin: number, end: number, callback: AsyncCallback\<Array\<DeviceEventStats>>): void;|@ohos.resourceschedule.usageStatistics.d.ts|
69|Added|NA|Class name: usageStatistics;<br>Method or attribute name: function queryNotificationEventStats(begin: number, end: number): Promise\<Array\<DeviceEventStats>>;|@ohos.resourceschedule.usageStatistics.d.ts|
70|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: id: number;|@ohos.resourceschedule.usageStatistics.d.ts|
71|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: abilityInFgTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
72|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: abilityPrevAccessTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
73|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: abilityPrevSeenTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
74|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: abilitySeenTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
75|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: bundleName?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
76|Added|NA|Class name: BundleEvents;<br>Method or attribute name: bundleName?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
77|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: fgAbilityAccessTotalTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
78|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: fgAbilityPrevAccessTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
79|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: infosBeginTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
80|Added|NA|Class name: BundleStatsInfo;<br>Method or attribute name: infosEndTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
81|Added|NA|Class name: HapFormInfo;<br>Method or attribute name: formName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
82|Added|NA|Class name: HapFormInfo;<br>Method or attribute name: formDimension: number;|@ohos.resourceschedule.usageStatistics.d.ts|
83|Added|NA|Class name: HapFormInfo;<br>Method or attribute name: formId: number;|@ohos.resourceschedule.usageStatistics.d.ts|
84|Added|NA|Class name: HapFormInfo;<br>Method or attribute name: formLastUsedTime: number;|@ohos.resourceschedule.usageStatistics.d.ts|
85|Added|NA|Class name: HapFormInfo;<br>Method or attribute name: count: number;|@ohos.resourceschedule.usageStatistics.d.ts|
86|Added|NA|Class name: DeviceEventStats;<br>Method or attribute name: count: number;|@ohos.resourceschedule.usageStatistics.d.ts|
87|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: deviceId?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
88|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: bundleName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
89|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: moduleName: string;|@ohos.resourceschedule.usageStatistics.d.ts|
90|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: abilityName?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
91|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: appLabelId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
92|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: labelId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
93|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: descriptionId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
94|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: abilityLableId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
95|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: abilityDescriptionId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
96|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: abilityIconId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
97|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: launchedCount: number;|@ohos.resourceschedule.usageStatistics.d.ts|
98|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: lastModuleUsedTime: number;|@ohos.resourceschedule.usageStatistics.d.ts|
99|Added|NA|Class name: HapModuleInfo;<br>Method or attribute name: formRecords: Array\<HapFormInfo>;|@ohos.resourceschedule.usageStatistics.d.ts|
100|Added|NA|Class name: DeviceEventStats;<br>Method or attribute name: name: string;|@ohos.resourceschedule.usageStatistics.d.ts|
101|Added|NA|Class name: DeviceEventStats;<br>Method or attribute name: eventId: number;|@ohos.resourceschedule.usageStatistics.d.ts|
102|Added|NA|Class name: BundleEvents;<br>Method or attribute name: appGroup?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
103|Added|NA|Class name: BundleEvents;<br>Method or attribute name: indexOfLink?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
104|Added|NA|Class name: BundleEvents;<br>Method or attribute name: nameOfClass?: string;|@ohos.resourceschedule.usageStatistics.d.ts|
105|Added|NA|Class name: BundleEvents;<br>Method or attribute name: eventOccurredTime?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
106|Added|NA|Class name: BundleEvents;<br>Method or attribute name: eventId?: number;|@ohos.resourceschedule.usageStatistics.d.ts|
107|Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0|@ohos.resourceschedule.usageStatistics.d.ts|
108|Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1|@ohos.resourceschedule.usageStatistics.d.ts|
109|Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2|@ohos.resourceschedule.usageStatistics.d.ts|
110|Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3|@ohos.resourceschedule.usageStatistics.d.ts|
111|Added|NA|Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4|@ohos.resourceschedule.usageStatistics.d.ts|
112|Added|NA|Class name: GroupType;<br>Method or attribute name: ALIVE_GROUP = 10|@ohos.resourceschedule.usageStatistics.d.ts|
113|Added|NA|Class name: GroupType;<br>Method or attribute name: DAILY_GROUP = 20|@ohos.resourceschedule.usageStatistics.d.ts|
114|Added|NA|Class name: GroupType;<br>Method or attribute name: FIXED_GROUP = 30|@ohos.resourceschedule.usageStatistics.d.ts|
115|Added|NA|Class name: GroupType;<br>Method or attribute name: RARE_GROUP = 40|@ohos.resourceschedule.usageStatistics.d.ts|
116|Added|NA|Class name: GroupType;<br>Method or attribute name: LIMITED_GROUP = 50|@ohos.resourceschedule.usageStatistics.d.ts|
117|Added|NA|Class name: GroupType;<br>Method or attribute name: NEVER_GROUP = 60|@ohos.resourceschedule.usageStatistics.d.ts|
118|Added|NA|Class name: workScheduler;<br>Method or attribute name: function startWork(work: WorkInfo): void;|@ohos.resourceschedule.workScheduler.d.ts|
119|Added|NA|Class name: workScheduler;<br>Method or attribute name: function stopWork(work: WorkInfo, needCancel?: boolean): void;|@ohos.resourceschedule.workScheduler.d.ts|
120|Added|NA|Class name: workScheduler;<br>Method or attribute name: function getWorkStatus(workId: number, callback: AsyncCallback\<WorkInfo>): void;|@ohos.resourceschedule.workScheduler.d.ts|
121|Added|NA|Class name: workScheduler;<br>Method or attribute name: function getWorkStatus(workId: number): Promise\<WorkInfo>;|@ohos.resourceschedule.workScheduler.d.ts|
122|Added|NA|Class name: workScheduler;<br>Method or attribute name: function obtainAllWorks(callback: AsyncCallback\<void>): Array\<WorkInfo>;|@ohos.resourceschedule.workScheduler.d.ts|
123|Added|NA|Class name: workScheduler;<br>Method or attribute name: function obtainAllWorks(): Promise\<Array\<WorkInfo>>;|@ohos.resourceschedule.workScheduler.d.ts|
124|Added|NA|Class name: workScheduler;<br>Method or attribute name: function stopAndClearWorks(): void;|@ohos.resourceschedule.workScheduler.d.ts|
125|Added|NA|Class name: workScheduler;<br>Method or attribute name: function isLastWorkTimeOut(workId: number, callback: AsyncCallback\<void>): boolean;|@ohos.resourceschedule.workScheduler.d.ts|
126|Added|NA|Class name: workScheduler;<br>Method or attribute name: function isLastWorkTimeOut(workId: number): Promise\<boolean>;|@ohos.resourceschedule.workScheduler.d.ts|
127|Added|NA|Class name: WorkInfo;<br>Method or attribute name: workId: number;|@ohos.resourceschedule.workScheduler.d.ts|
128|Added|NA|Class name: WorkInfo;<br>Method or attribute name: bundleName: string;|@ohos.resourceschedule.workScheduler.d.ts|
129|Added|NA|Class name: WorkInfo;<br>Method or attribute name: abilityName: string;|@ohos.resourceschedule.workScheduler.d.ts|
130|Added|NA|Class name: WorkInfo;<br>Method or attribute name: isPersisted?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
131|Added|NA|Class name: WorkInfo;<br>Method or attribute name: networkType?: NetworkType;|@ohos.resourceschedule.workScheduler.d.ts|
132|Added|NA|Class name: WorkInfo;<br>Method or attribute name: isCharging?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
133|Added|NA|Class name: WorkInfo;<br>Method or attribute name: chargerType?: ChargingType;|@ohos.resourceschedule.workScheduler.d.ts|
134|Added|NA|Class name: WorkInfo;<br>Method or attribute name: batteryLevel?: number;|@ohos.resourceschedule.workScheduler.d.ts|
135|Added|NA|Class name: WorkInfo;<br>Method or attribute name: batteryStatus?: BatteryStatus;|@ohos.resourceschedule.workScheduler.d.ts|
136|Added|NA|Class name: WorkInfo;<br>Method or attribute name: storageRequest?: StorageRequest;|@ohos.resourceschedule.workScheduler.d.ts|
137|Added|NA|Class name: WorkInfo;<br>Method or attribute name: repeatCycleTime?: number;|@ohos.resourceschedule.workScheduler.d.ts|
138|Added|NA|Class name: WorkInfo;<br>Method or attribute name: isRepeat?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
139|Added|NA|Class name: WorkInfo;<br>Method or attribute name: repeatCount?: number;|@ohos.resourceschedule.workScheduler.d.ts|
140|Added|NA|Class name: WorkInfo;<br>Method or attribute name: isDeepIdle?: boolean;|@ohos.resourceschedule.workScheduler.d.ts|
141|Added|NA|Class name: WorkInfo;<br>Method or attribute name: idleWaitTime?: number;|@ohos.resourceschedule.workScheduler.d.ts|
142|Added|NA|Class name: WorkInfo;<br>Method or attribute name: parameters?: {[key: string]: number \| string \| boolean};|@ohos.resourceschedule.workScheduler.d.ts|
143|Added|NA|Class name: NetworkType;<br>Method or attribute name: NETWORK_TYPE_ANY = 0|@ohos.resourceschedule.workScheduler.d.ts|
144|Added|NA|Class name: NetworkType;<br>Method or attribute name: NETWORK_TYPE_MOBILE|@ohos.resourceschedule.workScheduler.d.ts|
145|Added|NA|Class name: NetworkType;<br>Method or attribute name: NETWORK_TYPE_WIFI|@ohos.resourceschedule.workScheduler.d.ts|
146|Added|NA|Class name: NetworkType;<br>Method or attribute name: NETWORK_TYPE_BLUETOOTH|@ohos.resourceschedule.workScheduler.d.ts|
147|Added|NA|Class name: NetworkType;<br>Method or attribute name: NETWORK_TYPE_WIFI_P2P|@ohos.resourceschedule.workScheduler.d.ts|
148|Added|NA|Class name: NetworkType;<br>Method or attribute name: NETWORK_TYPE_ETHERNET|@ohos.resourceschedule.workScheduler.d.ts|
149|Added|NA|Class name: ChargingType;<br>Method or attribute name: CHARGING_PLUGGED_ANY = 0|@ohos.resourceschedule.workScheduler.d.ts|
150|Added|NA|Class name: ChargingType;<br>Method or attribute name: CHARGING_PLUGGED_AC|@ohos.resourceschedule.workScheduler.d.ts|
151|Added|NA|Class name: ChargingType;<br>Method or attribute name: CHARGING_PLUGGED_USB|@ohos.resourceschedule.workScheduler.d.ts|
152|Added|NA|Class name: ChargingType;<br>Method or attribute name: CHARGING_PLUGGED_WIRELESS|@ohos.resourceschedule.workScheduler.d.ts|
153|Added|NA|Class name: BatteryStatus;<br>Method or attribute name: BATTERY_STATUS_LOW = 0|@ohos.resourceschedule.workScheduler.d.ts|
154|Added|NA|Class name: BatteryStatus;<br>Method or attribute name: BATTERY_STATUS_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
155|Added|NA|Class name: BatteryStatus;<br>Method or attribute name: BATTERY_STATUS_LOW_OR_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
156|Added|NA|Class name: StorageRequest;<br>Method or attribute name: STORAGE_LEVEL_LOW = 0|@ohos.resourceschedule.workScheduler.d.ts|
157|Added|NA|Class name: StorageRequest;<br>Method or attribute name: STORAGE_LEVEL_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
158|Added|NA|Class name: StorageRequest;<br>Method or attribute name: STORAGE_LEVEL_LOW_OR_OKAY|@ohos.resourceschedule.workScheduler.d.ts|
159|Added|NA|Class name: WorkSchedulerExtensionAbility;<br>Method or attribute name: onWorkStart(work: workScheduler.WorkInfo): void;|@ohos.WorkSchedulerExtensionAbility.d.ts|
160|Added|NA|Class name: WorkSchedulerExtensionAbility;<br>Method or attribute name: onWorkStop(work: workScheduler.WorkInfo): void;|@ohos.WorkSchedulerExtensionAbility.d.ts|
161|Deprecated version changed|Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning|@ohos.ability.particleAbility.d.ts|
162|Deprecated version changed|Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>Old version: |Class name: particleAbility;<br>Method or attribute name: function startBackgroundRunning(id: number, request: NotificationRequest): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning|@ohos.ability.particleAbility.d.ts|
163|Deprecated version changed|Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning|@ohos.ability.particleAbility.d.ts|
164|Deprecated version changed|Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>Old version: |Class name: particleAbility;<br>Method or attribute name: function cancelBackgroundRunning(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning|@ohos.ability.particleAbility.d.ts|
165|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: declare backgroundTaskManager<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: declare backgroundTaskManager<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager|@ohos.backgroundTaskManager.d.ts|
166|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function cancelSuspendDelay(requestId: number): void;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function cancelSuspendDelay(requestId: number): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.cancelSuspendDelay|@ohos.backgroundTaskManager.d.ts|
167|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function getRemainingDelayTime(requestId: number, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime|@ohos.backgroundTaskManager.d.ts|
168|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\<number>;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function getRemainingDelayTime(requestId: number): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.getRemainingDelayTime|@ohos.backgroundTaskManager.d.ts|
169|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\<void>): DelaySuspendInfo;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function requestSuspendDelay(reason: string, callback: Callback\<void>): DelaySuspendInfo;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.requestSuspendDelay|@ohos.backgroundTaskManager.d.ts|
170|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning|@ohos.backgroundTaskManager.d.ts|
171|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function startBackgroundRunning(context: Context, bgMode: BackgroundMode, wantAgent: WantAgent): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.startBackgroundRunning|@ohos.backgroundTaskManager.d.ts|
172|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function stopBackgroundRunning(context: Context, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning|@ohos.backgroundTaskManager.d.ts|
173|Deprecated version changed|Class name: backgroundTaskManager;<br>Method or attribute name: function stopBackgroundRunning(context: Context): Promise\<void>;<br>Old version: |Class name: backgroundTaskManager;<br>Method or attribute name: function stopBackgroundRunning(context: Context): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.stopBackgroundRunning|@ohos.backgroundTaskManager.d.ts|
174|Deprecated version changed|Class name: DelaySuspendInfo;<br>Method or attribute name: interface DelaySuspendInfo<br>Old version: |Class name: DelaySuspendInfo;<br>Method or attribute name: interface DelaySuspendInfo<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo|@ohos.backgroundTaskManager.d.ts|
175|Deprecated version changed|Class name: DelaySuspendInfo;<br>Method or attribute name: requestId: number;<br>Old version: |Class name: DelaySuspendInfo;<br>Method or attribute name: requestId: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo|@ohos.backgroundTaskManager.d.ts|
176|Deprecated version changed|Class name: DelaySuspendInfo;<br>Method or attribute name: actualDelayTime: number;<br>Old version: |Class name: DelaySuspendInfo;<br>Method or attribute name: actualDelayTime: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.DelaySuspendInfo|@ohos.backgroundTaskManager.d.ts|
177|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: export enum BackgroundMode<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: export enum BackgroundMode<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
178|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: DATA_TRANSFER = 1<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: DATA_TRANSFER = 1<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
179|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: AUDIO_PLAYBACK = 2<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: AUDIO_PLAYBACK = 2<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
180|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: AUDIO_RECORDING = 3<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: AUDIO_RECORDING = 3<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
181|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: LOCATION = 4<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: LOCATION = 4<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
182|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: BLUETOOTH_INTERACTION = 5<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: BLUETOOTH_INTERACTION = 5<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
183|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: MULTI_DEVICE_CONNECTION = 6<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: MULTI_DEVICE_CONNECTION = 6<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
184|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: WIFI_INTERACTION = 7<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: WIFI_INTERACTION = 7<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
185|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: VOIP = 8<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: VOIP = 8<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
186|Deprecated version changed|Class name: BackgroundMode;<br>Method or attribute name: TASK_KEEPING = 9<br>Old version: |Class name: BackgroundMode;<br>Method or attribute name: TASK_KEEPING = 9<br>New version: 9<br>Substitute API: ohos.resourceschedule.backgroundTaskManager.BackgroundMode|@ohos.backgroundTaskManager.d.ts|
187|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: declare bundleState<br>Old version: |Class name: bundleState;<br>Method or attribute name: declare bundleState<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics|@ohos.bundleState.d.ts|
188|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function isIdleState(bundleName: string, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.isIdleState|@ohos.bundleState.d.ts|
189|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function isIdleState(bundleName: string): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.isIdleState|@ohos.bundleState.d.ts|
190|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryAppUsagePriorityGroup(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup|@ohos.bundleState.d.ts|
191|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryAppUsagePriorityGroup(): Promise\<number>;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryAppUsagePriorityGroup(): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryAppGroup|@ohos.bundleState.d.ts|
192|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback\<BundleActiveInfoResponse>): void;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number, callback: AsyncCallback\<BundleActiveInfoResponse>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos|@ohos.bundleState.d.ts|
193|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfos(begin: number, end: number): Promise\<BundleActiveInfoResponse>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfos|@ohos.bundleState.d.ts|
194|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\<Array\<BundleStateInfo>>): void;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number, callback: AsyncCallback\<Array\<BundleStateInfo>>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval|@ohos.bundleState.d.ts|
195|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\<Array\<BundleStateInfo>>;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryBundleStateInfoByInterval(byInterval: IntervalType, begin: number, end: number): Promise\<Array\<BundleStateInfo>>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleStatsInfoByInterval|@ohos.bundleState.d.ts|
196|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents|@ohos.bundleState.d.ts|
197|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryBundleEvents|@ohos.bundleState.d.ts|
198|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number, callback: AsyncCallback\<Array\<BundleActiveState>>): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents|@ohos.bundleState.d.ts|
199|Deprecated version changed|Class name: bundleState;<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>Old version: |Class name: bundleState;<br>Method or attribute name: function queryCurrentBundleActiveStates(begin: number, end: number): Promise\<Array\<BundleActiveState>>;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.queryCurrentBundleEvents|@ohos.bundleState.d.ts|
200|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: interface BundleStateInfo<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: interface BundleStateInfo<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
201|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: id: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: id: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
202|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: abilityInFgTotalTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: abilityInFgTotalTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
203|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: abilityPrevAccessTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: abilityPrevAccessTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
204|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: abilityPrevSeenTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: abilityPrevSeenTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
205|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: abilitySeenTotalTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: abilitySeenTotalTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
206|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: bundleName?: string;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: bundleName?: string;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
207|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: bundleName?: string;<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: bundleName?: string;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
208|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: fgAbilityAccessTotalTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: fgAbilityAccessTotalTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
209|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: fgAbilityPrevAccessTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: fgAbilityPrevAccessTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
210|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: infosBeginTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: infosBeginTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
211|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: infosEndTime?: number;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: infosEndTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
212|Deprecated version changed|Class name: BundleStateInfo;<br>Method or attribute name: merge(toMerge: BundleStateInfo): void;<br>Old version: |Class name: BundleStateInfo;<br>Method or attribute name: merge(toMerge: BundleStateInfo): void;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsInfo|@ohos.bundleState.d.ts|
213|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: interface BundleActiveState<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: interface BundleActiveState<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
214|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: appUsagePriorityGroup?: number;<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: appUsagePriorityGroup?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
215|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: indexOfLink?: string;<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: indexOfLink?: string;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
216|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: nameOfClass?: string;<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: nameOfClass?: string;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
217|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: stateOccurredTime?: number;<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: stateOccurredTime?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
218|Deprecated version changed|Class name: BundleActiveState;<br>Method or attribute name: stateType?: number;<br>Old version: |Class name: BundleActiveState;<br>Method or attribute name: stateType?: number;<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleEvents|@ohos.bundleState.d.ts|
219|Deprecated version changed|Class name: BundleActiveInfoResponse;<br>Method or attribute name: interface BundleActiveInfoResponse<br>Old version: |Class name: BundleActiveInfoResponse;<br>Method or attribute name: interface BundleActiveInfoResponse<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.BundleStatsMap|@ohos.bundleState.d.ts|
220|Deprecated version changed|Class name: IntervalType;<br>Method or attribute name: export enum IntervalType<br>Old version: |Class name: IntervalType;<br>Method or attribute name: export enum IntervalType<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType|@ohos.bundleState.d.ts|
221|Deprecated version changed|Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>Old version: |Class name: IntervalType;<br>Method or attribute name: BY_OPTIMIZED = 0<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType|@ohos.bundleState.d.ts|
222|Deprecated version changed|Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>Old version: |Class name: IntervalType;<br>Method or attribute name: BY_DAILY = 1<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType|@ohos.bundleState.d.ts|
223|Deprecated version changed|Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>Old version: |Class name: IntervalType;<br>Method or attribute name: BY_WEEKLY = 2<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType|@ohos.bundleState.d.ts|
224|Deprecated version changed|Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3<br>Old version: |Class name: IntervalType;<br>Method or attribute name: BY_MONTHLY = 3<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType|@ohos.bundleState.d.ts|
225|Deprecated version changed|Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4<br>Old version: |Class name: IntervalType;<br>Method or attribute name: BY_ANNUALLY = 4<br>New version: 9<br>Substitute API: ohos.resourceschedule.usageStatistics.IntervalType|@ohos.bundleState.d.ts|
226