ListenRestorer
public protocol ListenRestorer : UIApplicationDelegate
                Protocol for handling a listen event that does not have a callback due to background restoration.
- 
                  
                  
Called whenever there is an unhandled listen.
Declaration
Swift
func didReceiveUnhandledListen(from peripheral: PeripheralIdentifier, on characteristic: CharacteristicIdentifier, with value: Data?) -> ListenRestoreActionParameters
fromthe peripheral receiving the unhandled listen notification.
onthe notifying characteristic.
withthe notified value.
 
View on GitHub
        ListenRestorer Protocol Reference