Interface ISplashScreen
The window used to display the splash screen to the user during the loading process of the application
Inherited Members
Namespace: LemonEdge.Client.UI.API.Windows
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface ISplashScreen : IWindow
Properties
Controller
The controller responsible for controlling this windows behaviour, and can be interacted with from the LemonEdge platform
Declaration
ISplashScreenController Controller { get; set; }
Property Value
Type | Description |
---|---|
ISplashScreenController |
Methods
UpdateLicense(string)
Updates the license information on the splashscreen of the lemonedge system that is being logged into
Declaration
void UpdateLicense(string licenseInfo)
Parameters
Type | Name | Description |
---|---|---|
string | licenseInfo | A message holding the state of the current license for the product |
UpdateLoading(string)
Updates the loading text display to the user to indicate what is being loaded during this period
Declaration
void UpdateLoading(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg | A message holding the current process during loading |