setChannelTypes method

void setChannelTypes(
  1. List<ChannelType> types
)

Sets the list of ChannelType that can be selected.

Implementation

void setChannelTypes (List<ChannelType> types) {
  channels.addAll(types);
}