Clear data persisted using RecordStoreHandler

Hi All,

I am using RecordStoreHandler to store some data.How to clear it up from the recordstore buffer it is saved into?

Thanks
Atanas

Hi Atanas,

To clear the data you can call setRecordStoreData with a null array and the same id you were previously using for that buffer. There is currently an issue with the handling whereby the underlieing container/data isn’t properly removed but a fix in the works for that.

Cheers,

Spencer

Thank you.I was misunderstading the way RecordStoreHandler works but now it is much more clearer.