getVirtualCardsConfig

abstract suspend fun getVirtualCardsConfig(cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): VirtualCardsConfig?

Get the current VirtualCardsConfig.

Parameters

cachePolicy

CachePolicy Determines how the data will be fetched. When using CachePolicy.CACHE_ONLY, be aware that this will only return cached results of identical API calls.

Throws