• 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.

    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.

    Returns ManifestExperience[]

    The active experiences

    Personalize.getExperiences(); // [{shortUid: 'a', activeVariantShortUid: '0'}]