Decodable

extension Decodable
  • Initializes an object with json dictionary

    Since

    4.0.15

    Declaration

    Swift

    public static func make(_ json: [AnyHashable : Any]) -> Self?

    Parameters

    json

    Dictionary, such as json.

    Return Value

    Sendbird object type if parameter is valid, otherwise nil