Mappable

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

    func initWithDictionary(_ json: [String: Any]) -> Self?
  • Undocumented

    Declaration

    Swift

    optional func _toDictionary() -> [String: Any]