mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
9 lines
133 B
C#
9 lines
133 B
C#
namespace CodePush.ReactNative
|
|
{
|
|
enum InstallMode
|
|
{
|
|
Immediate,
|
|
OnNextRestart,
|
|
OnNextResume
|
|
}
|
|
} |