• Gets the active variants

    Returns a key-value pair of the active experience and variant short UIDs.

    An inactive experience will have null in the corresponding value.

    Call this method after initializing the SDK.

    Returns Record<string, string>

    The active variants

    Personalize.getVariants(); // {a: 0, b: 1}