MDSContextManagerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | MDSContextManager.h |
Instance Methods
contextManager:forBeacon:
비콘 수신시 호출됨
- (void)contextManager:(MDSContextManager *)manager forBeacon:(MDSBeaconDataModel *)beacon
Discussion
비콘 수신시 호출됨 (iBeacon - 진입시, 이탈시) (Midascon - 진입시, 이탈시, 상태 변화시)
Declared In
MDSContextManager.h
contextManager:didDetermineState:forsensor:
Beacon Sensor에 반응될때 발생
- (void)contextManager:(MDSContextManager *)manager didDetermineState:(CLRegionState)state forsensor:(CLBeacon *)beaconSensor
Parameters
- manager
this
- state
in/out 상태
- region
대상
Discussion
Beacon Sensor에 반응될때 발생
Declared In
MDSContextManager.h
contextManager:didRangeBeaconSensors:
앱이 활성화 되었을 때 주변에 있는 BeaconSensor들을 반환
- (void)contextManager:(MDSContextManager *)manager didRangeBeaconSensors:(NSArray *)beaconSensors
Parameters
- manager
this
- beaconSensors
BeaconSensor배열
Discussion
앱이 활성화 되었을 때 주변에 있는 BeaconSensor들을 반환
Declared In
MDSContextManager.h