Decodable
extension Decodable
-
Initializes an object with json dictionary
Since
4.0.15Declaration
Swift
static public func make(_ json: [AnyHashable: Any]) -> Self?
Parameters
json
Dictionary, such as json.
Return Value
Sendbird object type if parameter is valid, otherwise
nil