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
@protocol ACSSpotlightCallFeatureDelegate;
Description
A set of methods that are called by ACSSpotlightCallFeature in response to important events.
Methods
onSpotlightChanged
Spotlight event occurs when any user starts or stops spotlight.
-(void)onSpotlightChanged:(ACSSpotlightCallFeature *)sender :(ACSSpotlightChangedEventArgs *)args {
Parameters
sender
-args
-