Docs Menu
API Developer Guide / middleware / pub / string / TextListCollector

Service: TextListCollector

This service is responsible for collecting and appending a single string to an existing string array.

Input Parameter:

Name Type Description
text: String The single string that you want to add to the existing string array.
textArray: String Array The array of strings to which you want to append the text value.

Output Parameter:

Name Type Description
textArray: String Array The updated string array after adding the text value to it.