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

14 lines
237 B
C#
Raw Normal View History

2025-01-20 12:55:54 +08:00
namespace UnityEditor.Purchasing
{
enum GooglePlayRevenueTrackingKeyState
{
RevenueTracked,
Verified,
InvalidFormat,
UnauthorizedUser,
ServerError,
CantFetch,
NoKey
}
}