ConnectionNotificationState
public enum ConnectionNotificationState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case enabled = "Enabled" -
Undocumented
Declaration
Swift
case disabled = "Disabled" -
Declaration
Swift
public var description: String { get }
View on GitHub
ConnectionNotificationState Enumeration Reference