Companion Object

object Companion

Ready-made feature sets, and conversion from a collection.

Properties

NONE

val NONE: EnumSet<ScanningSdkLibrary.Feature>

The empty feature set, for checking that a licence is valid at all without requiring any particular capability.

Functions

from

fun from(list: Collection<ScanningSdkLibrary.Feature>): EnumSet<ScanningSdkLibrary.Feature>

Converts any collection of features into the EnumSet expects.

Top