Factory

@ObjCName(name = "HostProtocolFactory", exact = true)
interface Factory

Functions

Link copied to clipboard
abstract fun create(json: Json = Json.Default, mismatchHandler: ProtocolMismatchHandler = ProtocolMismatchHandler.Throwing): HostProtocol