Skip to content

Can the parameters passed to @Space , like the list of content models and list of locale be provided at the run time #167

@Deepa-3010

Description

@Deepa-3010

Android uses @space annotation provided by Vault which is internally an interface, to define a persistent db which thereby stores the contents.
It requires to specify the SpaceID, an array of Model Classes, and an array of locale codes to be persisted.
This information must be provided at the compile time.
Our problem statement is to provide this information of an array of Model Classes and an array of locale codes dynamically.
Is there an implementation through which, this information defined in the @space interface could be manipulated?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions