Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;