You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching virtual currency balances is supported in the following SDK versions:
105
106
@@ -110,6 +111,7 @@ Fetching virtual currency balances is supported in the following SDK versions:
110
111
| React Native SDK | 9.1.0+ |
111
112
| Flutter SDK | 9.1.0+ |
112
113
| Capacitor SDK | 11.1.0+ |
114
+
| Unity SDK | 8.1.0+ |
113
115
114
116
You can use the `virtualCurrencies()` function to retrieve a customer's balance. The function returns a `VirtualCurrencies` object, which includes the customer's balances along with each virtual currency's metadata.
115
117
@@ -145,6 +147,11 @@ You can use the `virtualCurrencies()` function to retrieve a customer's balance.
0 commit comments