InformationIconSet

data class InformationIconSet(@DrawableRes val building: Int, @DrawableRes val pay: Int, @DrawableRes val phone: Int, @DrawableRes val pin: Int) : IconSet

Constructors

Link copied to clipboard
constructor(@DrawableRes building: Int, @DrawableRes pay: Int, @DrawableRes phone: Int, @DrawableRes pin: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val pay: Int
Link copied to clipboard
val phone: Int
Link copied to clipboard
val pin: Int