Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace RudderSdk.Unity
|
||||
{
|
||||
public class RudderUnityClientOptions
|
||||
{
|
||||
public string BaseUrl { get; set; }
|
||||
public string RealtimeUrl { get; set; }
|
||||
public string ProjectKey { get; set; }
|
||||
public int TimeoutSeconds { get; set; } = 10;
|
||||
public IUnityKeyValueStore KeyValueStore { get; set; }
|
||||
public IUnityRequestExecutor RequestExecutor { get; set; }
|
||||
public IUnityLoggerSink LoggerSink { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user