Search Results for

    Show / Hide Table of Contents

    Class WebviewRpcRequest

    WebviewRpcRequest is RPC request object from the SafeWebview

    Inheritance
    Object
    WebviewRpcRequest
    Namespace: haechi.face.unity.sdk.Runtime.Client
    Assembly: cs.temp.dll.dll
    Syntax
    public class WebviewRpcRequest

    Constructors

    WebviewRpcRequest()

    Declaration
    public WebviewRpcRequest()

    Properties

    Id

    Declaration
    public object Id { get; }
    Property Value
    Type Description
    Object

    JsonRpcVersion

    Declaration
    public string JsonRpcVersion { get; }
    Property Value
    Type Description
    String

    Method

    Declaration
    public string Method { get; }
    Property Value
    Type Description
    String

    RawParameters

    Declaration
    public object RawParameters { get; }
    Property Value
    Type Description
    Object

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top Face Wallet Unity SDK Documentation