Enum EditsResource.CommitRequest.ChangesInReviewBehaviorEnum
Optional. Specify how the API should behave if there are changes currently in review. If this value is not set, it will default to "CANCEL_IN_REVIEW_AND_SUBMIT", which will cancel the changes in review and then send all the changes for publishing.
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public enum EditsResource.CommitRequest.ChangesInReviewBehaviorEnum
Fields
| Name | Description |
|---|---|
| CANCELINREVIEWANDSUBMIT | If there are changes already in review, then this will cancel that review first and then send all the changes for publishing. |
| CHANGESINREVIEWBEHAVIORTYPEUNSPECIFIED | Defaults to CANCEL_IN_REVIEW_AND_SUBMIT. |
| ERRORIFINREVIEW | If there are changes in review, then this will return an error. Please refer to the error message sample that is returned when this happens. Note that this won't invalidate the edit. If there aren't any changes in review, then this will continue and send the new changes for publishing. |