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
RestoredobjectDeclaration
Swift
public var debugDescription: String { get }
View on GitHub
Restored Enumeration Reference