internal GooglePlayConfigurationSettingsBlock()
        {
            m_GooglePlayDataRef = GoogleConfigService.Instance().GoogleConfigData;
            m_WebRequests       = new GoogleConfigurationWebRequests(m_GooglePlayDataRef, this.OnGetGooglePlayKey, this.OnUpdateGooglePlayKey);

            m_ObfuscatorSection = new GoogleObfuscatorSection(m_GooglePlayDataRef);
        }
Beispiel #2
0
        internal GooglePlayConfigurationSettingsBlock(GoogleConfigurationData remoteData)
        {
            m_GooglePlayDataRef = remoteData;
            m_WebRequests       = new GoogleConfigurationWebRequests(remoteData, this.OnGetGooglePlayKey, this.OnUpdateGooglePlayKey);

            m_ObfuscatorSection = new GoogleObfuscatorSection(m_GooglePlayDataRef);
        }