public interface Property<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
Property.Callback<T> |
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns value of the property.
|
void |
getAsync(Property.Callback<T> callback)
Reads asynchronously property value directly from beacon.
|
java.lang.String |
getMinimumSupportedAppVersion()
Returns minimum beacon's software version since this property is available.
|
boolean |
isAvailable()
Is property available for this beacon.
|
java.lang.String getMinimumSupportedAppVersion()
boolean isAvailable()
T get()
void getAsync(Property.Callback<T> callback)
callback
- Callback object.