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

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

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

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

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

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

        Events.OnStoreControllerInitialized();
    }