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
reader
The reader the update is for
updateType
The update type