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:
101
102
@@ -104,6 +105,7 @@ Fetching virtual currency balances is supported in the following SDK versions:
104
105
| iOS SDK | 5.32.0+ |
105
106
| Android SDK | 9.1.0+ |
106
107
| React Native SDK | 9.1.0+ |
108
+
| Flutter SDK | 9.1.0+ |
107
109
108
110
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.
109
111
@@ -129,6 +131,11 @@ You can use the `virtualCurrencies()` function to retrieve a customer's balance.
0 commit comments