SMIParticipantChanged
Objective-C
@protocol SMIParticipantChanged <SMIEntryPayload>
Swift
protocol ParticipantChanged : EntryPayload
Represents a participant changed event. A participant changed event occurs whenever a participant joins or leaves a conversation.
-
An array of
SMIParticipantChangedOperationType
objects. Each operation represents a participant joining or leaving the conversation.Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<id<SMIParticipantChangedOperation>> *_Nonnull operations;
Swift
var operations: [any SMIParticipantChangedOperation] { get }