Protocols

The following protocols are available globally.

  • The delegate of a RadarView object must adopt the RadarViewDelegate protocol.

    See more

    Declaration

    Swift

    public protocol RadarViewDelegate
  • The delegate of a TagFinder object must adopt the TagFinderDelegate protocol. The methods of the protocol allow the delegate to report tags and commands from a reader and dectect status changes of searching.

    See more

    Declaration

    Swift

    public protocol TagFinderDelegate