namespace UnityEditor.Purchasing { enum GooglePlayRevenueTrackingKeyState { Verified, InvalidFormat, UnauthorizedUser, ServerError, CantFetch, NoKey } }