SMIParticipantChangedOperation
Objective-C
@protocol SMIParticipantChangedOperation
Swift
protocol ParticipantChangedOperation
Represents an operation that describes a participant change.
-
Enum that describes the operation type.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SMIParticipantChangedOperationTypes _Nonnull type;
Swift
var type: ParticipantChangedOperationTypes { get }
-
The
SMIParticipant
impacted by this operation.Declaration
Objective-C
@property (nonatomic, strong, readonly) SMISerializable<SMIParticipant> *_Nonnull participant;
Swift
var participant: any Serializable & Participant { get }
-
The displayName for this operation.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nonnull displayName;
Swift
var displayName: String { get }