Delegate InstallProgressStateDelegate
- Namespace
- Hi3Helper.Plugin.Core.Management
- Assembly
- Hi3Helper.Plugin.Core.dll
Delegate to provide callback to get the state of the game installation progress.
public delegate void InstallProgressStateDelegate(InstallProgressState state)
Parameters
stateInstallProgressStateA readonly reference enum of the installation progress state.