Initial commit.
This commit is contained in:
19
Wino.Core.Domain/Enums/StorePurchaseResult.cs
Normal file
19
Wino.Core.Domain/Enums/StorePurchaseResult.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace Wino.Core.Domain.Enums
|
||||
{
|
||||
// From the SDK.
|
||||
public enum StorePurchaseResult
|
||||
{
|
||||
//
|
||||
// Summary:
|
||||
// The purchase request succeeded.
|
||||
Succeeded,
|
||||
//
|
||||
// Summary:
|
||||
// The current user has already purchased the specified app or add-on.
|
||||
AlreadyPurchased,
|
||||
//
|
||||
// Summary:
|
||||
// The purchase request did not succeed.
|
||||
NotPurchased,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user