SessionManagerHideSplashScreen Method |
|
DataPA OpenAnalytics API Reference
Hides the splash screen if it is shown
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static void HideSplashScreen(
bool AllowRestore = true
)
Public Shared Sub HideSplashScreen (
Optional AllowRestore As Boolean = true
)
public:
static void HideSplashScreen(
bool AllowRestore = true
)
DataPAClientConfig.SessionManager.HideSplashScreen = function(AllowRestore);
Parameters
- AllowRestore (Optional)
- Type: SystemBoolean
Remarks See Also