public void onBillingNotSupported(string message) { StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onBillingNotSupported"); Events.OnBillingNotSupported(); }
public void onUnexpectedErrorInStore(string message) { StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onUnexpectedErrorInStore"); Events.OnUnexpectedErrorInStore(); }
public void onRestoreTransactionsStarted(string message) { StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onRestoreTransactionsStarted"); Events.OnRestoreTransactionsStarted(); }
public void onIabServiceStopped(string message) { StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onIabServiceStopped"); Events.OnIabServiceStopped(); }
public void onItemDetailsRetrievedFailedEvent(string message) { StoreUtils.LogDebug(TAG, "SOOMLA/UNITY ItemDetailsRetrievedFailedEvent"); Events.OnItemDetailsRetrievedFailed(); }
public void onStoreControllerInitialized(string message) { StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onStoreControllerInitialized"); Events.OnStoreControllerInitialized(); }