SBDPushTriggerOption Constants Reference
| Declared in | SBDTypes.h |
|---|---|
| Availability | 3.0.128 |
SBDPushTriggerOption
The options to choose which push notification for the current user to receive.
- SBDPushTriggerOptionAll: Receive all of remote push notification.
- SBDPushTriggerOptionOff: Do NOT receive any remote push notification.
- SBDPushTriggerOptionMentionOnly: Receive only mentioned messages’s notification.
Definition
typedef NS_ENUM(NSUInteger, SBDPushTriggerOption ) {
SBDPushTriggerOptionAll = 0,
SBDPushTriggerOptionOff,
SBDPushTriggerOptionMentionOnly,
};
Constants
SBDPushTriggerOptionAll-
The options to choose which push notification for the current user to receive.
Available in 3.0.128
Declared In
SBDTypes.h. SBDPushTriggerOptionOff-
The options to choose which push notification for the current user to receive.
Available in 3.0.128
Declared In
SBDTypes.h. SBDPushTriggerOptionMentionOnly-
The options to choose which push notification for the current user to receive.
Available in 3.0.128
Declared In
SBDTypes.h.
Availability
3.0.128
Declared In
SBDTypes.h