Show / Hide Table of Contents

Interface UM_iTransactionObserver

A set of methods that process transactions, unlock purchased functionality, and continue promoted in-app purchases.

Namespace: SA.CrossPlatform.InApp
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iTransactionObserver

Methods

OnRestoreTransactionsComplete(SA_Result)

Tells an observer that transactions restore flow has been updated.

Declaration
void OnRestoreTransactionsComplete(SA_Result result)
Parameters
Type Name Description
SA_Result result

Restore flow result.

OnTransactionUpdated(UM_iTransaction)

Tells an observer that transaction have been updated.

Declaration
void OnTransactionUpdated(UM_iTransaction transaction)
Parameters
Type Name Description
UM_iTransaction transaction

Updated transaction.

In This Article
Back to top Generated by DocFX