RPCResult

public protocol RPCResult : CustomStringConvertible

Undocumented

  • id

    Declaration

    Swift

    var id : String

    Return Value

    The Id of the RPC function which was registered in the server.

  • Declaration

    Swift

    var payload : String?

    Return Value

    The payload result sent back from the function call. May be {@code null}.