Table of Contents

Enum AppUpdateAvailability

Namespace
Titipi.MocaLib2

How the running build compares to what the store currently offers.

public enum AppUpdateAvailability

Fields

Unknown = 0

Could not be determined — Editor, sideloaded build, malformed Remote Config value, or feature disabled.

UpToDate = 1

The store has nothing newer than this build.

UpdateAvailable = 2

A newer version is available on the store.