Restored
public enum Restored : CustomDebugStringConvertible
This object contains the restored action during state restoration
-
Peripherals scan has been restored
Declaration
Swift
case scan(discoveryPublisher: AnyPublisher<PeripheralDiscovery, LittleBluetoothError>)
-
Peripheral has been restored
Declaration
Swift
case peripheral(Peripheral)
-
Nothing has been restored
Declaration
Swift
case nothing
-
Extended description of the
Restored
objectDeclaration
Swift
public var debugDescription: String { get }