private IStore InstantiateUDP()
        {
            var store = new UDPImpl();

            BindExtension <IUDPExtensions>(store);
            INativeUDPStore nativeUdpStore = (INativeUDPStore)GetAndroidNativeStore(store);

            store.SetNativeStore(nativeUdpStore);
            return(store);
        }
Пример #2
0
        private const string k_Errorcode = "errorCode"; // From UDP sdk purchase pending state

        public void SetNativeStore(INativeUDPStore nativeUdpStore)
        {
            m_Bindings = nativeUdpStore;
        }