Example #1
0
    public void onBillingNotSupported(string message)
    {
        StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onBillingNotSupported");

        Events.OnBillingNotSupported();
    }
Example #2
0
    public void onUnexpectedErrorInStore(string message)
    {
        StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onUnexpectedErrorInStore");

        Events.OnUnexpectedErrorInStore();
    }
Example #3
0
    public void onRestoreTransactionsStarted(string message)
    {
        StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onRestoreTransactionsStarted");

        Events.OnRestoreTransactionsStarted();
    }
Example #4
0
    public void onIabServiceStopped(string message)
    {
        StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onIabServiceStopped");

        Events.OnIabServiceStopped();
    }
Example #5
0
    public void onItemDetailsRetrievedFailedEvent(string message)
    {
        StoreUtils.LogDebug(TAG, "SOOMLA/UNITY ItemDetailsRetrievedFailedEvent");

        Events.OnItemDetailsRetrievedFailed();
    }
Example #6
0
    public void onStoreControllerInitialized(string message)
    {
        StoreUtils.LogDebug(TAG, "SOOMLA/UNITY onStoreControllerInitialized");

        Events.OnStoreControllerInitialized();
    }