ObservableIdentifier
public enum ObservableIdentifier : Hashable
Enum to specify how to identify an object that is subscribe to an observable
-
Identifier is a
UUID
Declaration
Swift
case uuid(_: UUID = UUID())
-
Identifier is a custom
String
Declaration
Swift
case identifier(String)