Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias OnWillRestoreState = (RestoredState) -> Void
-
Closure that receives
RestoredState
as a parameterDeclaration
Swift
public typealias OnWillRestoreCentralManagerState = (CentralManagerRestoredState) -> Void
-
Error received when device disconnection event occurs
Declaration
Swift
public typealias DisconnectionReason = Error
-
Closure that receives restored state dict as a parameter
Declaration
Swift
public typealias OnWillRestorePeripheralManagerState = (PeripheralManagerRestoredState) -> Void
-
Undocumented
Declaration
Swift
public typealias RestoredAdvertisementData = [String : Any]