//scanning/com.pixelnetica.scanning/ScanningSdkLibrary/Feature/entries

entries

[androidJvm]
val entries: EnumEntries<ScanningSdkLibrary.Feature>

Returns a representation of an immutable list of all enum entries, in the order they’re declared.

This method may be used to iterate over the enum entries.

Top