z

Class Main

Provides access to native SDK initialisation and logging helpers.

public class Main

Field

GitHashValue

Last recorded Git hash of the native SDK.

public static string GitHashValue

OnLogEvent

Optional callback invoked for each log entry. When null, logs are written to the console.

public static Main.OnLogHandler OnLogEvent

Method

GetLicenseInfo()

Queries the native SDK for the currently active license state.

public static LicenseInfo GetLicenseInfo()

Log(bool, string)

Invokes OnLogEvent when set; otherwise writes non-verbose messages to the console.

public static void Log(bool isVerbose, string log)
Top