EventDetail
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
public class ChannelChangelogs: EventDetail
-
Represents the event source detail for channel refresh.
Since
4.21.0Declaration
Swift
public class ChannelRefresh: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasChanged(_:)
.Since
4.21.0Declaration
Swift
public class ChannelChanged: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidChangeMemberCount(_:)
.Since
4.21.0Declaration
Swift
public class ChannelMemberCountChanged: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasFrozen(_:)
.Since
4.21.0Declaration
Swift
public class ChannelFrozen: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasUnfrozen(_:)
.Since
4.21.0Declaration
Swift
public class ChannelUnfrozen: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasHidden(_:)
.Since
4.21.0Declaration
Swift
public class ChannelHidden: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelWasDeleted(_:channelType:)
.Since
4.21.0Declaration
Swift
public class ChannelDeleted: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateOperators(_:)
.Since
4.21.0Declaration
Swift
public class OperatorUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateTypingStatus(_:)
.Since
4.21.0Declaration
Swift
public class TypingStatusUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateDeliveryStatus(_:)
.Since
4.21.0Declaration
Swift
public class DeliveryStatusUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdateReadStatus(_:)
.Since
4.21.0Declaration
Swift
public class ReadStatusUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channelDidUpdatePinnedMessages(_:)
.Since
4.21.0Declaration
Swift
public class PinnedMessageUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didUpdateFeedbackMessage:)
.Since
4.21.0Declaration
Swift
public class UpdateFeedbackMessage: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didReceiveMention:)
.Since
4.21.0Declaration
Swift
public class MentionReceived: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasMuted:)
.Since
4.21.0Declaration
Swift
public class UserMuted: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasUnmuted:)
.Since
4.21.0Declaration
Swift
public class UserUnmuted: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasBanned:)
.Since
4.21.0Declaration
Swift
public class UserBanned: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userWasUnbanned:)
.Since
4.21.0Declaration
Swift
public class UserUnbanned: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:createdMetaData:)
.Since
4.21.0Declaration
Swift
public class MetaDataCreated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:updatedMetaData:)
.Since
4.21.0Declaration
Swift
public class MetaDataUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:deletedMetaDataKeys:)
.Since
4.21.0Declaration
Swift
public class MetaDataDeleted: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:createdMetaCounters:)
.Since
4.21.0Declaration
Swift
public class MetaCountersCreated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:updatedMetaCounters:)
.Since
4.21.0Declaration
Swift
public class MetaCountersUpdated: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:deletedMetaCountersKeys:)
.Since
4.21.0Declaration
Swift
public class MetaCountersDeleted: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didReceiveInvitation:inviter:)
.Since
4.21.0Declaration
Swift
public class UserReceivedInvitation: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:didDeclineInvitation:inviter:)
.Since
4.21.0Declaration
Swift
public class UserDeclinedInvitation: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userDidJoin:)
.Since
4.21.0Declaration
Swift
public class UserJoined: EventDetail
-
Represents the event source detail for
GroupChannelDelegate.channel(_:userDidLeave:)
.Since
4.21.0Declaration
Swift
public class UserLeft: EventDetail