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:
116
117
@@ -123,6 +124,7 @@ Fetching virtual currency balances is supported in the following SDK versions:
123
124
| Capacitor SDK | 11.1.0+ |
124
125
| Unity SDK | 8.1.0+ |
125
126
| KMP SDK | 2.1.0+16.2.0+ |
127
+
| Cordova SDK | 7.1.0+ |
126
128
127
129
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.
128
130
@@ -168,6 +170,11 @@ You can use the `virtualCurrencies()` function to retrieve a customer's balance.
0 commit comments