From 29de5a8a0a39f999230c21ec7d198e698c06989e Mon Sep 17 00:00:00 2001 From: gxs Date: Tue, 31 Oct 2023 10:25:03 +0000 Subject: [PATCH] =?UTF-8?q?api=E6=8F=8F=E8=BF=B0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=B8=8D=E5=87=86=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gxs --- api/@ohos.contact.d.ts | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/api/@ohos.contact.d.ts b/api/@ohos.contact.d.ts index a1289134e..75583e648 100644 --- a/api/@ohos.contact.d.ts +++ b/api/@ohos.contact.d.ts @@ -1378,7 +1378,7 @@ declare namespace contact { */ class Contact { /** - * Indicates the contact ID. + * Indicates the contact invalid ID. * * @readonly * @static @@ -1417,7 +1417,7 @@ declare namespace contact { contactAttributes?: ContactAttributes /** - * Indicates an email address of the contact. + * Indicates list of contact email addresses. * * @type { ?Email[] } * @syscap SystemCapability.Applications.ContactsData @@ -2625,7 +2625,7 @@ declare namespace contact { */ class Relation { /** - * Indicates a custom label. + * Indicates custom relationship type. * * @readonly * @static @@ -2635,7 +2635,7 @@ declare namespace contact { static readonly CUSTOM_LABEL: 0 /** - * Indicates an assistant. + * Indicates assistant relationship type. * * @readonly * @static @@ -2645,7 +2645,7 @@ declare namespace contact { static readonly RELATION_ASSISTANT: 1 /** - * Indicates a brother. + * Indicates brother relationship type. * * @readonly * @static @@ -2655,7 +2655,7 @@ declare namespace contact { static readonly RELATION_BROTHER: 2 /** - * Indicates a child. + * Indicates child relationship type. * * @readonly * @static @@ -2665,7 +2665,7 @@ declare namespace contact { static readonly RELATION_CHILD: 3 /** - * Indicates a domestic partner. + * Indicates domestic partner relationship type. * * @readonly * @static @@ -2675,7 +2675,7 @@ declare namespace contact { static readonly RELATION_DOMESTIC_PARTNER: 4 /** - * Indicates a father. + * Indicates father relationship type. * * @readonly * @static @@ -2685,7 +2685,7 @@ declare namespace contact { static readonly RELATION_FATHER: 5 /** - * Indicates a friend. + * Indicates friend relationship type. * * @readonly * @static @@ -2695,7 +2695,7 @@ declare namespace contact { static readonly RELATION_FRIEND: 6 /** - * Indicates a manager. + * Indicates manager relationship type. * * @readonly * @static @@ -2705,7 +2705,7 @@ declare namespace contact { static readonly RELATION_MANAGER: 7 /** - * Indicates a mother. + * Indicates mother relationship type. * * @readonly * @static @@ -2715,7 +2715,7 @@ declare namespace contact { static readonly RELATION_MOTHER: 8 /** - * Indicates a parent. + * Indicates parent relationship type. * * @readonly * @static @@ -2725,7 +2725,7 @@ declare namespace contact { static readonly RELATION_PARENT: 9 /** - * Indicates a partner. + * Indicates partner relationship type. * * @readonly * @static @@ -2735,7 +2735,7 @@ declare namespace contact { static readonly RELATION_PARTNER: 10 /** - * Indicates a referrer. + * Indicates referrer relationship type. * * @readonly * @static @@ -2745,7 +2745,7 @@ declare namespace contact { static readonly RELATION_REFERRED_BY: 11 /** - * Indicates a relative. + * Indicates relative relationship type. * * @readonly * @static @@ -2755,7 +2755,7 @@ declare namespace contact { static readonly RELATION_RELATIVE: 12 /** - * Indicates a sister. + * Indicates sister relationship type. * * @readonly * @static @@ -2765,7 +2765,7 @@ declare namespace contact { static readonly RELATION_SISTER: 13 /** - * Indicates a spouse. + * Indicates spouse relationship type. * * @readonly * @static @@ -2775,7 +2775,7 @@ declare namespace contact { static readonly RELATION_SPOUSE: 14 /** - * Indicates an invalid label ID. + * Indicates invalid relationship type. * * @readonly * @static