mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
9 lines
149 B
C#
9 lines
149 B
C#
namespace CodePush.ReactNative
|
|
{
|
|
enum InstallMode
|
|
{
|
|
IMMEDIATE = 0,
|
|
ON_NEXT_RESTART = 1,
|
|
ON_NEXT_RESUME = 2
|
|
}
|
|
} |