Usage

enum Usage : Enum<Source.Usage>

Either reusable or single_use. Whether this source should be reusable or not. Some source types may or may not be reusable by construction, while others may leave the option at creation. If an incompatible value is passed, an error will be returned.

Entries

Link copied to clipboard
SingleUse("single_use")
Link copied to clipboard
Reusable("reusable")

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int