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?) -> ListenRestoreAction
Parameters
from
the peripheral receiving the unhandled listen notification.
on
the notifying characteristic.
with
the notified value.