Search Results for

    Show / Hide Table of Contents

    Struct FaceSettings.Parameters

    Namespace: haechi.face.unity.sdk.Runtime
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Parameters

    Fields

    ApiKey

    Declaration
    public string ApiKey
    Field Value
    Type Description
    String

    Api key.

    Environment

    Declaration
    public Profile? Environment
    Field Value
    Type Description
    Nullable<Profile>

    Environment such as Testnet, Mainnet.

    Internal

    Declaration
    public FaceSettings.Parameters.InternalParameters? Internal
    Field Value
    Type Description
    Nullable<FaceSettings.Parameters.InternalParameters>

    Network

    Declaration
    public BlockchainNetwork Network
    Field Value
    Type Description
    BlockchainNetwork

    Blockchain Network such as Sepolia, Mumbai, Ethereum etc.

    Scheme

    Declaration
    public string Scheme
    Field Value
    Type Description
    String

    Deeplink scheme used on webview (only used android)

    In This Article
    Back to top Face Wallet Unity SDK Documentation