Class FakeUDPExtension
Mock implementation of the interface for UDP purchasing extensions.
Namespace: UnityEngine.Purchasing
Syntax
public class FakeUDPExtension : IUDPExtensions, IStoreExtension
Methods
EnableDebugLog(Boolean)
Enable debug log for UDP.
Declaration
public void EnableDebugLog(bool enable)
Parameters
Type | Name | Description |
---|---|---|
Boolean | enable | Whether or not the logging is to be enabled. |
Implements
GetLastInitializationError()
Return the UDP initialization error.
Declaration
public string GetLastInitializationError()
Returns
Type | Description |
---|---|
String | The error as a string. |
Implements
GetLastPurchaseError()
Gets the last purchase error.
Declaration
public string GetLastPurchaseError()
Returns
Type | Description |
---|---|
String | The error as a string. |
GetUserInfo()
Some stores return user information after initialization.
Declaration
public object GetUserInfo()
Returns
Type | Description |
---|---|
Object | UserInfo, which may be null |