Reference documentation and code samples for the Google Apps Chat V1 Client class NotificationType.
The notification types options for the message.
Protobuf type google.chat.v1.CreateMessageNotificationOptions.NotificationType
Namespace
Google \ Apps \ Chat \ V1 \ CreateMessageNotificationOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
NOTIFICATION_TYPE_NONE
Value: 0Default behavior. Notification behavior is similar to when the human user sends the message using the Chat UI: no notification is sent to the human sender.
Generated from protobuf enum NOTIFICATION_TYPE_NONE = 0;
NOTIFICATION_TYPE_FORCE_NOTIFY
Value: 2Force notify recipients. This bypasses users' space notification settings and Chat Do Not Disturb settings. This option does not bypass device-level Do Not Disturb settings.
Requires app authentication.
Generated from protobuf enum NOTIFICATION_TYPE_FORCE_NOTIFY = 2;
NOTIFICATION_TYPE_SILENT
Value: 3Silence the notification as if the recipients have Chat Do Not Disturb enabled or have muted the space.
Requires app authentication.
Generated from protobuf enum NOTIFICATION_TYPE_SILENT = 3;