csharp
public enum ContentUpdateOutcomeWhat 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)
NoRemoteConfiguredNothing was configured to check, so the shipped catalog stands.
AlreadyCurrentThe server's catalog is the one already cached, so nothing was downloaded.
UpdatedA newer catalog was downloaded and laid over the shipped one.
OfflineThe server could not be reached; whatever was cached is being used instead.
RejectedThe 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