-
public final class WearDevice
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWearDevice.Companion
-
Method Summary
Modifier and Type Method Description final IntegergetDp()final StringgetId()final StringgetModelName()final IntegergetScreenSizePx()final FloatgetDensity()final FloatgetFontScale()final BooleangetIsRound()-
-
Method Detail
-
getModelName
final String getModelName()
-
getScreenSizePx
final Integer getScreenSizePx()
-
getDensity
final Float getDensity()
-
getFontScale
final Float getFontScale()
-
getIsRound
final Boolean getIsRound()
-
-
-
-