FAST SDK Coding Reference 1.0.3
|
A data structure to store FAST.DisplayLoader settings. More...
Public Attributes | |
int | numberOfDisplays = 1 |
Settings, Code The number of displays required to run the activity. | |
string | prefixErrorMessage = "" |
Settings, Code A message that will be added before the FAST.LoadingProgress error message at runtime. | |
string | replacementErrorMessage = "" |
Settings, Code A message that will replace the FAST.LoadingProgress error message at runtime. | |
string | suffixErrorMessage = "" |
Settings, Code A message that will be added after the FAST.LoadingProgress error message at runtime. | |
A data structure to store FAST.DisplayLoader settings.
int numberOfDisplays = 1 |
Settings, Code
The number of displays required to run the activity.
string prefixErrorMessage = "" |
Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
string replacementErrorMessage = "" |
Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
string suffixErrorMessage = "" |
Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.