Modifier and Type | Class and Description |
---|---|
static class |
DeviceApi.PromoScreen.Number
Promoscreens are numbered.
|
static class |
DeviceApi.PromoScreen.Time
Different promoscreen may be displayed for varying amount of times.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
delete(DeviceApi.PromoScreen.Number number)
Deletes a promoscreen for any orientation.
|
static boolean |
delete(DeviceApi.PromoScreen.Number number,
DeviceApi.Device.Orientation orientation)
Deletes a promoscreen
|
static boolean |
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.
|
public static boolean set(Path path, DeviceApi.PromoScreen.Number number, DeviceApi.Device.Orientation orientation, DeviceApi.PromoScreen.Time screenTime)
path
- The path to the image file.number
- The number.orientation
- The orientation.screenTime
- The screen time.DeviceApi.setCustomerLogoMode()
to see the promoscreens.public static boolean delete(DeviceApi.PromoScreen.Number number)
number
- The numberpublic static boolean delete(DeviceApi.PromoScreen.Number number, DeviceApi.Device.Orientation orientation)
number
- The number.orientation
- The orientation of the promoscreen to delete.Copyright © 2024. All rights reserved.