Protocols

The following protocols are available globally.

  • Interface for recipient object of Candidate measurements

    See more

    Declaration

    Objective-C

    @protocol ICandidateHandler <NSObject>

    Swift

    protocol ICandidateHandler : NSObjectProtocol
  • Protocol defines methods for Candidate filters

    See more

    Declaration

    Objective-C

    @protocol IFilter <NSObject>

    Swift

    protocol IFilter : NSObjectProtocol
  • Protocol for Wall Clock Client algorithms

    See more

    Declaration

    Objective-C

    @protocol IWCAlgo <NSObject>

    Swift

    protocol IWCAlgo : NSObjectProtocol