Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
CardService.UpdateDraftBodyType.IN_PLACE_INSERT.
Attribute
Property
Typ
Beschreibung
IN_PLACE_INSERT
Enum
Standard. Mit Aktualisierungsaktionen werden Inhalte an der aktuellen Cursorposition eingefügt und alle ausgewählten Inhalte ersetzt.
INSERT_AT_START
Enum
Aktualisierungsaktionen fügen Inhalte am Anfang des Nachrichtentexts ein.
INSERT_AT_END
Enum
Aktualisierungsaktionen fügen Inhalt am Ende des Nachrichtentexts ein. Wenn in Gmail im Web eine E-Mail-Signatur vorhanden ist, wird die Aktualisierungsaktion nach der Signatur des Nutzers eingefügt. In der mobilen Gmail App wird die Aktualisierungsaktion vor der Signatur 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: 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]`."]]],[]]