Wenn Sie ein Enum aufrufen möchten, rufen Sie die übergeordnete Klasse, den Namen und die Eigenschaft auf. Beispiel:
CardService.UpdateDraftBodyType.IN_PLACE_INSERT.
Attribute
Attribut
Typ
Beschreibung
IN_PLACE_INSERT
Enum
Standard. Mit Aktualisierungsaktionen wird Inhalt an der aktuellen Cursorposition eingefügt und ausgewählter Inhalt ersetzt.
INSERT_AT_START
Enum
Bei Aktualisierungsaktionen wird der Inhalt am Anfang des Nachrichtentexts eingefügt.
INSERT_AT_END
Enum
Mit Aktualisierungsaktionen wird Inhalt am Ende des Nachrichtentexts eingefügt. Wenn eine E-Mail-Signatur vorhanden ist, wird die Aktualisierungsaktion in Gmail im Web nach der Signatur des Nutzers eingefügt. In der mobilen Gmail App wird die Aktualisierungsaktion vor der Unterschrift des Nutzers eingefügt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-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]`."]]],[]]