Protocols
The following protocols are available globally.
- 
                  
                  Implement this protocol to receive callbacks from a scanning session See moreDeclarationObjective-C @protocol BRScanResultsDelegate <NSObject>Swift protocol BRScanResultsDelegate : NSObjectProtocol
- 
                  
                  All BlinkReceipt results objects implement this protocol in order to provide an easy method for serializing results into JSON (or other formats). You can call See moredictionaryForSerializingon any results object or sub-object and get anNSDictionary*that is suitable for serialization (i.e. contains no custom classes)DeclarationObjective-C @protocol BRSerializableSwift protocol BRSerializable
 
       View on GitHub
            View on GitHub
           Protocols  Reference
      Protocols  Reference