Modifier and Type | Method and Description |
---|---|
static DeviceApi.Device.Orientation |
DeviceApi.Device.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceApi.Device.Orientation |
DeviceApi.Device.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceApi.Device.Orientation[] |
DeviceApi.Device.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DeviceApi.Device.Orientation[] |
DeviceApi.Device.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<DeviceApi.Device.Orientation> |
DeviceApi.Device.State.getOrientation()
Gets the display orientation.
|
static Optional<DeviceApi.Device.Orientation> |
DeviceApi.Device.State.getOrientation()
Gets the display orientation.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DeviceApi.PromoScreen.delete(DeviceApi.PromoScreen.Number number,
DeviceApi.Device.Orientation orientation)
Deletes a promoscreen
|
static boolean |
DeviceApi.PromoScreen.delete(DeviceApi.PromoScreen.Number number,
DeviceApi.Device.Orientation orientation)
Deletes a promoscreen
|
static boolean |
DeviceApi.PromoScreen.set(Path path,
DeviceApi.PromoScreen.Number number,
DeviceApi.Device.Orientation orientation,
DeviceApi.PromoScreen.Time screenTime)
Sets promoscreen, that is, an image to be shown in customer logo
mode.
|
static boolean |
DeviceApi.PromoScreen.set(Path path,
DeviceApi.PromoScreen.Number number,
DeviceApi.Device.Orientation orientation,
DeviceApi.PromoScreen.Time screenTime)
Sets promoscreen, that is, an image to be shown in customer logo
mode.
|
static boolean |
DeviceApi.Device.State.setOrientation(DeviceApi.Device.Orientation orientation)
Sets the display orientation.
|
static boolean |
DeviceApi.Device.State.setOrientation(DeviceApi.Device.Orientation orientation)
Sets the display orientation.
|
Copyright © 2024. All rights reserved.