Google Apps Chat V1 Client - Class NotificationSetting (0.10.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class NotificationSetting.

The notification setting types. Other types might be supported in the future.

Protobuf type google.chat.v1.SpaceNotificationSetting.NotificationSetting

Namespace

Google \ Apps \ Chat \ V1 \ SpaceNotificationSetting

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

NOTIFICATION_SETTING_UNSPECIFIED

Value: 0

Reserved.

Generated from protobuf enum NOTIFICATION_SETTING_UNSPECIFIED = 0;

ALL

Value: 1

Notifications are triggered by @mentions, followed threads, first message of new threads. All new threads are automatically followed, unless manually unfollowed by the user.

Generated from protobuf enum ALL = 1;

MAIN_CONVERSATIONS

Value: 2

The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.

Generated from protobuf enum MAIN_CONVERSATIONS = 2;

FOR_YOU

Value: 3

The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.

Generated from protobuf enum FOR_YOU = 3;

OFF

Value: 4

Notification is off.

Generated from protobuf enum OFF = 4;