ABLightManagerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | ABLightManager.h |
Overview
- The ABLightManagerDelegate protocol defines the delegate methods to respond for related events.
Instance Methods
lightManager:didDiscoverLights:
Delegate method invoked during scan. Allows to retrieve single April light object represented with ABLight objects.
- (void)lightManager:(ABLightManager *)manager didDiscoverLights:(NSArray *)lights
Return Value
void
Discussion
Delegate method invoked during scan. Allows to retrieve single April light object represented with ABLight objects.
Declared In
ABLightManager.h