addToArray abstract method

BatchProfileAttributeEditor addToArray(
  1. String key,
  2. String tag
)

Add a string value in the specified array attribute. If empty, the array will automatically be created.

The key must be a string of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.

The value cannot be empty or longer than 64 characters.

Implementation

BatchProfileAttributeEditor addToArray(String key, String tag);