コード例 #1
0
 public GooglePlayStore(
     IGooglePlayStoreRetrieveProductsService retrieveProductsService,
     IGooglePlayStorePurchaseService storePurchaseService,
     IGoogleFetchPurchases fetchPurchases,
     IGooglePlayStoreFinishTransactionService transactionService,
     IGooglePurchaseCallback googlePurchaseCallback,
     IGooglePlayStoreExtensionsInternal googlePlayStoreExtensions,
     IUtil util)
 {
     m_Util = util;
     m_RetrieveProductsService   = retrieveProductsService;
     m_StorePurchaseService      = storePurchaseService;
     m_FetchPurchases            = fetchPurchases;
     m_FinishTransactionService  = transactionService;
     m_GooglePurchaseCallback    = googlePurchaseCallback;
     m_GooglePlayStoreExtensions = googlePlayStoreExtensions;
 }