public abstract class DeviceBadgeItem
extends java.lang.Object
DeviceBadgeItem abstract class wraps the core attributes related to the badge on the
current device.| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceBadgeItem.Status
Enumerations for the
DeviceBadgeItem.Status of the badge |
| Modifier and Type | Method and Description |
|---|---|
abstract DeviceEntity |
deviceEntity()
Returns the
DeviceEntity on which the badge has been installed. |
abstract DeviceBadgeItem.Status |
status()
Returns a boolean that represents whether or not the badge on the device is activated or not.
|
public abstract DeviceEntity deviceEntity()
DeviceEntity on which the badge has been installed.DeviceEntity on which the badge has been installed.public abstract DeviceBadgeItem.Status status()
true if the badge on this device is activated;
false otherwise.