Enum StoreApplicationState
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the store application state.
public enum StoreApplicationState
Fields
None = 1
This application does not have a commerce license
Paid = 2
This application has a commerce license but has not yet submitted a store approval request
Submitted = 3
This application has submitted a store approval request
Approved = 4
This application has been approved for the store
Rejected = 5
This application has been rejected from the store
Blocked = 6
This application is blocked from the store