◆ asString()
static <T> String fiftyone.devicedetection.examples.web.ExampleHelper.asString | ( | AspectPropertyValue< T > | property | ) |
static
Helper to get the value of a property as a string.
- Parameters
-
- property - 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.web.ExampleHelper.tryGet ( PropertyGetter< T > getter ) 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
-
- getter - to use e.g. DeviceData::getIsMobile()
- Returns
- value