Enum UpdateDraftBodyType
UpdateDraftBodyType
Ein Enum-Wert, der den Typ einer UpdateDraftBodyAction
angibt.
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. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[null,null,["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]`."]]],[]]