addObjectsFromString

open fun addObjectsFromString(buffer: String, length: Long, objectIds: List<String>): <Error class: unknown class><Boolean>

Parses a string containing a UI definition, building only the requested objects and merges them with the current contents of

Return

true on success, false if an error occurred

Parameters

buffer

the string to parse

length

the length of @buffer (may be -1 if @buffer is nul-terminated)

objectIds

nul-terminated array of objects to build