Protocols
The following protocols are available globally.
-
Delegate protocol to interact with the WDW-SDK. Delegate methods are only called when WDW-SDK monitoring is started.
After the -[WDWClient startMonitoring] is called, the following delegate methods are called at arbitrary time intervals:
Other delegate methods are executed in the following order:
-wdwClient:didEnterMonitoredArea:-wdwClient:didReceiveNewData:(multiple times)-wdwClient:didLeftMonitoredArea:
Declaration
Objective-C
@protocol WDWClientDelegate <NSObject>Swift
protocol WDWClientDelegate : NSObjectProtocol
Protocols Reference