כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
CardService.UpdateDraftBodyType.IN_PLACE_INSERT.
תכונות
נכס
תיאור
התיאור
IN_PLACE_INSERT
Enum
ברירת מחדל. פעולות עדכון יוסיפו תוכן במיקום הסמן הנוכחי ויחליפו את כל התוכן שנבחר.
INSERT_AT_START
Enum
פעולות העדכון יוסיפו תוכן בתחילת גוף ההודעה.
INSERT_AT_END
Enum
פעולות העדכון יוסיפו תוכן בסוף גוף ההודעה. אם קיימת חתימה לאימייל, ב-Gmail באינטרנט, פעולת העדכון מתווספת אחרי החתימה של המשתמש. באפליקציית Gmail לנייד, פעולת העדכון נוספת לפני חתימת המשתמש.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`UpdateDraftBodyType` is an enum used within `UpdateDraftBodyAction` to specify how the draft body of a message is modified."],["It offers three options: `IN_PLACE_INSERT` (default, replaces selected content or inserts at cursor), `INSERT_AT_START` (inserts at the beginning), and `INSERT_AT_END` (inserts at the end, respecting email signatures)."],["To use these options, call them using the format: `CardService.UpdateDraftBodyType.[Property Name]`."]]],[]]