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.Core.Messages
Assembly: ClientCore.dll
Syntax
public interface ISplashScreen : IWindow
Methods
InitController(SplashController)
Provides the controller for this window instance
Declaration
void InitController(SplashController controller)
Parameters
Type | Name | Description |
---|---|---|
SplashController | controller |
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 |
---|---|---|
System.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 |
---|---|---|
System.String | msg | A message holding the current process during loading |