addToTopicPreferences abstract method

BatchProfileAttributeEditor addToTopicPreferences(
  1. List<String> topics
)

Add topics to the profile 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 addToTopicPreferences(List<String> topics);