EmailPreferences
用户选择接收 / 选择停用的通知类别。电子邮件接收设置不包括必读的通告,因为用户无法选择不接收这些通告。
JSON 表示法 |
{
"name": string,
"newsAndTips": enum (OptInState )
} |
字段 |
name |
string
标识符。EmailPreferences 的名称。只有已通过身份验证的用户支持该端点。
|
newsAndTips |
enum (OptInState )
可选。有关新功能、提示和最佳实践的最新动态。
|
OptInState
枚举 |
OPT_IN_STATE_UNSPECIFIED |
选择加入状态未指定。 |
OPTED_OUT |
用户已选择不接收此类电子邮件。 |
OPTED_IN |
用户已选择接收此类电子邮件。 |
UNCONFIRMED |
用户已选择接收此类电子邮件,且确认电子邮件已发送,但用户尚未确认选择接收(仅适用于特定国家/地区)。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-24。
[null,null,["最后更新时间 (UTC):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."]]],[]]