Hi has any one used Contentful data sync library V...
# android
h
Hi has any one used Contentful data sync library Vault, if so is there any way to dynamically pass locale to vault, as we create instance of vault using below code
Copy code
val vault = Vault.with(this, PlusSpace::class.java)
where as in PlusSpace class we define locales in an array as shown below
Copy code
@Space(value = BuildConfig.CMS_SPACE_ID, models = [Animation::class, GlobalDevice::class], locales = ["en-US","en-GB"])
class PlusSpace
😶 2