Mappable
@objc
public protocol Mappable
Mappable protocol to initialize sendbird object from a given dictionary.
Note
This is legacy method for objective c and recommend to use Codable protocol for swift-
Initialize an object with json dictionary
Declaration
Swift
@objc func initWithDictionary(_ json: [String : Any]) -> Self?
-
Undocumented
Declaration
Swift
@objc optional func _toDictionary() -> [String : Any]