Show / Hide Table of Contents

Class ChangelogManager

Inheritance
System.Object
ChangelogManager
Namespace: Content.Client.Changelog
Assembly: Content.Client.dll
Syntax
public sealed class ChangelogManager : object

Properties

| Improve this Doc View Source

LastReadId

Declaration
public int LastReadId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxId

Declaration
public int MaxId { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NewChangelogEntries

Declaration
public bool NewChangelogEntries { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Initialize()

Declaration
public void Initialize()
| Improve this Doc View Source

LoadChangelog()

Declaration
public Task<List<ChangelogEntry>> LoadChangelog()
Returns
Type Description
Task<List<ChangelogEntry>>
| Improve this Doc View Source

SaveNewReadId()

Ran when the user opens ("read") the changelog, stores the new ID to disk and clears NewChangelogEntries.

Declaration
public void SaveNewReadId()
Remarks

LastReadId is NOT cleared since that's used in the changelog menu to show the "since you last read" bar.

Events

| Improve this Doc View Source

NewChangelogEntriesChanged

Declaration
public event Action? NewChangelogEntriesChanged
Event Type
Type Description
System.Nullable<Action>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾