open fun writeStringList(vararg elements: String!): Unit (source)
Write a list of strings, which must be of the same length
elements - String!: the strings to write as a list
open fun writeStringList(elements: MutableList<String!>!): Unit (source)
Write a list of strings, which must be of the same length
elements - MutableList<String!>!: the strings to write as a list