Table of Contents

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

state InstallProgressState

A readonly reference enum of the installation progress state.