public abstract static class BeaconEntity.Action
extends java.lang.Object
BeaconEntity.Action abstract class wraps information related to action items,
including ID, type, and a message.| Modifier and Type | Method and Description |
|---|---|
abstract int |
id()
Returns an int of the identification number of an action item.
|
abstract java.lang.String |
message()
Returns a String of additional information related to the action item.
|
abstract java.lang.String |
type()
Returns a String of the type of an action item.
|
public abstract int id()
public abstract java.lang.String type()
@Nullable public abstract java.lang.String message()
null.