I used to use this function to pass an Array of Strings for which groups I wanted to start open or closed as I have 8 different groups. 3 of which are commonly used and I had them starting open and the 5 rarely used groups started closed.
Now setGroupStartOpen() can take an array of GroupStartOpen objects which is an enum with ALL, FIRST, and NONE. How is this array supposed to work? Why would I want to pass it {FIRST, ALL, FIRST, NONE} or something and what would this actually do?
Now setGroupStartOpen() can take an array of GroupStartOpen objects which is an enum with ALL, FIRST, and NONE. How is this array supposed to work? Why would I want to pass it {FIRST, ALL, FIRST, NONE} or something and what would this actually do?
Comment