UsageTypeIconKey

data class UsageTypeIconKey(val usageType: NamesIndex.UsageType, val scaledHeight: Int) : IconKey

The Pair of String used to retrieve a usage type icon in the senders view.

Author

Todd L Smith

Constructors

Link copied to clipboard
constructor(usageType: NamesIndex.UsageType, scaledHeight: Int)

Properties

Link copied to clipboard
open override val resourceName: String

The associated file name of the resource.

Link copied to clipboard
open override val scaledHeight: Int

The height to which to scale the image.

Link copied to clipboard