Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppSdk/AirAppHostPropertyKeys.cs
2026-08-11 23:03:55 +08:00

10 lines
342 B
C#

namespace LanMountainDesktop.AirAppSdk;
public static class AirAppHostPropertyKeys
{
public const string HostApplicationName = "HostApplicationName";
public const string HostVersion = "HostVersion";
public const string AirAppSdkApiVersion = "AirAppSdkApiVersion";
public const string HostLanguageCode = "HostLanguageCode";
}