Topic preferences
BatchProfile.instance.newEditor()
.setTopicPreferences([("technology", "finance"]) // Null to erase.
// Alternatively, partially update them with:
.addToTopicPreferences(["investing"])
.removeFromTopicPreferences(["travel"])
.save();Last updated

