LCData
public final class LCData : NSObject, LCValue, LCValueExtension
extension LCData: LCDataConvertible
LeanCloud data type.
This type can be used to represent a byte buffers.
-
Undocumented
Declaration
Swift
public private(set) var value: Data { get } -
Undocumented
Declaration
Swift
public override init() -
Undocumented
Declaration
Swift
public convenience init(_ value: Data) -
Undocumented
Declaration
Swift
public convenience init(_ data: LCData) -
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder) -
Undocumented
Declaration
Swift
public func encode(with aCoder: NSCoder) -
Undocumented
Declaration
Swift
public func copy(with zone: NSZone?) -> Any -
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool -
Declaration
Swift
public var jsonValue: Any { get } -
Declaration
Swift
public var rawValue: Any { get } -
Undocumented
Declaration
Swift
public var lcValue: LCValue { get } -
Undocumented
Declaration
Swift
public var lcData: LCData { get }
View on GitHub
Install in Dash
LCData Class Reference