Skip to main content
VideowiseSDK.getStoredData reads persisted Videowise values from async storage (set automatically when SDK components run). Use it when you need access to these IDs outside of trackingPixel — for example custom analytics or deep linking. It is a plain async function and does not need to be called inside VideowiseSDK.Provider. These map to the web cookies reeview_uid and reeview_lsid. See Cookies. It returns Promise<StoredData>. Individual fields are null when missing or expired. Additional fields may be added to this object in future SDK versions.

Return value (StoredData)

Example