setTopicPreferences abstract method

BatchProfileAttributeEditor setTopicPreferences(
  1. List<String>? topics
)

Set the profile topic preferences.

null resets the topic preferences. Values cannot contain more than 25 items. Individual items should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 300 characters.

Implementation

BatchProfileAttributeEditor setTopicPreferences(List<String>? topics);