View Model Enum Property
class ViewModelEnumProperty(unsafeCppPointer: Long, fileLock: ReentrantLock) : ViewModelProperty<String>
An enum property of a ViewModelInstance. Values are represented as strings.
See also
Properties
Functions
Link copied to clipboard
Increments the references for this counter. Cannot be used for initialization - use refs.incrementAndGet instead.
Link copied to clipboard