Skip to content

LicenseLoader

Namespace: ThinkGeo.UI.Maui

Provides helpers for loading and validating ThinkGeo license files at runtime.

public static class LicenseLoader

Inheritance object → LicenseLoader

Methods

LoadLicense(string)

Loads the specified license file from the application package into the in-memory cache.

public static Task LoadLicense(string licenseFileName)

Parameters

licenseFileName string
The name of the license file embedded in the app package.

Returns

Task
A task that completes when the license has been loaded.

9BM=(AbsoluteLayout)

internal static void 9BM=(AbsoluteLayout canvas)

Parameters

canvas AbsoluteLayout

Returns

void