MemberDisabledReason
public enum MemberDisabledReason : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case volumeTooHigh = "VOLUME_TOO_HIGH"
-
Undocumented
Declaration
Swift
case volumeUnknown = "VOLUME_UNKNOWN"
-
Declaration
Swift
public var description: String { get }