harmony 鸿蒙js-apidiff-account

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

Change Type Old Version New Version d.ts File
Added NA Class name: Authenticator
Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;
@ohos.account.appAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback<boolean>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise<boolean>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalId(callback: AsyncCallback<number>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalId(): Promise<number>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback<number>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise<number>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback<number>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise<number>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback<Array<number>>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(): Promise<Array<number>>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback<number>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise<number>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback<number>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise<number>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback<number>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number): Promise<number>;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback<Array<ConstraintSourceTypeInfo>>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise<Array<ConstraintSourceTypeInfo>>;
@ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.appAccount
Class name: OAuthTokenInfo
Method or attribute name: account?: AppAccountInfo;
NA @ohos.account.appAccount.d.ts
Deleted Module name: ohos.account.appAccount
Class name: AuthenticatorCallback
Method or attribute name: onRequestContinued?: () => void;
NA @ohos.account.appAccount.d.ts
Deleted Module name: ohos.account.appAccount
Class name: Authenticator
Method or attribute name: isAccountRemovable(name: string, callback: AuthCallback): void;
NA @ohos.account.appAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: checkConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback<boolean>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: checkConstraintEnabled(localId: number, constraint: string): Promise<boolean>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromProcess(callback: AsyncCallback<number>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromProcess(): Promise<number>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback<number>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromUid(uid: number): Promise<number>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback<number>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getActivatedOsAccountIds(callback: AsyncCallback<Array<number>>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getActivatedOsAccountIds(): Promise<Array<number>>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback<number>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountLocalIdBySerialNumber(serialNumber: number): Promise<number>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback<number>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: querySerialNumberByOsAccountLocalId(localId: number): Promise<number>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getBundleIdFromUid(uid: number, callback: AsyncCallback<number>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: getBundleIdFromUid(uid: number): Promise<number>;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback<Array<ConstraintSourceTypeInfo>>): void;
NA @ohos.account.osAccount.d.ts
Deleted Module name: ohos.account.osAccount
Class name: AccountManager
Method or attribute name: queryOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise<Array<ConstraintSourceTypeInfo>>;
NA @ohos.account.osAccount.d.ts
Initial version changed Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Initial version: N/A
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Initial version: 9
@ohos.account.osAccount.d.ts
Initial version changed Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Initial version: N/A
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Initial version: 9
@ohos.account.osAccount.d.ts
Initial version changed Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Initial version: N/A
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Initial version: 9
@ohos.account.osAccount.d.ts
Initial version changed Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Initial version: N/A
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Initial version: 9
@ohos.account.osAccount.d.ts
Initial version changed Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;
Initial version: N/A
Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;
Initial version: 9
@ohos.account.osAccount.d.ts
Initial version changed Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;
Initial version: N/A
Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;
Initial version: 9
@ohos.account.osAccount.d.ts
Permission deleted Class name: AccountManager
Method or attribute name: checkOsAccountVerified(callback: AsyncCallback<boolean>): void;
Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
Class name: AccountManager
Method or attribute name: checkOsAccountVerified(callback: AsyncCallback<boolean>): void;
Permission: N/A
@ohos.account.osAccount.d.ts
Error code added NA Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Error code: 201
@ohos.account.osAccount.d.ts
Error code added NA Class name: UserIdentityManager
Method or attribute name: closeSession(): void;
Error code: 201
@ohos.account.osAccount.d.ts
Function changed Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId?: number): Promise<boolean>;
Class name: AccountManager
Method or attribute name: checkOsAccountVerified(): Promise<boolean>;
@ohos.account.osAccount.d.ts
Function changed Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId?: number): Promise<boolean>;
Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId: number): Promise<boolean>;
@ohos.account.osAccount.d.ts
Function changed Class name: IInputData
Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;
Class name: IInputData
Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;
@ohos.account.osAccount.d.ts
Function changed Class name: IInputer
Method or attribute name: onGetData: (pinSubType: AuthSubType, callback: IInputData) => void;
Class name: IInputer
Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;
@ohos.account.osAccount.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙JS API Differences

harmony 鸿蒙js-apidiff-ability

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

harmony 鸿蒙js-apidiff-dfx

harmony 鸿蒙js-apidiff-distributed-data

0  赞