Enum PublisherState
Options for identifying the state of the app
Namespace: Unity.Play.Publisher.Editor
Syntax
public enum PublisherState
Fields
| Name | Description | Value |
|---|---|---|
| Idle | The app is not doing anything |
0 |
| Login | The user needs to login |
1 |
| Zip | A build is being zipped |
2 |
| Upload | A build is being uploaded |
3 |
| Process | An uploaded build is being processed |
4 |