mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
Includes the following changes: * UpdateState.Lastest -> UpdateState.Latest * Added *Async suffix to Task returning methods * Using DateTimeOffset in MinimumBackgroundListener * Disposing IDisposable streams in UpdateManager.DownloadPackage
9 lines
119 B
C#
9 lines
119 B
C#
namespace CodePush.ReactNative
|
|
{
|
|
enum UpdateState
|
|
{
|
|
Running,
|
|
Pending,
|
|
Latest
|
|
}
|
|
} |