• Gets the active variant aliases

    Returns a list of active experiences as variant aliases. Variant aliases are used by Personalize to identify a CMS variant. The aliases can be passed to the CMS Delivery API to fetch the personalized variant of content entries.

    The order in the list reflects the priority of the variants. The aliases higher in the list have higher priority.

    Call this method after initializing the SDK.

    Returns string[]

    The active variant aliases

    Personalize.getVariantAliases(); // ['cs_personalize_a_0', 'cs_personalize_b_1']