SendBirdRange
@objcMembers
@objc(SBCRange)
public class SendBirdRange : NSObject
A Int64 Range with half-open interval from a lower bound up to, but not including, an upper bound. Default value is Int64.min..<Int64.max
.
Since
1.7.0-
Determines the value for lower bound.
Since
1.7.0Declaration
Swift
public var lowerBound: Int64 { get set }
-
Determines the value for upper bound.
Since
1.7.0Declaration
Swift
public var upperBound: Int64 { get set }
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public init(_ range: PartialRangeFrom<Int64>)
-
Undocumented
Declaration
Swift
public init(_ range: PartialRangeThrough<Int64>)
-
Undocumented
Declaration
Swift
public init(_ range: PartialRangeUpTo<Int64>)
-
Undocumented
Declaration
Swift
public init(_ range: Swift.Range<Int64>)
-
Undocumented
Declaration
Swift
public init(_ range: NSRange)