remove From Array
Removes a string from an array attribute. Does nothing if the tag does not exist.
Return
This object instance, for method chaining
Parameters
key
Array attribute name
value
The value to remove
open fun removeFromArray(@NonNull key: String, @NonNull values: List<String>): BatchProfileAttributeEditor
Removes a list of strings from an array attribute. Does nothing if the tag does not exist.
Return
This object instance, for method chaining
Parameters
key
Array attribute name
values
The values to remove