Files

10 lines
342 B
C#
Raw Permalink Normal View History

2026-08-11 23:03:55 +08:00
namespace LanMountainDesktop.AirAppSdk;
2026-03-10 00:04:33 +08:00
2026-08-11 23:03:55 +08:00
public static class AirAppHostPropertyKeys
2026-03-10 00:04:33 +08:00
{
public const string HostApplicationName = "HostApplicationName";
public const string HostVersion = "HostVersion";
2026-08-11 23:03:55 +08:00
public const string AirAppSdkApiVersion = "AirAppSdkApiVersion";
2026-03-10 00:04:33 +08:00
public const string HostLanguageCode = "HostLanguageCode";
}