EventDetail
@objc(SBDEventDetail)
public class EventDetail : NSObject
General class for representing event details for ChannelContext
and FeedChannelContext
.
Every detail from delegate functions from GroupChannelDelegate
and FeedChannelDelegate
can be found as a subclass of EventDetail
Since
4.21.0-
Represents the event source detail for channel changelogs.
Since
4.21.0Declaration
Swift
@objc(SBDChannelChangelogs) public class ChannelChangelogs : EventDetail
-
Represents the event source detail for channel refresh.
Since
4.21.0Declaration
Swift
@objc(SBDChannelRefresh) public class ChannelRefresh : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasChanged(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDChannelChanged) public class ChannelChanged : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidChangeMemberCount(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDChannelMemberCountChanged) public class ChannelMemberCountChanged : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasFrozen(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDChannelFrozen) public class ChannelFrozen : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasUnfrozen(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDChannelUnfrozen) public class ChannelUnfrozen : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasHidden(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDChannelHidden) public class ChannelHidden : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasDeleted(_:channelType:)
.Since
4.21.0Declaration
Swift
@objc(SBDChannelDeleted) public class ChannelDeleted : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateOperators(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDOperatorUpdated) public class OperatorUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateTypingStatus(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDTypingStatusUpdated) public class TypingStatusUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateDeliveryStatus(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDDeliveryStatusUpdated) public class DeliveryStatusUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateReadStatus(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDReadStatusUpdated) public class ReadStatusUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdatePinnedMessages(_:)
.Since
4.21.0Declaration
Swift
@objc(SBDPinnedMessageUpdated) public class PinnedMessageUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didUpdateFeedbackMessage:)
.Since
4.21.0Declaration
Swift
@objc(SBDUpdateFeedbackMessage) public class UpdateFeedbackMessage : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didReceiveMention:)
.Since
4.21.0Declaration
Swift
@objc(SBDMentionReceived) public class MentionReceived : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasMuted:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserMuted) public class UserMuted : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasUnmuted:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserUnmuted) public class UserUnmuted : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasBanned:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserBanned) public class UserBanned : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasUnbanned:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserUnbanned) public class UserUnbanned : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:createdMetaData:)
.Since
4.21.0Declaration
Swift
@objc(SBDMetaDataCreated) public class MetaDataCreated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:updatedMetaData:)
.Since
4.21.0Declaration
Swift
@objc(SBDMetaDataUpdated) public class MetaDataUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:deletedMetaDataKeys:)
.Since
4.21.0Declaration
Swift
@objc(SBDMetaDataDeleted) public class MetaDataDeleted : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:createdMetaCounters:)
.Since
4.21.0Declaration
Swift
@objc(SBDMetaCountersCreated) public class MetaCountersCreated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:updatedMetaCounters:)
.Since
4.21.0Declaration
Swift
@objc(SBDMetaCountersUpdated) public class MetaCountersUpdated : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:deletedMetaCountersKeys:)
.Since
4.21.0Declaration
Swift
@objc(SBDMetaCountersDeleted) public class MetaCountersDeleted : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didReceiveInvitation:inviter:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserReceivedInvitation) public class UserReceivedInvitation : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didDeclineInvitation:inviter:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserDeclinedInvitation) public class UserDeclinedInvitation : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userDidJoin:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserJoined) public class UserJoined : EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userDidLeave:)
.Since
4.21.0Declaration
Swift
@objc(SBDUserLeft) public class UserLeft : EventDetail