void ObtainExistingGooglePlayKey()
 {
     if (m_GooglePlayDataRef.revenueTrackingState != GooglePlayRevenueTrackingKeyState.Verified)
     {
         m_WebRequests.RequestRetrieveKeyOperation();
     }
     else
     {
         SetGooglePlayKeyText(m_GooglePlayDataRef.googlePlayKey);
         ToggleGoogleKeyStateDisplay();
     }
 }
Beispiel #2
0
 void ObtainExistingGooglePlayKey()
 {
     m_WebRequests.RequestRetrieveKeyOperation();
 }