◆ asString()
static <T> String fiftyone.devicedetection.examples.shared.PropertyHelper.asString | ( | AspectPropertyValue< T > | value | ) |
static
Helper to get the value of a property as a string.
- Parameters
-
- value - the property value
- <T> - the type
- Returns
- a string representation of the value or a "no value" message
◆ tryGet()
static <T> AspectPropertyValue<T> fiftyone.devicedetection.examples.shared.PropertyHelper.tryGet ( Supplier< AspectPropertyValue< T >> supplier ) staticTry to carry out a 'get' on a property getter, and catch a PropertyMissingException to avoid the example breaking if the resource key, or data file are not configured correctly by the user.
- Parameters
-
- supplier - to use e.g. DeviceData::getIsMobile()
- Returns
- value