DeviceParametersBuilders
public final class DeviceParametersBuilders
Builders for request messages used to fetch layouts and resources.
Summary
Nested types |
|---|
@RequiresSchemaVersion(major = 1, minor = 200)
|
public final class DeviceParametersBuilders.Capabilities.BuilderBuilder for |
@RequiresSchemaVersion(major = 1, minor = 0)Parameters describing the device requesting a layout update. |
public final class DeviceParametersBuilders.DeviceParameters.BuilderBuilder for |
Constants |
|
|---|---|
static final int |
@RequiresSchemaVersion(major = 1, minor = 0)Device platform is undefined. |
static final int |
@RequiresSchemaVersion(major = 1, minor = 0)Device is a Wear OS device. |
static final int |
@RequiresSchemaVersion(major = 1, minor = 0)Rectangular screens. |
static final int |
@RequiresSchemaVersion(major = 1, minor = 0)A round screen (typically found on most Wear devices). |
static final int |
@RequiresSchemaVersion(major = 1, minor = 0)Screen shape is undefined. |
Constants
DEVICE_PLATFORM_UNDEFINED
@RequiresSchemaVersion(major = 1, minor = 0)
public static final int DEVICE_PLATFORM_UNDEFINED = 0
Device platform is undefined.
DEVICE_PLATFORM_WEAR_OS
@RequiresSchemaVersion(major = 1, minor = 0)
public static final int DEVICE_PLATFORM_WEAR_OS = 1
Device is a Wear OS device.
SCREEN_SHAPE_RECT
@RequiresSchemaVersion(major = 1, minor = 0)
public static final int SCREEN_SHAPE_RECT = 2
Rectangular screens.
SCREEN_SHAPE_ROUND
@RequiresSchemaVersion(major = 1, minor = 0)
public static final int SCREEN_SHAPE_ROUND = 1
A round screen (typically found on most Wear devices).
SCREEN_SHAPE_UNDEFINED
@RequiresSchemaVersion(major = 1, minor = 0)
public static final int SCREEN_SHAPE_UNDEFINED = 0
Screen shape is undefined.