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.
null
Call this method after initializing the SDK.
The active variants
Personalize.getVariants(); // {a: 0, b: 1} Copy
Personalize.getVariants(); // {a: 0, b: 1}
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.