ReaderUpdateDelegate
public protocol ReaderUpdateDelegate : AnyObject
                An delegate for implementing a handler on readers updates
- 
                  
                  
Function called when a new update is received for a specific reader
Declaration
Swift
func onReaderUpdated(_ reader: ReaderAttributes, updateType: ReaderUpdateType)Parameters
readerThe reader the update is for
updateTypeThe update type
 
      ReaderUpdateDelegate Protocol Reference