Table of Contents

Interface ICompletionStatusSettignsApi

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes interface for completion status related settings.

public interface ICompletionStatusSettignsApi

Properties

DefaultStatus

Gets ID of status to be assigned to newly added games.

Guid DefaultStatus { get; }

Property Value

Guid

PlayedStatus

Gets ID of status to be assigned when a game is played for the first time.

Guid PlayedStatus { get; }

Property Value

Guid