ReplyType
@objc(SBDReplyType)
public enum ReplyType : Int
extension ReplyType: RawRepresentable, Codable
Reply type filter
-
Undocumented
Declaration
Swift
case none = 0
-
Undocumented
Declaration
Swift
case all
-
Undocumented
Declaration
Swift
case onlyReplyToChannel
-
Declaration
Swift
public typealias RawValue = String
-
Declaration
Swift
public var rawValue: String { get }
-
Declaration
Swift
public init(rawValue: String)
-
Encodes this object.
Declaration
Swift
public func encode(to encoder: Encoder) throws
Parameters
encoder
Encoder
instance -
Default constructor.
Declaration
Swift
public init(from decoder: Decoder) throws
Parameters
decoder
Decoder
instance