PropertyMarkerValue
open class PropertyMarkerValue<PropertyT : Any!>
kotlin.Any | |
↳ | androidx.leanback.widget.Parallax.PropertyMarkerValue |
Class holding a fixed value for a Property in Parallax
.
Summary
Public constructors | |
---|---|
<init>(property: PropertyT) |
Public methods | |
---|---|
open PropertyT |
Public constructors
<init>
PropertyMarkerValue(property: PropertyT)
Public methods
getProperty
open fun getProperty(): PropertyT
Return | |
---|---|
PropertyT |
Associated property. |