Class VisioForgeX
SDK class used to initialized and destroy.
Inherited Members
Namespace: VisioForge.Core
Assembly: VisioForge.Core.dll
Syntax
public static class VisioForgeX
Properties
CacheFolder
Gets or sets the cache folder.
Declaration
public static string CacheFolder { get; set; }
Property Value
Type | Description |
---|---|
string | The cache folder. |
DebugLevel
The debug level.
Declaration
public static DebugLevel DebugLevel { get; set; }
Property Value
Type | Description |
---|---|
DebugLevel |
IsSDKInitialized
Gets a value indicating whether this instance is SDK initialized.
Declaration
public static bool IsSDKInitialized { get; }
Property Value
Type | Description |
---|---|
bool |
|
Methods
DestroySDK()
Destroys the SDK.
Declaration
public static bool DestroySDK()
Returns
Type | Description |
---|---|
bool |
|
InitSDK(ContextX, bool)
Initializes a SDK.
Declaration
public static void InitSDK(ContextX context = null, bool editing = false)
Parameters
Type | Name | Description |
---|---|---|
ContextX | context | Context. |
bool | editing | True for editing SDK. |
InitSDKAsync(ContextX, bool)
Initializes a SDK (async).
Declaration
public static Task InitSDKAsync(ContextX context = null, bool editing = false)
Parameters
Type | Name | Description |
---|---|---|
ContextX | context | Context. |
bool | editing | True for editing SDK. |
Returns
Type | Description |
---|---|
Task | System.Threading.Tasks.Task. |