SBDGroupChannelPushTriggerOption Constants Reference

Declared in SBDTypes.h
Availability 3.0.128

SBDGroupChannelPushTriggerOption

The options to choose which push notification for the current user to receive in a group channel.

  • SBDGroupChannelPushTriggerOptionDefault: Follow the push trigger of current user. See SBDPushTriggerOption.
  • SBDGroupChannelPushTriggerOptionAll: Receive all of remote push notification.
  • SBDGroupChannelPushTriggerOptionOff: Do NOT receive any remote push notification.
  • SBDGroupChannelPushTriggerOptionMentionOnly: Receive only mentioned messages’s notification.

Definition

typedef NS_ENUM(NSUInteger, SBDGroupChannelPushTriggerOption ) {
   SBDGroupChannelPushTriggerOptionDefault = 0,
   SBDGroupChannelPushTriggerOptionAll,
   SBDGroupChannelPushTriggerOptionOff,
   SBDGroupChannelPushTriggerOptionMentionOnly,
};

Constants

SBDGroupChannelPushTriggerOptionDefault

The options to choose which push notification for the current user to receive in a group channel.

Available in 3.0.128

Declared In SBDTypes.h.

SBDGroupChannelPushTriggerOptionAll

The options to choose which push notification for the current user to receive in a group channel.

Available in 3.0.128

Declared In SBDTypes.h.

SBDGroupChannelPushTriggerOptionOff

The options to choose which push notification for the current user to receive in a group channel.

Available in 3.0.128

Declared In SBDTypes.h.

SBDGroupChannelPushTriggerOptionMentionOnly

The options to choose which push notification for the current user to receive in a group channel.

Available in 3.0.128

Declared In SBDTypes.h.

Availability

3.0.128

Declared In

SBDTypes.h