ACSSpotlightChangedEventArgs Class
Declaration
@interface ACSSpotlightChangedEventArgs : NSObject;
Description
Spotlight event information.
Methods
Properties
added
List of spotlighted participants identifiers that were added
@property (copy, nonnull, readonly) NSArray<ACSSpotlightedParticipant *> * added;
removed
List of Participants identifiers whose spotlight state were removed
@property (copy, nonnull, readonly) NSArray<ACSSpotlightedParticipant *> * removed;