Skip to content

Commit 70d68e7

Browse files
authored
[Virtual Currencies]: add VC SDK versions table (#1004)
1 parent 5b2e5c0 commit 70d68e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/offerings/virtual-currency.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ import fetchVCBalancesSwift from "@site/code_blocks/virtual-currency/vc-balance-
9696
import fetchVCBalancesKotlin from "@site/code_blocks/virtual-currency/vc-balance-sdk-android.kt?raw";
9797
import fetchVCBalancesJava from "@site/code_blocks/virtual-currency/vc-balance-sdk-android.java?raw";
9898

99+
Fetching virtual currency balances is supported in the following SDK versions:
100+
101+
| SDK | Supported Versions |
102+
|-------------|--------------------|
103+
| iOS SDK | 5.32.0+ |
104+
| Android SDK | 9.1.0+ |
105+
99106
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.
100107

101108
<RCCodeBlock

0 commit comments

Comments
 (0)