Protocols
The following protocols are available globally.
-
Interface for recipient object of Candidate measurements
See moreDeclaration
Objective-C
@protocol ICandidateHandler <NSObject>
Swift
protocol ICandidateHandler : NSObjectProtocol
-
Protocol defines methods for Candidate filters
See moreDeclaration
Objective-C
@protocol IFilter <NSObject>
Swift
protocol IFilter : NSObjectProtocol