openharmony 鸿蒙 storage-switch

2023-02-03 浏览 (747)

Storage Switching

API in the FA ModelCorresponding .d.ts File in the Stage ModelCorresponding API in the Stage Model
GetStorageOptionsThere is no corresponding API in the stage model.The stage model uses Preferences to replace Storage and has redesigned the input parameters.
SetStorageOptionsThere is no corresponding API in the stage model.The stage model uses Preferences to replace Storage and has redesigned the input parameters.
ClearStorageOptionsThere is no corresponding API in the stage model.The stage model uses Preferences to replace Storage and has redesigned the input parameters.
DeleteStorageOptionsThere is no corresponding API in the stage model.The stage model uses Preferences to replace Storage and has redesigned the input parameters.
static get(options: GetStorageOptions): void;@ohos.data.preferences.d.tsget(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
get(key: string, defValue: ValueType): Promise<ValueType>;
static set(options: SetStorageOptions): void;@ohos.data.preferences.d.tsput(key: string, value: ValueType, callback: AsyncCallback<void>): void;
put(key: string, value: ValueType): Promise<void>;
static clear(options?: ClearStorageOptions): void;@ohos.data.preferences.d.tsclear(callback: AsyncCallback<void>): void;
clear(): Promise<void>;
static delete(options: DeleteStorageOptions): void;@ohos.data.preferences.d.tsdelete(key: string, callback: AsyncCallback<void>): void;
delete(key: string): Promise<void>;

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Ability Kit

harmony 鸿蒙Obtaining Reasons for Abnormal Application Exits

harmony 鸿蒙UIAbility Backup and Restore

harmony 鸿蒙Using Explicit Want to Start an Application Component

harmony 鸿蒙Introduction to Ability Kit

harmony 鸿蒙AbilityStage Component Container

harmony 鸿蒙Accessing a DataAbility

harmony 鸿蒙Accessing a DataShareExtensionAbility from the FA Model

harmony 鸿蒙Common action and entities Values (Not Recommended)

harmony 鸿蒙API Switching Overview

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/fdca332b7fb7489c9c3fc3f1077c1de3