lib_unity_purchase/Editor/ServiceProjectSettings/Entity/GooglePlayRevenueTrackingKe...

14 lines
237 B
C#
Raw Normal View History

2024-01-29 18:49:33 +08:00
namespace UnityEditor.Purchasing
{
enum GooglePlayRevenueTrackingKeyState
{
RevenueTracked,
Verified,
InvalidFormat,
UnauthorizedUser,
ServerError,
CantFetch,
NoKey
}
}