Enum UpdateDraftBodyType
UpdateDraftBodyType
UpdateDraftBodyAction
의 유형을 지정하는 열거형 값입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
CardService.UpdateDraftBodyType.IN_PLACE_INSERT
을 예로 들 수 있습니다.
속성
속성 | 유형 | 설명 |
IN_PLACE_INSERT | Enum | 기본값입니다. 업데이트 작업은 현재 커서 위치에 콘텐츠를 삽입하여 선택한 콘텐츠를 대체합니다. |
INSERT_AT_START | Enum | 업데이트 작업은 메일 본문의 시작 부분에 콘텐츠를 삽입합니다. |
INSERT_AT_END | Enum | 업데이트 작업을 수행하면 메일 본문 끝에 콘텐츠가 삽입됩니다. 이메일 서명이 있는 경우 웹의 Gmail에서 업데이트 작업이 사용자의 서명 뒤에 삽입됩니다. Gmail 모바일 앱에서는 업데이트 작업이 사용자의 서명 앞에 삽입됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 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]`."]]],[]]