SBDGroupChannelHiddenState Constants Reference
Declared in | SBDTypes.h |
---|---|
Availability | 3.0.122 |
SBDGroupChannelHiddenState
The enum type for the hidden state of a group channel.
- SBDGroupChannelHiddenStateUnhidden: Shows the channel is unhidden.
- SBDGroupChannelHiddenStateHiddenAllowAutoUnhide: Shows the channel will be unhidden automatically when there is a new message in the channel.
- SBDGroupChannelHiddenStateHiddenPreventAutoUnhide: Shows the channel will not be unhidden automatically.
Definition
typedef NS_ENUM(NSUInteger, SBDGroupChannelHiddenState ) {
SBDGroupChannelHiddenStateUnhidden = 0,
SBDGroupChannelHiddenStateHiddenAllowAutoUnhide = 1,
SBDGroupChannelHiddenStateHiddenPreventAutoUnhide = 2,
};
Constants
SBDGroupChannelHiddenStateUnhidden
-
The enum type for the hidden state of a group channel.
Available in 3.0.122
Declared In
SBDTypes.h
. SBDGroupChannelHiddenStateHiddenAllowAutoUnhide
-
The enum type for the hidden state of a group channel.
Available in 3.0.122
Declared In
SBDTypes.h
. SBDGroupChannelHiddenStateHiddenPreventAutoUnhide
-
The enum type for the hidden state of a group channel.
Available in 3.0.122
Declared In
SBDTypes.h
.
Availability
3.0.122
Declared In
SBDTypes.h