Class Plugin.OnLibraryUpdateFinishedArgs
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class Plugin.OnLibraryUpdateFinishedArgs
- Inheritance
-
Plugin.OnLibraryUpdateFinishedArgs
- Inherited Members
Constructors
OnLibraryUpdateFinishedArgs(IReadOnlyList<string>, IReadOnlyList<Game>)
public OnLibraryUpdateFinishedArgs(IReadOnlyList<string> libraries, IReadOnlyList<Game> newGames)
Parameters
librariesIReadOnlyList<string>newGamesIReadOnlyList<Game>
Properties
Libraries
public IReadOnlyList<string> Libraries { get; }
Property Value
NewGames
public IReadOnlyList<Game> NewGames { get; }