toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.property
/
ConstrainedSize
/
ConstrainedDimension
Constrained
Dimension
abstract
class
ConstrainedDimension
Inheritors
PercentConstrainedDimension
AbsoluteConstrainedDimension
Members
Properties
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
ConstrainedSize.ConstrainedDimensionType
Functions
get
Float
Link copied to clipboard
abstract
fun
getFloat
(
)
:
Float
get
Int
Link copied to clipboard
abstract
fun
getInt
(
)
:
Int
is
Absolute
Link copied to clipboard
open
fun
isAbsolute
(
)
:
Boolean
is
Percent
Link copied to clipboard
open
fun
isPercent
(
)
:
Boolean
of
Link copied to clipboard
@
Nullable
open
fun
of
(
@
Nullable
value
:
String
)
:
ConstrainedSize.ConstrainedDimension