14 lines
237 B
C#
14 lines
237 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
enum GooglePlayRevenueTrackingKeyState
|
||
|
{
|
||
|
RevenueTracked,
|
||
|
Verified,
|
||
|
InvalidFormat,
|
||
|
UnauthorizedUser,
|
||
|
ServerError,
|
||
|
CantFetch,
|
||
|
NoKey
|
||
|
}
|
||
|
}
|