-
public class WearDevice.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final WearDeviceMobvoiTicWatchPro5private final WearDeviceSamsungGalaxyWatch5private final WearDeviceSamsungGalaxyWatch6private final WearDeviceGooglePixelWatchprivate final WearDeviceGenericSmallRoundprivate final WearDeviceGenericLargeRoundprivate final WearDeviceSamsungGalaxyWatch6SmallFontprivate final WearDeviceGooglePixelWatchLargeFontprivate final List<WearDevice>entriespublic final static WearDevice.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final WearDevicegetMobvoiTicWatchPro5()final WearDevicegetSamsungGalaxyWatch5()final WearDevicegetSamsungGalaxyWatch6()final WearDevicegetGooglePixelWatch()final WearDevicegetGenericSmallRound()final WearDevicegetGenericLargeRound()final WearDevicegetSamsungGalaxyWatch6SmallFont()final WearDevicegetGooglePixelWatchLargeFont()final List<WearDevice>getEntries()-
-
Method Detail
-
getMobvoiTicWatchPro5
final WearDevice getMobvoiTicWatchPro5()
-
getSamsungGalaxyWatch5
final WearDevice getSamsungGalaxyWatch5()
-
getSamsungGalaxyWatch6
final WearDevice getSamsungGalaxyWatch6()
-
getGooglePixelWatch
final WearDevice getGooglePixelWatch()
-
getGenericSmallRound
final WearDevice getGenericSmallRound()
-
getGenericLargeRound
final WearDevice getGenericLargeRound()
-
getSamsungGalaxyWatch6SmallFont
final WearDevice getSamsungGalaxyWatch6SmallFont()
-
getGooglePixelWatchLargeFont
final WearDevice getGooglePixelWatchLargeFont()
-
getEntries
final List<WearDevice> getEntries()
-
-
-
-