Class FaceProviderFactory
Inheritance
FaceProviderFactory
Assembly: cs.temp.dll.dll
Syntax
public class FaceProviderFactory : IUnityRpcRequestClientFactory
Constructors
FaceProviderFactory(SafeWebviewController, String, MonoBehaviour, IWallet)
Declaration
public FaceProviderFactory(SafeWebviewController safeWebviewController, string uri, MonoBehaviour face, IWallet wallet)
Parameters
Type |
Name |
Description |
haechi.face.unity.sdk.Runtime.Webview.SafeWebviewController |
safeWebviewController |
|
String |
uri |
|
MonoBehaviour |
face |
|
haechi.face.unity.sdk.Runtime.Module.IWallet |
wallet |
|
Methods
CreateUnityRpcClient()
Declaration
public IUnityRpcRequestClient CreateUnityRpcClient()
Returns
Type |
Description |
IUnityRpcRequestClient |
|