Vixen
02b45cc4
csharp
public enum ContentUpdateOutcome

What happened when a game asked whether there was new content.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • NoRemoteConfigured

    Nothing was configured to check, so the shipped catalog stands.

  • AlreadyCurrent

    The server's catalog is the one already cached, so nothing was downloaded.

  • Updated

    A newer catalog was downloaded and laid over the shipped one.

  • Offline

    The server could not be reached; whatever was cached is being used instead.

  • Rejected

    The server answered, and what it served cannot be used; whatever was cached is being used instead.

Used by (3)

  • ContentUpdateVixen.Assets
  • ContentUpdateResultVixen.Assets
  • ContentUpdateTestsVixen.Assets.Tests