FocusState
public enum FocusState
An enum class used to specify the levels of focus that a Channel can have.
-
Indicate the channel will request focus..
Declaration
Swift
case prepare -
Represents the highest focus a Channel can have.
Declaration
Swift
case foreground -
Represents the intermediate level focus a Channel can have.
Declaration
Swift
case background -
This focus is used to represent when a Channel is not being used or when an observer should stop.
Declaration
Swift
case nothing
View on GitHub
FocusState Enumeration Reference