Loading Spinner Delay
Sets the delay for displaying the loading spinner in milliseconds. The allowable value is between 0 and 1000 milliseconds. The default is 200.
A700x
This parameter is not supported on the A700x.
Android
Set the LoadingSpinnerDelay parameter in the ApplicationPreferences repository in the OnetimeStartupSettings.config file.
{
"Repositories": {
"ApplicationPreferences": {
"LoadingSpinnerDelay": 200
}
}
}