Interface IStoreConnectCallback
Interface to handle callbacks for managing the connection to a store.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public interface IStoreConnectCallback
Methods
OnStoreConnectionFailed(StoreConnectionFailureDescription)
Callback received when the connection to the store fails.
Declaration
void OnStoreConnectionFailed(StoreConnectionFailureDescription failureDescription)
Parameters
Type | Name | Description |
---|---|---|
StoreConnectionFailureDescription | failureDescription | The description of the failure. |
OnStoreConnectionSucceeded()
Callback received when the connection is successfully initialized.
Declaration
void OnStoreConnectionSucceeded()