| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:calendarManager;
方法or属性:function getCalendarManager(context: Context) : CalendarManager;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:createCalendar(calendarAccount: CalendarAccount): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:createCalendar(calendarAccount: CalendarAccount, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:deleteCalendar(calendar: Calendar): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:deleteCalendar(calendar: Calendar, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:getCalendar(calendarAccount?: CalendarAccount): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:getCalendar(calendarAccount: CalendarAccount, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:getCalendar(callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:getAllCalendars(): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarManager;
方法or属性:getAllCalendars(callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:readonly id: number|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:addEvent(event: Event): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:addEvent(event: Event, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:addEvents(events: Event[]): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:addEvents(events: Event[], callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:deleteEvent(id: number): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:deleteEvent(id: number, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:deleteEvents(ids: number[]): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:deleteEvents(ids: number[], callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:updateEvent(event: Event): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:updateEvent(event: Event, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:getEvents(eventFilter?: EventFilter, eventKey?: (keyof Event)[]): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:getEvents(eventFilter: EventFilter, eventKey: (keyof Event)[], callback: AsyncCallback\):void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:getEvents(callback: AsyncCallback\):void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:getConfig(): CalendarConfig;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:setConfig(config: CalendarConfig): Promise\;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:setConfig(config: CalendarConfig, callback: AsyncCallback\): void;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Calendar;
方法or属性:getAccount(): CalendarAccount;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarAccount;
方法or属性:readonly name: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarAccount;
方法or属性:type: CalendarType;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarAccount;
方法or属性:displayName?: string|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarConfig;
方法or属性:enableReminder?: boolean;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarConfig;
方法or属性:color?: (number \| string);|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:id?: number;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:type: EventType;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:title?: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:location?: Location;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:startTime: number;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:endTime: number;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:isAllDay?: boolean;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:attendee?: Attendee[];|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:timeZone?: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:reminderTime?: number[];|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:recurrenceRule?: RecurrenceRule;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:description?: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventService;
方法or属性:description?: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Event;
方法or属性:service?: EventService;|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarType;
方法or属性:LOCAL = 'local'|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarType;
方法or属性:EMAIL = 'email'|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarType;
方法or属性:BIRTHDAY = 'birthday'|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarType;
方法or属性:CALDAV = 'caldav'|@ohos.calendarManager.d.ts|
|新增|NA|类名:CalendarType;
方法or属性:SUBSCRIBED = 'subscribed'|@ohos.calendarManager.d.ts|
|新增|NA|类名:Location;
方法or属性:location?: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Location;
方法or属性:longitude?: number;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Location;
方法or属性:latitude?: number;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventFilter;
方法or属性:static filterById(ids: number[]): EventFilter;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventFilter;
方法or属性:static filterByTime(start: number, end: number): EventFilter;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventFilter;
方法or属性:static filterByTitle(title: string): EventFilter;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventType;
方法or属性:NORMAL = 0|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventType;
方法or属性:IMPORTANT = 1|@ohos.calendarManager.d.ts|
|新增|NA|类名:RecurrenceRule;
方法or属性:recurrenceFrequency: RecurrenceFrequency;|@ohos.calendarManager.d.ts|
|新增|NA|类名:RecurrenceRule;
方法or属性:expire?: number;|@ohos.calendarManager.d.ts|
|新增|NA|类名:RecurrenceFrequency;
方法or属性:YEARLY = 0|@ohos.calendarManager.d.ts|
|新增|NA|类名:RecurrenceFrequency;
方法or属性:MONTHLY = 1|@ohos.calendarManager.d.ts|
|新增|NA|类名:RecurrenceFrequency;
方法or属性:WEEKLY = 2|@ohos.calendarManager.d.ts|
|新增|NA|类名:RecurrenceFrequency;
方法or属性:DAILY = 3|@ohos.calendarManager.d.ts|
|新增|NA|类名:Attendee;
方法or属性:name: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:Attendee;
方法or属性:email: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventService;
方法or属性:type: ServiceType;|@ohos.calendarManager.d.ts|
|新增|NA|类名:EventService;
方法or属性:uri: string;|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:MEETING = 'Meeting'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:WATCHING = 'Watching'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:REPAYMENT = 'Repayment'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:LIVE = 'Live'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:SHOPPING = 'Shopping'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:TRIP = 'Trip'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:CLASS = 'Class'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:SPORTS_EVENTS = 'SportsEvents'|@ohos.calendarManager.d.ts|
|新增|NA|类名:ServiceType;
方法or属性:SPORTS_EXERCISE = 'SportsExercise'|@ohos.calendarManager.d.ts|
|新增|NA|类名:contact;
方法or属性:function addContact(context: Context, contact: Contact, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function addContact(context: Context, contact: Contact): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function selectContacts(callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function selectContacts(): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function selectContacts(options: ContactSelectionOptions, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function selectContacts(options: ContactSelectionOptions): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function deleteContact(context: Context, key: string, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function deleteContact(context: Context, key: string): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContact(context: Context, key: string, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContact(context: Context, key: string, holder: Holder, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContact(context: Context, key: string, attrs: ContactAttributes, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContact(context: Context, key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContact(context: Context, key: string, holder?: Holder, attrs?: ContactAttributes): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContacts(context: Context, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContacts(context: Context, holder: Holder, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContacts(context: Context, attrs: ContactAttributes, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContacts(context: Context, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContacts(context: Context, holder?: Holder, attrs?: ContactAttributes): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByEmail(context: Context, email: string, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByEmail(context: Context, email: string, holder: Holder,
callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByEmail(context: Context, email: string, attrs: ContactAttributes,
callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByEmail(context: Context, email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByEmail(context: Context, email: string, holder?: Holder, attrs?: ContactAttributes): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByPhoneNumber(context: Context, phoneNumber: string, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByPhoneNumber(context: Context, phoneNumber: string, holder: Holder, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByPhoneNumber(context: Context, phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByPhoneNumber(context: Context, phoneNumber: string, holder: Holder, attrs: ContactAttributes,
callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryContactsByPhoneNumber(context: Context, phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryGroups(context: Context, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryGroups(context: Context, holder: Holder, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryGroups(context: Context, holder?: Holder): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryHolders(context: Context, callback: AsyncCallback\>): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryHolders(context: Context): Promise\>;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryKey(context: Context, id: number, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryKey(context: Context, id: number, holder: Holder, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryKey(context: Context, id: number, holder?: Holder): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryMyCard(context: Context, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryMyCard(context: Context, attrs: ContactAttributes, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function queryMyCard(context: Context, attrs?: ContactAttributes): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function updateContact(context: Context, contact: Contact, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function updateContact(context: Context, contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function updateContact(context: Context, contact: Contact, attrs?: ContactAttributes): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function isLocalContact(context: Context, id: number, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function isLocalContact(context: Context, id: number): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function isMyCard(context: Context, id: number, callback: AsyncCallback\): void;|@ohos.contact.d.ts|
|新增|NA|类名:contact;
方法or属性:function isMyCard(context: Context, id: number): Promise\;|@ohos.contact.d.ts|
|新增|NA|类名:ContactSelectionOptions;
方法or属性:isMultiSelect?: boolean;|@ohos.contact.d.ts|
|新增|NA|类名:settings;
方法or属性:function getValue(context: Context, name: string, callback: AsyncCallback\): void;|@ohos.settings.d.ts|
|新增|NA|类名:settings;
方法or属性:function getValue(context: Context, name: string): Promise\;|@ohos.settings.d.ts|
|新增|NA|类名:settings;
方法or属性:function setValue(context: Context, name: string, value: string, callback: AsyncCallback\): void;|@ohos.settings.d.ts|
|新增|NA|类名:settings;
方法or属性:function setValue(context: Context, name: string, value: string): Promise\;|@ohos.settings.d.ts|
|新增|NA|类名:settings;
方法or属性:function getValueSync(context: Context, name: string, defValue: string): string;|@ohos.settings.d.ts|
|新增|NA|类名:settings;
方法or属性:function setValueSync(context: Context, name: string, value: string): boolean;|@ohos.settings.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function addContact(contact: Contact, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function addContact(contact: Contact, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.addContact#addContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function addContact(contact: Contact): Promise\;
旧版本信息:|类名:contact;
方法or属性:function addContact(contact: Contact): Promise\;
新版本信息:10
代替接口: contact.addContact#addContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function selectContact(callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function selectContact(callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.selectContact#selectContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function selectContact(): Promise\>;
旧版本信息:|类名:contact;
方法or属性:function selectContact(): Promise\>;
新版本信息:10
代替接口: contact.selectContact#selectContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function deleteContact(key: string, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function deleteContact(key: string, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.deleteContact#deleteContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function deleteContact(key: string): Promise\;
旧版本信息:|类名:contact;
方法or属性:function deleteContact(key: string): Promise\;
新版本信息:10
代替接口: contact.deleteContact#deleteContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContact(key: string, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryContact(key: string, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryContact#queryContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContact(key: string, holder: Holder, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryContact(key: string, holder: Holder, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryContact#queryContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContact(key: string, attrs: ContactAttributes, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryContact(key: string, attrs: ContactAttributes, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryContact#queryContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContact(key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryContact(key: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryContact#queryContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContact(key: string, holder?: Holder, attrs?: ContactAttributes): Promise\;
旧版本信息:|类名:contact;
方法or属性:function queryContact(key: string, holder?: Holder, attrs?: ContactAttributes): Promise\;
新版本信息:10
代替接口: contact.queryContact#queryContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContacts(callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContacts(callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContacts#queryContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContacts(holder: Holder, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContacts(holder: Holder, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContacts#queryContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContacts(attrs: ContactAttributes, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContacts(attrs: ContactAttributes, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContacts#queryContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContacts(holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContacts(holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContacts#queryContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContacts(holder?: Holder, attrs?: ContactAttributes): Promise\>;
旧版本信息:|类名:contact;
方法or属性:function queryContacts(holder?: Holder, attrs?: ContactAttributes): Promise\>;
新版本信息:10
代替接口: contact.queryContacts#queryContacts|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByEmail(email: string, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByEmail(email: string, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByEmail(email: string, holder: Holder, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByEmail(email: string, holder: Holder, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByEmail(email: string, attrs: ContactAttributes, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByEmail(email: string, attrs: ContactAttributes, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByEmail(email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByEmail(email: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByEmail(email: string, holder?: Holder, attrs?: ContactAttributes): Promise\>;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByEmail(email: string, holder?: Holder, attrs?: ContactAttributes): Promise\>;
新版本信息:10
代替接口: contact.queryContactsByEmail#queryContactsByEmail|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, attrs: ContactAttributes, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, holder: Holder, attrs: ContactAttributes, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\>;
旧版本信息:|类名:contact;
方法or属性:function queryContactsByPhoneNumber(phoneNumber: string, holder?: Holder, attrs?: ContactAttributes): Promise\>;
新版本信息:10
代替接口: contact.queryContactsByPhoneNumber#queryContactsByPhoneNumber|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryGroups(callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryGroups(callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryGroups#queryGroups|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryGroups(holder: Holder, callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryGroups(holder: Holder, callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryGroups#queryGroups|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryGroups(holder?: Holder): Promise\>;
旧版本信息:|类名:contact;
方法or属性:function queryGroups(holder?: Holder): Promise\>;
新版本信息:10
代替接口: contact.queryGroups#queryGroups|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryHolders(callback: AsyncCallback\>): void;
旧版本信息:|类名:contact;
方法or属性:function queryHolders(callback: AsyncCallback\>): void;
新版本信息:10
代替接口: contact.queryHolders#queryHolders|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryHolders(): Promise\>;
旧版本信息:|类名:contact;
方法or属性:function queryHolders(): Promise\>;
新版本信息:10
代替接口: contact.queryHolders#queryHolders|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryKey(id: number, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryKey(id: number, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryKey#queryKey|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryKey(id: number, holder: Holder, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryKey(id: number, holder: Holder, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryKey#queryKey|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryKey(id: number, holder?: Holder): Promise\;
旧版本信息:|类名:contact;
方法or属性:function queryKey(id: number, holder?: Holder): Promise\;
新版本信息:10
代替接口: contact.queryKey#queryKey|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryMyCard(callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryMyCard(callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryMyCard#queryMyCard|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryMyCard(attrs: ContactAttributes, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function queryMyCard(attrs: ContactAttributes, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.queryMyCard#queryMyCard|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function queryMyCard(attrs?: ContactAttributes): Promise\;
旧版本信息:|类名:contact;
方法or属性:function queryMyCard(attrs?: ContactAttributes): Promise\;
新版本信息:10
代替接口: contact.queryMyCard#queryMyCard|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function updateContact(contact: Contact, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function updateContact(contact: Contact, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.updateContact#updateContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function updateContact(contact: Contact, attrs: ContactAttributes, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.updateContact#updateContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\;
旧版本信息:|类名:contact;
方法or属性:function updateContact(contact: Contact, attrs?: ContactAttributes): Promise\;
新版本信息:10
代替接口: contact.updateContact#updateContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function isLocalContact(id: number, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function isLocalContact(id: number, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.isLocalContact#isLocalContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function isLocalContact(id: number): Promise\;
旧版本信息:|类名:contact;
方法or属性:function isLocalContact(id: number): Promise\;
新版本信息:10
代替接口: contact.isLocalContact#isLocalContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function isMyCard(id: number, callback: AsyncCallback\): void;
旧版本信息:|类名:contact;
方法or属性:function isMyCard(id: number, callback: AsyncCallback\): void;
新版本信息:10
代替接口: contact.deleteContact#deleteContact|@ohos.contact.d.ts|
|废弃版本有变化|类名:contact;
方法or属性:function isMyCard(id: number): Promise\;
旧版本信息:|类名:contact;
方法or属性:function isMyCard(id: number): Promise\;
新版本信息:10
代替接口: contact.isMyCard#isMyCard|@ohos.contact.d.ts|
|废弃版本有变化|类名:settings;
方法or属性:function getURI(name: string): Promise\