Gets the active experiences
Returns a list of experience and corresponding active variant short UIDs.
An inactive experience will have null in the corresponding activeVariantShortUid.
null
activeVariantShortUid
The list is sorted in the order of experience priority. The experiences higher in the list have higher priority.
Call this method after initializing the SDK.
The active experiences
Personalize.getExperiences(); // [{shortUid: 'a', activeVariantShortUid: '0'}] Copy
Personalize.getExperiences(); // [{shortUid: 'a', activeVariantShortUid: '0'}]
Gets the active experiences
Returns a list of experience and corresponding active variant short UIDs.
An inactive experience will have
null
in the correspondingactiveVariantShortUid
.The list is sorted in the order of experience priority. The experiences higher in the list have higher priority.
Call this method after initializing the SDK.