Change Type | Old Version | New Version | d.ts File |
---|---|---|---|
Added | NA | Class name: AppAccountManager Method or attribute name: createAccount(name: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: createAccountImplicitly(owner: string, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: removeAccount(name: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: removeAccount(name: string): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkAppAccess(name: string, bundleName: string, callback: AsyncCallback<boolean>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise<boolean>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkDataSyncEnabled(name: string, callback: AsyncCallback<boolean>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkDataSyncEnabled(name: string): Promise<boolean>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setCredential(name: string, credentialType: string, credential: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setCustomData(name: string, key: string, value: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setCustomData(name: string, key: string, value: string): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAccountsByOwner(owner: string): Promise<Array<AppAccountInfo>>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getCredential(name: string, credentialType: string, callback: AsyncCallback<string>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getCredential(name: string, credentialType: string): Promise<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getCustomData(name: string, key: string, callback: AsyncCallback<string>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getCustomData(name: string, key: string): Promise<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getCustomDataSync(name: string, key: string): string; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: on(type: 'accountChange', owners: Array<string>, callback: Callback<Array<AppAccountInfo>>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: off(type: 'accountChange', callback?: Callback<Array<AppAccountInfo>>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: auth(name: string, owner: string, authType: string, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: auth(name: string, owner: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback<string>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAuthToken(name: string, authType: string, token: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback<boolean>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAllAuthTokens(name: string, owner: string, callback: AsyncCallback<Array<AuthTokenInfo>>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise<Array<AuthTokenInfo>>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAuthList(name: string, authType: string, callback: AsyncCallback<Array<string>>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAuthList(name: string, authType: string): Promise<Array<string>>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAuthCallback(sessionId: string, callback: AsyncCallback<AuthCallback>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: getAuthCallback(sessionId: string): Promise<AuthCallback>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: queryAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array<string>, callback: AsyncCallback<boolean>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array<string>): Promise<boolean>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: deleteCredential(name: string, credentialType: string, callback: AsyncCallback<void>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: deleteCredential(name: string, credentialType: string): Promise<void>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions, callback: AsyncCallback<Array<AppAccountInfo>>): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise<Array<AppAccountInfo>>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: verifyCredential(name: string, owner: string, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAuthenticatorProperties(owner: string, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AppAccountManager Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthTokenInfo |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthTokenInfo Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthTokenInfo Method or attribute name: authType: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthTokenInfo Method or attribute name: authType: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthTokenInfo Method or attribute name: token: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthTokenInfo Method or attribute name: token: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthTokenInfo Method or attribute name: account?: AppAccountInfo; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthTokenInfo Method or attribute name: account?: AppAccountInfo; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthResult |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthResult Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthResult Method or attribute name: account?: AppAccountInfo; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthResult Method or attribute name: account?: AppAccountInfo; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthResult Method or attribute name: tokenInfo?: AuthTokenInfo; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthResult Method or attribute name: tokenInfo?: AuthTokenInfo; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: CreateAccountOptions |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: CreateAccountOptions Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: CreateAccountOptions Method or attribute name: customData?: {[key: string]: string}; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: CreateAccountOptions Method or attribute name: customData?: {[key: string]: string}; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: CreateAccountImplicitlyOptions |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: CreateAccountImplicitlyOptions Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: CreateAccountImplicitlyOptions Method or attribute name: requiredLabels?: Array<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: CreateAccountImplicitlyOptions Method or attribute name: requiredLabels?: Array<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: CreateAccountImplicitlyOptions Method or attribute name: authType?: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: CreateAccountImplicitlyOptions Method or attribute name: authType?: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: CreateAccountImplicitlyOptions Method or attribute name: parameters?: {[key:string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: CreateAccountImplicitlyOptions Method or attribute name: parameters?: {[key:string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SelectAccountsOptions |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SelectAccountsOptions Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SelectAccountsOptions Method or attribute name: allowedAccounts?: Array<AppAccountInfo>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SelectAccountsOptions Method or attribute name: allowedAccounts?: Array<AppAccountInfo>; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SelectAccountsOptions Method or attribute name: allowedOwners?: Array<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SelectAccountsOptions Method or attribute name: allowedOwners?: Array<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SelectAccountsOptions Method or attribute name: requiredLabels?: Array<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SelectAccountsOptions Method or attribute name: requiredLabels?: Array<string>; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: VerifyCredentialOptions |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: VerifyCredentialOptions Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: VerifyCredentialOptions Method or attribute name: credentialType?: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: VerifyCredentialOptions Method or attribute name: credentialType?: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: VerifyCredentialOptions Method or attribute name: credential?: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: VerifyCredentialOptions Method or attribute name: credential?: string; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: VerifyCredentialOptions Method or attribute name: parameters?: {[key:string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: VerifyCredentialOptions Method or attribute name: parameters?: {[key:string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SetPropertiesOptions |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SetPropertiesOptions Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SetPropertiesOptions Method or attribute name: properties?: {[key: string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SetPropertiesOptions Method or attribute name: properties?: {[key: string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: SetPropertiesOptions Method or attribute name: parameters?: {[key: string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: SetPropertiesOptions Method or attribute name: parameters?: {[key: string]: Object}; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Constants Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = "createAccountImplicitly" |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Constants Method or attribute name: ACTION_AUTH = "auth" |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Constants Method or attribute name: ACTION_VERIFY_CREDENTIAL = "verifyCredential" |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Constants Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = "setAuthenticatorProperties" |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Constants Method or attribute name: KEY_REQUIRED_LABELS = "requiredLabels" |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Constants Method or attribute name: KEY_BOOLEAN_RESULT = "booleanResult" |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthCallback |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthCallback Method or attribute name: |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthCallback Method or attribute name: onResult: (code: number, result?: AuthResult) => void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthCallback Method or attribute name: onResult: (code: number, result?: AuthResult) => void; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthCallback Method or attribute name: onRequestRedirected: (request: Want) => void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthCallback Method or attribute name: onRequestRedirected: (request: Want) => void; |
@ohos.account.appAccount.d.ts |
Added | NA | Module name: ohos.account.appAccount Class name: AuthCallback Method or attribute name: onRequestContinued?: () => void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: AuthCallback Method or attribute name: onRequestContinued?: () => void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: createAccountImplicitly(options: CreateAccountImplicitlyOptions, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: auth(name: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: verifyCredential(name: string, options: VerifyCredentialOptions, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: setProperties(options: SetPropertiesOptions, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: checkAccountLabels(name: string, labels: Array<string>, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: Authenticator Method or attribute name: getRemoteObject(): rpc.RemoteObject; |
@ohos.account.appAccount.d.ts |
Added | NA | Class name: DistributedAccountAbility Method or attribute name: getOsAccountDistributedInfo(callback: AsyncCallback<DistributedInfo>): void; |
@ohos.account.distributedAccount.d.ts |
Added | NA | Class name: DistributedAccountAbility Method or attribute name: getOsAccountDistributedInfo(): Promise<DistributedInfo>; |
@ohos.account.distributedAccount.d.ts |
Added | NA | Class name: DistributedAccountAbility Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback<void>): void; |
@ohos.account.distributedAccount.d.ts |
Added | NA | Class name: DistributedAccountAbility Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>; |
@ohos.account.distributedAccount.d.ts |
Added | NA | Class name: DistributedInfo Method or attribute name: nickname?: string; |
@ohos.account.distributedAccount.d.ts |
Added | NA | Class name: DistributedInfo Method or attribute name: avatar?: string; |
@ohos.account.distributedAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkMultiOsAccountEnabled(callback: AsyncCallback<boolean>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkMultiOsAccountEnabled(): Promise<boolean>; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountActivated(localId: number, callback: AsyncCallback<boolean>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountActivated(localId: number): Promise<boolean>; |
@ohos.account.osAccount.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: checkOsAccountTestable(callback: AsyncCallback<boolean>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountTestable(): Promise<boolean>; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountVerified(callback: AsyncCallback<boolean>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountVerified(): Promise<boolean>; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: checkOsAccountVerified(localId: number): Promise<boolean>; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: getOsAccountCount(callback: AsyncCallback<number>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: getOsAccountCount(): Promise<number>; |
@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: getOsAccountConstraints(localId: number, callback: AsyncCallback<Array<string>>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: getOsAccountConstraints(localId: number): Promise<Array<string>>; |
@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: getCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: getCurrentOsAccount(): Promise<OsAccountInfo>; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: getOsAccountType(callback: AsyncCallback<OsAccountType>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: getOsAccountType(): Promise<OsAccountType>; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: queryDistributedVirtualDeviceId(callback: AsyncCallback<string>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: queryDistributedVirtualDeviceId(): Promise<string>; |
@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: isMainOsAccount(callback: AsyncCallback<boolean>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AccountManager Method or attribute name: isMainOsAccount(): Promise<boolean>; |
@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 |
Added | NA | Module name: ohos.account.osAccount Class name: InputerManager |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: InputerManager Method or attribute name: |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: InputerManager Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: InputerManager Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: InputerManager Method or attribute name: static unregisterInputer(authType: AuthType): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: InputerManager Method or attribute name: static unregisterInputer(authType: AuthType): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: DomainPlugin |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: DomainPlugin Method or attribute name: |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: DomainPlugin Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: DomainPlugin Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: DomainAccountManager |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: DomainAccountManager Method or attribute name: |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: DomainAccountManager Method or attribute name: static registerPlugin(plugin: DomainPlugin): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: DomainAccountManager Method or attribute name: static registerPlugin(plugin: DomainPlugin): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: DomainAccountManager Method or attribute name: static unregisterPlugin(): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: DomainAccountManager Method or attribute name: static unregisterPlugin(): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: UserIdentityManager Method or attribute name: getAuthInfo(callback: AsyncCallback<Array<EnrolledCredInfo>>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: UserIdentityManager Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void; |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: AuthType Method or attribute name: DOMAIN = 1024 |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AuthType Method or attribute name: DOMAIN = 1024 |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: AuthSubType Method or attribute name: DOMAIN_MIXED = 10240001 |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: AuthSubType Method or attribute name: DOMAIN_MIXED = 10240001 |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceType |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceType Method or attribute name: |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_NOT_EXIST = 0 |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_NOT_EXIST = 0 |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_TYPE_BASE = 1 |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_TYPE_BASE = 1 |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2 |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2 |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3 |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceType Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3 |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceTypeInfo |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceTypeInfo Method or attribute name: |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceTypeInfo Method or attribute name: localId: number; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceTypeInfo Method or attribute name: localId: number; |
@ohos.account.osAccount.d.ts |
Added | NA | Module name: ohos.account.osAccount Class name: ConstraintSourceTypeInfo Method or attribute name: type: ConstraintSourceType; |
@ohos.account.osAccount.d.ts |
Added | NA | Class name: ConstraintSourceTypeInfo Method or attribute name: type: ConstraintSourceType; |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: addAccount(name: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: addAccount(name: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: addAccount(name: string, extraInfo?: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: addAccount(name: string, extraInfo?: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: deleteAccount(name: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: deleteAccount(name: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: deleteAccount(name: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: deleteAccount(name: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: checkAppAccountSyncEnable(name: string): Promise<boolean>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: checkAppAccountSyncEnable(name: string): Promise<boolean>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback<Array<AppAccountInfo>>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback<Array<AppAccountInfo>>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback<string>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback<string>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise<string>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise<string>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback<string>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback<string>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAccountExtraInfo(name: string): Promise<string>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAccountExtraInfo(name: string): Promise<string>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback<string>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback<string>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAssociatedData(name: string, key: string): Promise<string>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAssociatedData(name: string, key: string): Promise<string>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: on(type: 'change', owners: Array<string>, callback: Callback<Array<AppAccountInfo>>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: on(type: 'change', owners: Array<string>, callback: Callback<Array<AppAccountInfo>>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: off(type: 'change', callback?: Callback<Array<AppAccountInfo>>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: off(type: 'change', callback?: Callback<Array<AppAccountInfo>>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback<string>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback<string>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise<string>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise<string>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback<Array<OAuthTokenInfo>>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback<Array<OAuthTokenInfo>>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise<Array<OAuthTokenInfo>>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise<Array<OAuthTokenInfo>>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback<Array<string>>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback<Array<string>>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getOAuthList(name: string, authType: string): Promise<Array<string>>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getOAuthList(name: string, authType: string): Promise<Array<string>>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback<AuthenticatorCallback>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback<AuthenticatorCallback>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise<AuthenticatorCallback>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise<AuthenticatorCallback>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AppAccountManager Method or attribute name: getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>; Deprecated version: N/A |
Class name: AppAccountManager Method or attribute name: getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>; Deprecated version: 9 Substitute API: appAccount.AppAccountManager |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: OAuthTokenInfo Deprecated version: N/A |
Class name: OAuthTokenInfo Deprecated version: 9 Substitute API: appAccount.AuthTokenInfo |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: Constants Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly" Deprecated version: N/A |
Class name: Constants Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly" Deprecated version: 9 Substitute API: appAccount.Constants |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: Constants Method or attribute name: ACTION_AUTHENTICATE = "authenticate" Deprecated version: N/A |
Class name: Constants Method or attribute name: ACTION_AUTHENTICATE = "authenticate" Deprecated version: 9 Substitute API: appAccount.Constants |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: ResultCode Deprecated version: N/A |
Class name: ResultCode Deprecated version: 9 Substitute API: N/A |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: AuthenticatorCallback Deprecated version: N/A |
Class name: AuthenticatorCallback Deprecated version: 9 Substitute API: AppAccount.AuthCallback |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: Authenticator Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: N/A |
Class name: Authenticator Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: 9 Substitute API: appAccount.Authenticator |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: Authenticator Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: N/A |
Class name: Authenticator Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void; Deprecated version: 9 Substitute API: appAccount.Authenticator |
@ohos.account.appAccount.d.ts |
Deprecated version changed | Class name: DistributedAccountAbility Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback<DistributedInfo>): void; Deprecated version: N/A |
Class name: DistributedAccountAbility Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback<DistributedInfo>): void; Deprecated version: 9 Substitute API: distributedAccount.DistributedAccountAbility |
@ohos.account.distributedAccount.d.ts |
Deprecated version changed | Class name: DistributedAccountAbility Method or attribute name: queryOsAccountDistributedInfo(): Promise<DistributedInfo>; Deprecated version: N/A |
Class name: DistributedAccountAbility Method or attribute name: queryOsAccountDistributedInfo(): Promise<DistributedInfo>; Deprecated version: 9 Substitute API: distributedAccount.DistributedAccountAbility |
@ohos.account.distributedAccount.d.ts |
Deprecated version changed | Class name: DistributedAccountAbility Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: DistributedAccountAbility Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback<void>): void; Deprecated version: 9 Substitute API: distributedAccount.DistributedAccountAbility |
@ohos.account.distributedAccount.d.ts |
Deprecated version changed | Class name: DistributedAccountAbility Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>; Deprecated version: N/A |
Class name: DistributedAccountAbility Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>; Deprecated version: 9 Substitute API: distributedAccount.DistributedAccountAbility |
@ohos.account.distributedAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isMultiOsAccountEnable(): Promise<boolean>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isMultiOsAccountEnable(): Promise<boolean>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountActived(localId: number): Promise<boolean>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountActived(localId: number): Promise<boolean>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise<boolean>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise<boolean>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isTestOsAccount(callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isTestOsAccount(callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isTestOsAccount(): Promise<boolean>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isTestOsAccount(): Promise<boolean>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountVerified(callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountVerified(callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: isOsAccountVerified(localId?: number): Promise<boolean>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: isOsAccountVerified(localId?: number): Promise<boolean>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback<number>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback<number>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getCreatedOsAccountsCount(): Promise<number>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getCreatedOsAccountsCount(): Promise<number>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback<number>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback<number>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromProcess(): Promise<number>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromProcess(): Promise<number>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback<number>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback<number>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise<number>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise<number>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback<number>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback<number>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback<Array<string>>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback<Array<string>>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountAllConstraints(localId: number): Promise<Array<string>>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountAllConstraints(localId: number): Promise<Array<string>>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback<Array<number>>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback<Array<number>>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: queryActivatedOsAccountIds(): Promise<Array<number>>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: queryActivatedOsAccountIds(): Promise<Array<number>>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: queryCurrentOsAccount(): Promise<OsAccountInfo>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: queryCurrentOsAccount(): Promise<OsAccountInfo>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback<OsAccountType>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback<OsAccountType>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountTypeFromProcess(): Promise<OsAccountType>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountTypeFromProcess(): Promise<OsAccountType>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback<string>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback<string>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getDistributedVirtualDeviceId(): Promise<string>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getDistributedVirtualDeviceId(): Promise<string>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback<number>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback<number>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise<number>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise<number>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback<number>): void; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback<number>): void; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Deprecated version changed | Class name: AccountManager Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise<number>; Deprecated version: N/A |
Class name: AccountManager Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise<number>; Deprecated version: 9 Substitute API: osAccount.AccountManager |
@ohos.account.osAccount.d.ts |
Initial version changed | Class name: OAuthTokenInfo Method or attribute name: authType: string; Initial version: N/A |
Class name: OAuthTokenInfo Method or attribute name: authType: string; Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: OAuthTokenInfo Method or attribute name: token: string; Initial version: N/A |
Class name: OAuthTokenInfo Method or attribute name: token: string; Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly" Initial version: N/A |
Class name: Constants Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: ACTION_AUTHENTICATE = "authenticate" Initial version: N/A |
Class name: Constants Method or attribute name: ACTION_AUTHENTICATE = "authenticate" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_NAME = "name" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_NAME = "name" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_OWNER = "owner" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_OWNER = "owner" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_TOKEN = "token" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_TOKEN = "token" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_ACTION = "action" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_ACTION = "action" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_AUTH_TYPE = "authType" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_AUTH_TYPE = "authType" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_SESSION_ID = "sessionId" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_SESSION_ID = "sessionId" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_CALLER_PID = "callerPid" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_CALLER_PID = "callerPid" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_CALLER_UID = "callerUid" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_CALLER_UID = "callerUid" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: Constants Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName" Initial version: N/A |
Class name: Constants Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName" Initial version: 8 |
@ohos.account.appAccount.d.ts |
Initial version changed | Class name: DistributedInfo Method or attribute name: name: string; Initial version: N/A |
Class name: DistributedInfo Method or attribute name: name: string; Initial version: 7 |
@ohos.account.distributedAccount.d.ts |
Initial version changed | Class name: DistributedInfo Method or attribute name: id: string; Initial version: N/A |
Class name: DistributedInfo Method or attribute name: id: string; Initial version: 7 |
@ohos.account.distributedAccount.d.ts |
Initial version changed | Class name: DistributedInfo Method or attribute name: event: string; Initial version: N/A |
Class name: DistributedInfo Method or attribute name: event: string; Initial version: 7 |
@ohos.account.distributedAccount.d.ts |
Initial version changed | Class name: PINAuth Method or attribute name: unregisterInputer(): void; Initial version: N/A |
Class name: PINAuth Method or attribute name: unregisterInputer(): void; Initial version: 8 |
@ohos.account.osAccount.d.ts |
Permission changed | Class name: UserIdentityManager Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>; Permission: ohos.permission.ACCESS_USER_IDM |
Class name: UserIdentityManager Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>; Permission: ohos.permission.USE_USER_IDM |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback<void>): void; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: activateOsAccount(localId: number): Promise<void>; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback<void>): void; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: removeOsAccount(localId: number): Promise<void>; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean, callback: AsyncCallback<void>): void; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback<void>): void; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback<number>): void; Error code: 401, 12300001 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: queryMaxOsAccountNumber(): Promise<number>; Error code: 401, 12300001 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback<Array<OsAccountInfo>>): void; Error code: 201, 401, 12300001 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>; Error code: 201, 401, 12300001 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback<OsAccountInfo>): void; Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>; Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback<OsAccountInfo>): void; Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>; Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback<OsAccountInfo>): void; Error code: 201, 401, 12300001, 12300002, 12300003 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>; Error code: 201, 401, 12300001, 12300002, 12300003 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback<string>): void; Error code: 201, 401, 12300001, 12300002, 12300003 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>; Error code: 201, 401, 12300001, 12300002, 12300003 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback<void>): void; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>; Error code: 201, 401, 12300001, 12300002, 12300003, 12300008 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: on(type: 'activate' | 'activating', name: string, callback: Callback<number>): void; Error code: 201, 401, 12300001, 12300002, 12300011 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: on(type: 'activate' | 'activating', name: string, callback: Callback<number>): void; Error code: 201, 401, 12300001, 12300002, 12300011 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: off(type: 'activate' | 'activating', name: string, callback?: Callback<number>): void; Error code: 201, 401, 12300001, 12300002, 12300012 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: AccountManager Method or attribute name: off(type: 'activate' | 'activating', name: string, callback?: Callback<number>): void; Error code: 201, 401, 12300001, 12300002, 12300012 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserAuth Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number; Error code: 201, 401, 12300001, 12300002 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserAuth Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback<ExecutorProperty>): void; Error code: 201, 401, 12300001, 12300002 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserAuth Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>; Error code: 201, 401, 12300001, 12300002 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserAuth Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array; Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserAuth Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array; Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112 |
@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: openSession(callback: AsyncCallback<Uint8Array>): void; Error code: 201, 401, 12300001 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserIdentityManager Method or attribute name: openSession(): Promise<Uint8Array>; Error code: 201, 401, 12300001 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserIdentityManager Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void; Error code: 201, 401, 12300001, 12300002, 12300101, 12300106 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserIdentityManager Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void; Error code: 201, 401, 12300001, 12300002, 12300101, 12300106 |
@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 |
Error code added | NA | Class name: UserIdentityManager Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void; Error code: 201, 401, 12300001, 12300101 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserIdentityManager Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void; Error code: 201, 401, 12300001, 12300002, 12300101, 12300102 |
@ohos.account.osAccount.d.ts |
Error code added | NA | Class name: UserIdentityManager Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>; Error code: 201, 401, 12300001, 12300002, 12300102 |
@ohos.account.osAccount.d.ts |
Permission added | Class name: AccountManager Method or attribute name: isOsAccountVerified(callback: AsyncCallback<boolean>): void; Permission: N/A |
Class name: AccountManager Method or attribute name: isOsAccountVerified(callback: AsyncCallback<boolean>): void; Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS |
@ohos.account.osAccount.d.ts |
Function changed | Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void; |
Class name: AppAccountManager Method or attribute name: getAllAccounts(callback: AsyncCallback<Array<AppAccountInfo>>): void; |
@ohos.account.appAccount.d.ts |
Function changed | Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>; |
Class name: AppAccountManager Method or attribute name: getAllAccounts(): Promise<Array<AppAccountInfo>>; |
@ohos.account.appAccount.d.ts |
Function changed | Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void; |
Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback<Array<AppAccountInfo>>): void; |
@ohos.account.appAccount.d.ts |
Function changed | Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>; |
Class name: AppAccountManager Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>; |
@ohos.account.appAccount.d.ts |
Function changed | Class name: UserAuth Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback<number>): void; |
Class name: UserAuth Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback<void>): void; |
@ohos.account.osAccount.d.ts |
Function changed | Class name: UserAuth Method or attribute name: setProperty(request: SetPropertyRequest): Promise<number>; |
Class name: UserAuth Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>; |
@ohos.account.osAccount.d.ts |
Function changed | Class name: UserAuth Method or attribute name: cancelAuth(contextID: Uint8Array): number; |
Class name: UserAuth Method or attribute name: cancelAuth(contextID: Uint8Array): void; |
@ohos.account.osAccount.d.ts |
Function changed | Class name: PINAuth Method or attribute name: registerInputer(inputer: IInputer): boolean; |
Class name: PINAuth Method or attribute name: registerInputer(inputer: IInputer): void; |
@ohos.account.osAccount.d.ts |
Function changed | Class name: UserIdentityManager Method or attribute name: cancel(challenge: Uint8Array): number; |
Class name: UserIdentityManager Method or attribute name: cancel(challenge: Uint8Array): void; |
@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: (callback: IInputData) => void; |
Class name: IInputer Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void; |
@ohos.account.osAccount.d.ts |