EmailPreferences
使用者選擇接收 / 取消訂閱的通知類別。使用者無法取消訂閱,電子郵件接收設定不會包含強制公告。
JSON 表示法 |
{
"name": string,
"newsAndTips": enum (OptInState )
} |
欄位 |
name |
string
ID。EmailPreferences 的名稱,只有通過驗證的使用者支援這個端點。
|
newsAndTips |
enum (OptInState )
選用設定。新功能、提示和最佳做法的最新消息。
|
OptInState
列舉 |
OPT_IN_STATE_UNSPECIFIED |
未指定採用狀態。 |
OPTED_OUT |
使用者已選擇不接收這類電子郵件。 |
OPTED_IN |
使用者已選擇接收這類電子郵件。 |
UNCONFIRMED |
使用者已選擇接收這類電子郵件且確認電子郵件已寄出,但使用者尚未確認選擇加入 (僅適用於特定國家/地區)。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-24 (世界標準時間)。
[null,null,["上次更新時間:2024-08-24 (世界標準時間)。"],[[["Email preferences can be managed for the authenticated user, allowing control over `newsAndTips` category."],["`OptInState` determines whether a user has opted in, opted out, or has an unconfirmed status for receiving specific email types like `newsAndTips`."],["The `EmailPreferences` resource uses a JSON representation including `name` for identification and `newsAndTips` reflecting the user's opt-in state for that category."],["Mandatory announcements are excluded from email preferences as users cannot opt out of them."]]],[]]