Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMathTransform - Class in com.gluonhq.attach.position.impl.geotools
-
Provides a default implementation for most methods required by the {MathTransform} interface.
- AbstractMathTransform() - Constructor for class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Constructs a math transform.
- AbstractMathTransform.Inverse - Class in com.gluonhq.attach.position.impl.geotools
-
Default implementation for inverse math transform.
- Acceleration - Class in com.gluonhq.attach.accelerometer
-
Represents a reading taken from the
AccelerometerService
. - Acceleration(double, double, double, LocalDateTime) - Constructor for class com.gluonhq.attach.accelerometer.Acceleration
-
Creates a new immutable Acceleration instance with the given x, y, z, and timestamp values.
- accelerationProperty() - Method in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
A frequently-updated reading from the accelerometer.
- accelerationProperty() - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- AccelerometerService - Interface in com.gluonhq.attach.accelerometer
-
An accelerometer measures the acceleration force that is applied to a device in all three physical axes (x, y and z).
- addListener(LifecycleEvent, Runnable) - Method in class com.gluonhq.attach.lifecycle.impl.DesktopLifecycleService
- addListener(LifecycleEvent, Runnable) - Method in class com.gluonhq.attach.lifecycle.impl.AndroidLifecycleService
- addListener(LifecycleEvent, Runnable) - Method in interface com.gluonhq.attach.lifecycle.LifecycleService
-
Adds a life cycle event listener to the native platform, to be notified of
LifecycleEvent
events. - addListener(String, Consumer<String>) - Method in class com.gluonhq.attach.runtimeargs.impl.DefaultRuntimeArgsService
- addListener(String, Consumer<String>) - Method in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
Adds a listener to the given key, like
RuntimeArgsService.LAUNCH_LOCAL_NOTIFICATION_KEY
orRuntimeArgsService.LAUNCH_URL_KEY
, so if those occur, the consumer will accept the provided String - addPropertyWatcher(Runnable) - Static method in class com.gluonhq.attach.util.PropertyWatcher
- addUuid(String) - Method in class com.gluonhq.attach.ble.Configuration
-
Adds a uuid to the list of beacons we want to monitor/scan
- AEROBIC_HEART_RATE_LOWER_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- AEROBIC_HEART_RATE_UPPER_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- AEROBIC_THRESHOLD - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- AGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- AGGREGATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ALERT_CATEGORY_ID - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ALERT_CATEGORY_ID_BIT_MASK - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ALERT_LEVEL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ALERT_NOTIFICATION_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ALERT_NOTIFICATION_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- ALERT_STATUS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ALTITUDE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ANAEROBIC_HEART_RATE_LOWER_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ANAEROBIC_HEART_RATE_UPPER_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ANAEROBIC_THRESHOLD - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ANALOG - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ANDROID - Enum constant in enum class com.gluonhq.attach.util.Platform
-
The android platform provides implementations to access the applicable services available on Android.
- AndroidAccelerometerService - Class in com.gluonhq.attach.accelerometer.impl
- AndroidAccelerometerService() - Constructor for class com.gluonhq.attach.accelerometer.impl.AndroidAccelerometerService
- AndroidAudioService - Class in com.gluonhq.attach.audio.impl
- AndroidAudioService() - Constructor for class com.gluonhq.attach.audio.impl.AndroidAudioService
- AndroidAugmentedRealityService - Class in com.gluonhq.attach.augmentedreality.impl
- AndroidAugmentedRealityService() - Constructor for class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
- AndroidBarcodeScanService - Class in com.gluonhq.attach.barcodescan.impl
-
Requires this permission: android.permission.CAMERA And this activity added to the AndroidManifest.xml:
- AndroidBarcodeScanService() - Constructor for class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
- AndroidBatteryService - Class in com.gluonhq.attach.battery.impl
- AndroidBatteryService() - Constructor for class com.gluonhq.attach.battery.impl.AndroidBatteryService
- AndroidBleService - Class in com.gluonhq.attach.ble.impl
-
Android implementation of BleService
- AndroidBleService() - Constructor for class com.gluonhq.attach.ble.impl.AndroidBleService
- AndroidBrowserService - Class in com.gluonhq.attach.browser.impl
- AndroidBrowserService() - Constructor for class com.gluonhq.attach.browser.impl.AndroidBrowserService
- AndroidCacheService - Class in com.gluonhq.attach.cache.impl
- AndroidCacheService() - Constructor for class com.gluonhq.attach.cache.impl.AndroidCacheService
- AndroidCompassService - Class in com.gluonhq.attach.compass.impl
- AndroidCompassService() - Constructor for class com.gluonhq.attach.compass.impl.AndroidCompassService
- AndroidConnectivityService - Class in com.gluonhq.attach.connectivity.impl
-
Note: Requires this permission:
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
- AndroidConnectivityService() - Constructor for class com.gluonhq.attach.connectivity.impl.AndroidConnectivityService
- AndroidDeviceService - Class in com.gluonhq.attach.device.impl
-
An implementation of the
DeviceService
for the Android platform. - AndroidDeviceService() - Constructor for class com.gluonhq.attach.device.impl.AndroidDeviceService
- AndroidDialerService - Class in com.gluonhq.attach.dialer.impl
- AndroidDialerService() - Constructor for class com.gluonhq.attach.dialer.impl.AndroidDialerService
- AndroidDisplayService - Class in com.gluonhq.attach.display.impl
- AndroidDisplayService() - Constructor for class com.gluonhq.attach.display.impl.AndroidDisplayService
- AndroidKeyboardService - Class in com.gluonhq.attach.keyboard.impl
- AndroidKeyboardService() - Constructor for class com.gluonhq.attach.keyboard.impl.AndroidKeyboardService
- AndroidLifecycleService - Class in com.gluonhq.attach.lifecycle.impl
- AndroidLifecycleService() - Constructor for class com.gluonhq.attach.lifecycle.impl.AndroidLifecycleService
- AndroidLocalNotificationsService - Class in com.gluonhq.attach.localnotifications.impl
-
Android implementation of LocalNotificationsService.
- AndroidLocalNotificationsService() - Constructor for class com.gluonhq.attach.localnotifications.impl.AndroidLocalNotificationsService
- AndroidMagnetometerService - Class in com.gluonhq.attach.magnetometer.impl
- AndroidMagnetometerService() - Constructor for class com.gluonhq.attach.magnetometer.impl.AndroidMagnetometerService
- AndroidOrientationService - Class in com.gluonhq.attach.orientation.impl
- AndroidOrientationService() - Constructor for class com.gluonhq.attach.orientation.impl.AndroidOrientationService
- AndroidPicturesService - Class in com.gluonhq.attach.pictures.impl
-
Create the file
/src/android/res/xml/file_provider_paths.xml
with the following content that allows access to the external storage or to a temporal cache in case the picture is not saved: - AndroidPicturesService() - Constructor for class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- AndroidPositionService - Class in com.gluonhq.attach.position.impl
-
An implementation of the
PositionService
for the Android platform. - AndroidPositionService() - Constructor for class com.gluonhq.attach.position.impl.AndroidPositionService
- AndroidPushNotificationsService - Class in com.gluonhq.attach.pushnotifications.impl
-
iOS implementation of PushNotificationsService.
- AndroidPushNotificationsService() - Constructor for class com.gluonhq.attach.pushnotifications.impl.AndroidPushNotificationsService
- AndroidRuntimeArgsService - Class in com.gluonhq.attach.runtimeargs.impl
- AndroidRuntimeArgsService() - Constructor for class com.gluonhq.attach.runtimeargs.impl.AndroidRuntimeArgsService
- AndroidSettingsService - Class in com.gluonhq.attach.settings.impl
-
An implementation of the
SettingsService
for the Android platform. - AndroidSettingsService() - Constructor for class com.gluonhq.attach.settings.impl.AndroidSettingsService
- AndroidShareService - Class in com.gluonhq.attach.share.impl
-
Create the file
/src/android/res/xml/file_provider_paths.xml
with the following content that allows access to the external storage: - AndroidShareService() - Constructor for class com.gluonhq.attach.share.impl.AndroidShareService
- AndroidStatusBarService - Class in com.gluonhq.attach.statusbar.impl
- AndroidStatusBarService() - Constructor for class com.gluonhq.attach.statusbar.impl.AndroidStatusBarService
- AndroidStorageService - Class in com.gluonhq.attach.storage.impl
- AndroidStorageService() - Constructor for class com.gluonhq.attach.storage.impl.AndroidStorageService
- AndroidStoreReviewService - Class in com.gluonhq.attach.storereview.impl
- AndroidStoreReviewService() - Constructor for class com.gluonhq.attach.storereview.impl.AndroidStoreReviewService
- AndroidVersionService - Class in com.gluonhq.attach.version.impl
- AndroidVersionService() - Constructor for class com.gluonhq.attach.version.impl.AndroidVersionService
- AndroidVibrationService - Class in com.gluonhq.attach.vibration.impl
-
Requires
<uses-permission android:name="android.permission.VIBRATE"/>
- AndroidVibrationService() - Constructor for class com.gluonhq.attach.vibration.impl.AndroidVibrationService
- AndroidVideoService - Class in com.gluonhq.attach.video.impl
- AndroidVideoService() - Constructor for class com.gluonhq.attach.video.impl.AndroidVideoService
- APPARENT_WIND_DIRECTION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- APPARENT_WIND_SPEED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- APPEARANCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- AppearanceBleParser - Class in com.gluonhq.attach.ble.parser
-
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.appearance.xml
- AppearanceBleParser() - Constructor for class com.gluonhq.attach.ble.parser.AppearanceBleParser
- APPROVED - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- AR_NOT_SUPPORTED - Enum constant in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
- AR_SUPPORTED - Enum constant in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
- ARCORE_NOT_INSTALLED - Enum constant in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
- ARCORE_OUTDATED - Enum constant in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
- ARModel - Class in com.gluonhq.attach.augmentedreality
-
ARModel gathers information about the 3D obj model that will be displayed on an AR session
- ARModel() - Constructor for class com.gluonhq.attach.augmentedreality.ARModel
- asyncLoadImageFromGallery() - Method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- asyncLoadImageFromGallery() - Method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- asyncLoadImageFromGallery() - Method in interface com.gluonhq.attach.pictures.PicturesService
-
Retrieve an image from the device's gallery of images.
- asyncScan() - Method in interface com.gluonhq.attach.barcodescan.BarcodeScanService
-
Starts up the scanner functionality (commonly provided via the camera), and then parsed by Attach to determine the string the barcode represents.
- asyncScan() - Method in class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
- asyncScan() - Method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
- asyncScan(String, String, String) - Method in interface com.gluonhq.attach.barcodescan.BarcodeScanService
-
Starts up the scanner functionality (commonly provided via the camera), and then parsed by Attach to determine the string the barcode represents.
- asyncScan(String, String, String) - Method in class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
- asyncScan(String, String, String) - Method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
- asyncTakePhoto(boolean) - Method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- asyncTakePhoto(boolean) - Method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- asyncTakePhoto(boolean) - Method in interface com.gluonhq.attach.pictures.PicturesService
-
Use the device's camera to take a photo, and retrieve an
Image
. - ATTACH_DEBUG - Static variable in class com.gluonhq.attach.util.Constants
-
Constant that can be set as system property with value
"true"
to increase the verbosity of the Attach services logging while development. - Audio - Interface in com.gluonhq.attach.audio
-
An abstraction of a native sound or music object.
- AudioRecordingService - Interface in com.gluonhq.attach.audiorecording
-
AudioRecording Service.
- AudioService - Interface in com.gluonhq.attach.audio
-
The audio service provides access to loading native audio (sound and music) objects.
- AugmentedRealityService - Interface in com.gluonhq.attach.augmentedreality
-
The Augmented Reality Service allows accessing the native AR kit, if it is available.
- AugmentedRealityService.Availability - Enum Class in com.gluonhq.attach.augmentedreality
- AUTOMATION_IO - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- availabilityProperty() - Method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Property that can be used to listen if the AR availability has changed
- availabilityProperty() - Method in class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
- availabilityProperty() - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
B
- BarcodeScanService - Interface in com.gluonhq.attach.barcodescan
-
The barcode scanner can be used to scan barcodes of different types.
- BAROMETRIC_PRESSURE_TREND - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BATTERY_LEVEL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BATTERY_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- batteryLevelProperty() - Method in interface com.gluonhq.attach.battery.BatteryService
-
Returns a property that will be frequently updated to reflect the current battery level.
- batteryLevelProperty() - Method in class com.gluonhq.attach.battery.impl.AndroidBatteryService
- batteryLevelProperty() - Method in class com.gluonhq.attach.battery.impl.IOSBatteryService
- BatteryService - Interface in com.gluonhq.attach.battery
-
With the battery service, you can query the current battery level of the underlying device and whether the device is currently plugged in to an external power source or not.
- BleCharacteristic - Class in com.gluonhq.attach.ble
-
Characteristics are defined attribute types that contain a single logical value.
- BleCharacteristic(UUID) - Constructor for class com.gluonhq.attach.ble.BleCharacteristic
- BleDescriptor - Class in com.gluonhq.attach.ble
-
Descriptors are defined attributes that describe a characteristic value.
- BleDescriptor() - Constructor for class com.gluonhq.attach.ble.BleDescriptor
- BleDevice - Class in com.gluonhq.attach.ble
-
A BleDevice is defined by a name and an address, and a list of profiles/services, and a connection state
- BleDevice() - Constructor for class com.gluonhq.attach.ble.BleDevice
- BleDevice.State - Enum Class in com.gluonhq.attach.ble
- BleParser - Interface in com.gluonhq.attach.ble.parser
- BleProfile - Class in com.gluonhq.attach.ble
-
The profile describes a use case, roles and general behaviors based on the GATT functionality.
- BleProfile() - Constructor for class com.gluonhq.attach.ble.BleProfile
- BleService - Interface in com.gluonhq.attach.ble
-
Beacons
- BleSpecs - Class in com.gluonhq.attach.ble
-
All BLE UUIDs are of the form: 0000XXXX-0000-1000-8000-00805f9b34fb These specs specify the unique XXXX code for each of the currently existing Services, Characteristics and Descriptors For more info about BLE see: https://www.bluetooth.com/specifications/generic-attributes-overview
- BleSpecs() - Constructor for class com.gluonhq.attach.ble.BleSpecs
- BleSpecs.GattCharacteristics - Enum Class in com.gluonhq.attach.ble
-
https://www.bluetooth.com/specifications/gatt/characteristics
- BleSpecs.GattDescriptors - Enum Class in com.gluonhq.attach.ble
-
https://www.bluetooth.com/specifications/gatt/descriptors
- BleSpecs.GattServices - Enum Class in com.gluonhq.attach.ble
-
https://www.bluetooth.com/specifications/gatt/services
- BleSpecsFactory - Class in com.gluonhq.attach.ble.parser
- BleSpecsFactory() - Constructor for class com.gluonhq.attach.ble.parser.BleSpecsFactory
- BleUtils - Class in com.gluonhq.attach.ble.parser
-
https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/bluetooth/BluetoothGattCharacteristic.java
- BleUtils() - Constructor for class com.gluonhq.attach.ble.parser.BleUtils
- BLOOD_PRESSURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- BLOOD_PRESSURE_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BLOOD_PRESSURE_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BODY_COMPOSITION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- BODY_COMPOSITION_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BODY_COMPOSITION_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BODY_SENSOR_LOCATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BOND_MANAGEMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- BOND_MANAGEMENT_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BOND_MANAGEMENT_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BOOT_KEYBOARD_INPUT_REPORT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BOOT_KEYBOARD_OUTPUT_REPORT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BOOT_MOUSE_INPUT_REPORT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- BOTTOM - Enum constant in enum class com.gluonhq.attach.display.DisplayService.Notch
-
The notch is located at the bottom of the screen, with the device held upright and in portrait mode but upside down
- BrowserService - Interface in com.gluonhq.attach.browser
-
Launches the default browser of the platform as a separate application process.
C
- Cache<K,
V> - Interface in com.gluonhq.attach.cache -
Cache is a simple Map-like API for caching in-memory on the local platform in a way roughly equivalent to using
soft references
. - CacheService - Interface in com.gluonhq.attach.cache
-
The cache service provides a simple API to weakly cache objects in memory.
- call(String) - Method in interface com.gluonhq.attach.dialer.DialerService
-
Starts a phone call to the given number with the native dial application.
- call(String) - Method in class com.gluonhq.attach.dialer.impl.AndroidDialerService
- call(String) - Method in class com.gluonhq.attach.dialer.impl.IOSDialerService
- cancelled() - Method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Boolean property that can be used to listen if the AR session was cancelled
- cancelled() - Method in class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
- cancelled() - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
- CENTRAL_ADDRESS_RESOLUTION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CGM_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CGM_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CGM_SESSION_RUN_TIME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CGM_SESSION_START_TIME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CGM_SPECIFIC_OPS_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CGM_STATUS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CHARACTERISTIC_AGGREGATE_FORMAT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- CHARACTERISTIC_EXTENDED_PROPERTIES - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- CHARACTERISTIC_PRESENTATION_FORMAT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- CHARACTERISTIC_USER_DESCRIPTION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- checkFileInResources(String) - Method in class com.gluonhq.attach.video.impl.DefaultVideoService
- clearAudioFolder() - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Removes the content of the audio folder.
- clearAudioFolder() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- CLIENT_CHARACTERISTIC_CONFIGURATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- ClientConfigurationBleParser - Class in com.gluonhq.attach.ble.parser
-
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.descriptor.gatt.client_characteristic_configuration.xml
- ClientConfigurationBleParser() - Constructor for class com.gluonhq.attach.ble.parser.ClientConfigurationBleParser
- ClipboardUtils - Class in com.gluonhq.attach.util.impl
- ClipboardUtils() - Constructor for class com.gluonhq.attach.util.impl.ClipboardUtils
- com.gluonhq.attach.accelerometer - module com.gluonhq.attach.accelerometer
- com.gluonhq.attach.accelerometer - package com.gluonhq.attach.accelerometer
-
Primary API package for Attach - Accelerometer plugin, contains the interface
AccelerometerService
and related classes. - com.gluonhq.attach.accelerometer.impl - package com.gluonhq.attach.accelerometer.impl
- com.gluonhq.attach.audio - module com.gluonhq.attach.audio
- com.gluonhq.attach.audio - package com.gluonhq.attach.audio
- com.gluonhq.attach.audio.impl - package com.gluonhq.attach.audio.impl
- com.gluonhq.attach.audiorecording - module com.gluonhq.attach.audiorecording
- com.gluonhq.attach.audiorecording - package com.gluonhq.attach.audiorecording
-
Primary API package for Attach - Audio Recording plugin, contains the interface
AudioRecordingService
and related classes. - com.gluonhq.attach.audiorecording.impl - package com.gluonhq.attach.audiorecording.impl
- com.gluonhq.attach.augmentedreality - module com.gluonhq.attach.augmentedreality
- com.gluonhq.attach.augmentedreality - package com.gluonhq.attach.augmentedreality
-
Primary API package for Attach - Augmented Reality plugin, contains the interface
AugmentedRealityService
and related classes. - com.gluonhq.attach.augmentedreality.impl - package com.gluonhq.attach.augmentedreality.impl
- com.gluonhq.attach.barcodescan - module com.gluonhq.attach.barcodescan
- com.gluonhq.attach.barcodescan - package com.gluonhq.attach.barcodescan
-
Primary API package for Attach - BarcodeScan plugin, contains the interface
BarcodeScanService
and related classes. - com.gluonhq.attach.barcodescan.impl - package com.gluonhq.attach.barcodescan.impl
- com.gluonhq.attach.battery - module com.gluonhq.attach.battery
- com.gluonhq.attach.battery - package com.gluonhq.attach.battery
-
Primary API package for Attach - Battery plugin, contains the interface
BatteryService
and related classes. - com.gluonhq.attach.battery.impl - package com.gluonhq.attach.battery.impl
- com.gluonhq.attach.ble - module com.gluonhq.attach.ble
- com.gluonhq.attach.ble - package com.gluonhq.attach.ble
-
API related to the
BlueTooth Low Energy service
. - com.gluonhq.attach.ble.impl - package com.gluonhq.attach.ble.impl
- com.gluonhq.attach.ble.parser - package com.gluonhq.attach.ble.parser
- com.gluonhq.attach.browser - module com.gluonhq.attach.browser
- com.gluonhq.attach.browser - package com.gluonhq.attach.browser
-
Primary API package for Attach - Browser plugin, contains the interface
BrowserService
and related classes. - com.gluonhq.attach.browser.impl - package com.gluonhq.attach.browser.impl
- com.gluonhq.attach.cache - module com.gluonhq.attach.cache
- com.gluonhq.attach.cache - package com.gluonhq.attach.cache
-
Primary API package for Attach - Cache plugin, contains the interface
CacheService
and related classes. - com.gluonhq.attach.cache.impl - package com.gluonhq.attach.cache.impl
- com.gluonhq.attach.compass - module com.gluonhq.attach.compass
- com.gluonhq.attach.compass - package com.gluonhq.attach.compass
-
Primary API package for Attach - Compass plugin, contains the interface
CompassService
and related classes. - com.gluonhq.attach.compass.impl - package com.gluonhq.attach.compass.impl
- com.gluonhq.attach.connectivity - module com.gluonhq.attach.connectivity
- com.gluonhq.attach.connectivity - package com.gluonhq.attach.connectivity
-
Primary API package for Attach - Connectivity plugin, contains the interface
ConnectivityService
and related classes. - com.gluonhq.attach.connectivity.impl - package com.gluonhq.attach.connectivity.impl
- com.gluonhq.attach.device - module com.gluonhq.attach.device
- com.gluonhq.attach.device - package com.gluonhq.attach.device
-
Primary API package for Attach - Device plugin, contains the interface
DeviceService
and related classes. - com.gluonhq.attach.device.impl - package com.gluonhq.attach.device.impl
- com.gluonhq.attach.dialer - module com.gluonhq.attach.dialer
- com.gluonhq.attach.dialer - package com.gluonhq.attach.dialer
-
Primary API package for Attach - Dialer plugin, contains the interface
DialerService
and related classes. - com.gluonhq.attach.dialer.impl - package com.gluonhq.attach.dialer.impl
- com.gluonhq.attach.display - module com.gluonhq.attach.display
- com.gluonhq.attach.display - package com.gluonhq.attach.display
-
Primary API package for Attach - Display plugin, contains the interface
DisplayService
and related classes. - com.gluonhq.attach.display.impl - package com.gluonhq.attach.display.impl
- com.gluonhq.attach.inappbilling - module com.gluonhq.attach.inappbilling
- com.gluonhq.attach.inappbilling - package com.gluonhq.attach.inappbilling
-
API related to the
InAppBillingService
- com.gluonhq.attach.inappbilling.impl - package com.gluonhq.attach.inappbilling.impl
- com.gluonhq.attach.keyboard - module com.gluonhq.attach.keyboard
- com.gluonhq.attach.keyboard - package com.gluonhq.attach.keyboard
-
Primary API package for Attach - Keyboard plugin, contains the interface
KeyboardService
and related classes. - com.gluonhq.attach.keyboard.impl - package com.gluonhq.attach.keyboard.impl
- com.gluonhq.attach.lifecycle - module com.gluonhq.attach.lifecycle
- com.gluonhq.attach.lifecycle - package com.gluonhq.attach.lifecycle
-
Primary API package for Attach - Lifecycle plugin, contains the interface
LifecycleService
and related classes. - com.gluonhq.attach.lifecycle.impl - package com.gluonhq.attach.lifecycle.impl
- com.gluonhq.attach.localnotifications - module com.gluonhq.attach.localnotifications
- com.gluonhq.attach.localnotifications - package com.gluonhq.attach.localnotifications
-
Primary API package for Attach - Local Notifications plugin, contains the interface
LocalNotificationsService
and related classes. - com.gluonhq.attach.localnotifications.impl - package com.gluonhq.attach.localnotifications.impl
- com.gluonhq.attach.magnetometer - module com.gluonhq.attach.magnetometer
- com.gluonhq.attach.magnetometer - package com.gluonhq.attach.magnetometer
-
Primary API package for Attach - Magnetometer plugin, contains the interface
MagnetometerService
and related classes. - com.gluonhq.attach.magnetometer.impl - package com.gluonhq.attach.magnetometer.impl
- com.gluonhq.attach.orientation - module com.gluonhq.attach.orientation
- com.gluonhq.attach.orientation - package com.gluonhq.attach.orientation
-
Primary API package for Attach - Orientation plugin, contains the interface
OrientationService
and related classes. - com.gluonhq.attach.orientation.impl - package com.gluonhq.attach.orientation.impl
- com.gluonhq.attach.pictures - module com.gluonhq.attach.pictures
- com.gluonhq.attach.pictures - package com.gluonhq.attach.pictures
-
Primary API package for Attach - Pictures plugin, contains the interface
PicturesService
and related classes. - com.gluonhq.attach.pictures.impl - package com.gluonhq.attach.pictures.impl
- com.gluonhq.attach.position - module com.gluonhq.attach.position
- com.gluonhq.attach.position - package com.gluonhq.attach.position
-
Primary API package for Attach - Position plugin, contains the interface
PositionService
and related classes. - com.gluonhq.attach.position.impl - package com.gluonhq.attach.position.impl
- com.gluonhq.attach.position.impl.geotools - package com.gluonhq.attach.position.impl.geotools
- com.gluonhq.attach.pushnotifications - module com.gluonhq.attach.pushnotifications
- com.gluonhq.attach.pushnotifications - package com.gluonhq.attach.pushnotifications
-
Primary API package for Attach - Push Notifications plugin, contains the interface
PushNotificationsService
and related classes. - com.gluonhq.attach.pushnotifications.impl - package com.gluonhq.attach.pushnotifications.impl
- com.gluonhq.attach.pushnotifications.impl.gms - package com.gluonhq.attach.pushnotifications.impl.gms
- com.gluonhq.attach.runtimeargs - module com.gluonhq.attach.runtimeargs
- com.gluonhq.attach.runtimeargs - package com.gluonhq.attach.runtimeargs
-
Primary API package for Attach - RuntimeArgs plugin, contains the interface
RuntimeArgsService
and related classes. - com.gluonhq.attach.runtimeargs.impl - package com.gluonhq.attach.runtimeargs.impl
- com.gluonhq.attach.settings - module com.gluonhq.attach.settings
- com.gluonhq.attach.settings - package com.gluonhq.attach.settings
-
Primary API package for Attach - Settings plugin, contains the interface
SettingsService
and related classes. - com.gluonhq.attach.settings.impl - package com.gluonhq.attach.settings.impl
- com.gluonhq.attach.share - module com.gluonhq.attach.share
- com.gluonhq.attach.share - package com.gluonhq.attach.share
-
Primary API package for Attach - Share plugin, contains the interface
ShareService
and related classes. - com.gluonhq.attach.share.impl - package com.gluonhq.attach.share.impl
- com.gluonhq.attach.statusbar - module com.gluonhq.attach.statusbar
- com.gluonhq.attach.statusbar - package com.gluonhq.attach.statusbar
-
Primary API package for Attach - Status Bar plugin, contains the interface
StatusBarService
and related classes. - com.gluonhq.attach.statusbar.impl - package com.gluonhq.attach.statusbar.impl
- com.gluonhq.attach.storage - module com.gluonhq.attach.storage
- com.gluonhq.attach.storage - package com.gluonhq.attach.storage
- com.gluonhq.attach.storage.impl - package com.gluonhq.attach.storage.impl
- com.gluonhq.attach.storereview - module com.gluonhq.attach.storereview
- com.gluonhq.attach.storereview - package com.gluonhq.attach.storereview
- com.gluonhq.attach.storereview.impl - package com.gluonhq.attach.storereview.impl
- com.gluonhq.attach.util - module com.gluonhq.attach.util
- com.gluonhq.attach.util - package com.gluonhq.attach.util
- com.gluonhq.attach.util.impl - package com.gluonhq.attach.util.impl
- com.gluonhq.attach.version - module com.gluonhq.attach.version
- com.gluonhq.attach.version - package com.gluonhq.attach.version
-
Primary API package for Attach - Version service, contains the interface
VersionService
and related classes. - com.gluonhq.attach.version.impl - package com.gluonhq.attach.version.impl
- com.gluonhq.attach.vibration - module com.gluonhq.attach.vibration
- com.gluonhq.attach.vibration - package com.gluonhq.attach.vibration
-
Primary API package for Attach - Vibration plugin, contains the interface
VibrationService
and related classes. - com.gluonhq.attach.vibration.impl - package com.gluonhq.attach.vibration.impl
- com.gluonhq.attach.video - module com.gluonhq.attach.video
- com.gluonhq.attach.video - package com.gluonhq.attach.video
-
Primary API package for Attach - Video plugin, contains the interface
VideoService
and related classes. - com.gluonhq.attach.video.impl - package com.gluonhq.attach.video.impl
- CompassService - Interface in com.gluonhq.attach.compass
-
The compass service provides a compass heading in degrees as a value between 0.0 and 359.99, where a value of 0.0 represents north.
- Configuration - Class in com.gluonhq.attach.ble
- Configuration(String) - Constructor for class com.gluonhq.attach.ble.Configuration
-
Create a configuration that allows to listen to the specified UUID
- connect(BleDevice) - Method in interface com.gluonhq.attach.ble.BleService
-
Connects to a given BLE device
- connect(BleDevice) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- connect(BleDevice) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- connectedProperty() - Method in interface com.gluonhq.attach.connectivity.ConnectivityService
-
A read-only property indicating whether there is data connectivity available or not.
- connectedProperty() - Method in class com.gluonhq.attach.connectivity.impl.AndroidConnectivityService
- connectedProperty() - Method in class com.gluonhq.attach.connectivity.impl.IOSConnectivityService
- ConnectivityService - Interface in com.gluonhq.attach.connectivity
-
The connectivity service can be used to determine whether the device is currently connected to a network or not.
- Constants - Class in com.gluonhq.attach.util
- Constants() - Constructor for class com.gluonhq.attach.util.Constants
- CONSUMABLE - Enum constant in enum class com.gluonhq.attach.inappbilling.Product.Type
- CONTINUOUS_GLUCOSE_MONITORING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- create() - Static method in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
Returns an instance of
AccelerometerService
. - create() - Static method in interface com.gluonhq.attach.audio.AudioService
- create() - Static method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Returns an instance of
AudioRecordingService
. - create() - Static method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Returns an instance of
AugmentedRealityService
. - create() - Static method in interface com.gluonhq.attach.barcodescan.BarcodeScanService
-
Returns an instance of
BarcodeScanService
. - create() - Static method in interface com.gluonhq.attach.battery.BatteryService
-
Returns an instance of
BatteryService
. - create() - Static method in interface com.gluonhq.attach.ble.BleService
-
Returns an instance of
BleService
. - create() - Static method in interface com.gluonhq.attach.browser.BrowserService
-
Returns an instance of
BrowserService
. - create() - Static method in interface com.gluonhq.attach.cache.CacheService
-
Returns an instance of
CacheService
. - create() - Static method in interface com.gluonhq.attach.compass.CompassService
-
Returns an instance of
CompassService
. - create() - Static method in interface com.gluonhq.attach.connectivity.ConnectivityService
-
Returns an instance of
ConnectivityService
. - create() - Static method in interface com.gluonhq.attach.device.DeviceService
-
Returns an instance of
DeviceService
. - create() - Static method in interface com.gluonhq.attach.dialer.DialerService
-
Returns an instance of
DialerService
. - create() - Static method in interface com.gluonhq.attach.display.DisplayService
-
Returns an instance of
DisplayService
. - create() - Static method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Returns an instance of
InAppBillingService
. - create() - Static method in interface com.gluonhq.attach.keyboard.KeyboardService
-
Returns an instance of
KeyboardService
. - create() - Static method in interface com.gluonhq.attach.lifecycle.LifecycleService
-
Returns an instance of
LifecycleService
. - create() - Static method in interface com.gluonhq.attach.localnotifications.LocalNotificationsService
-
Returns an instance of
LocalNotificationsService
. - create() - Static method in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
Returns an instance of
MagnetometerService
. - create() - Static method in interface com.gluonhq.attach.orientation.OrientationService
-
Returns an instance of
OrientationService
. - create() - Static method in interface com.gluonhq.attach.pictures.PicturesService
-
Returns an instance of
PicturesService
. - create() - Static method in interface com.gluonhq.attach.position.PositionService
-
Returns an instance of
PositionService
. - create() - Static method in interface com.gluonhq.attach.pushnotifications.PushNotificationsService
-
Returns an instance of
PushNotificationsService
. - create() - Static method in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
Returns an instance of
RuntimeArgsService
. - create() - Static method in interface com.gluonhq.attach.settings.SettingsService
-
Returns an instance of
SettingsService
. - create() - Static method in interface com.gluonhq.attach.share.ShareService
-
Returns an instance of
ShareService
. - create() - Static method in interface com.gluonhq.attach.statusbar.StatusBarService
-
Returns an instance of
StatusBarService
. - create() - Static method in interface com.gluonhq.attach.storage.StorageService
-
Returns an instance of
StorageService
. - create() - Static method in interface com.gluonhq.attach.storereview.StoreReviewService
-
Returns an instance of
StoreReviewService
. - create() - Static method in interface com.gluonhq.attach.version.VersionService
-
Returns an instance of
VersionService
. - create() - Static method in interface com.gluonhq.attach.vibration.VibrationService
-
Returns an instance of
VibrationService
. - create() - Static method in interface com.gluonhq.attach.video.VideoService
-
Returns an instance of
VideoService
. - CROSS_TRAINER_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CSC_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CSC_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CURRENT_TIME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CURRENT_TIME_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- currentIndexProperty() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- currentIndexProperty() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- currentIndexProperty() - Method in interface com.gluonhq.attach.video.VideoService
-
Integer property that indicates the current index on the playlist, starting from 0.
- CUSTOM_CHARACTERISTIC - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CUSTOM_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- CYCLING_POWER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- CYCLING_POWER_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CYCLING_POWER_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CYCLING_POWER_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CYCLING_POWER_VECTOR - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- CYCLING_SPEED_AND_CADENCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
D
- DATABASE_CHANGE_INCREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DATE_OF_BIRTH - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DATE_OF_THRESHOLD_ASSESSMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DATE_TIME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DAY_DATE_TIME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DAY_OF_WEEK - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- debug - Static variable in class com.gluonhq.attach.augmentedreality.impl.DefaultAugmentedRealityService
- debug - Variable in class com.gluonhq.attach.video.impl.DefaultVideoService
- Debug - Class in com.gluonhq.attach.util.impl
- Debug() - Constructor for class com.gluonhq.attach.util.impl.Debug
- DEBUG - Static variable in class com.gluonhq.attach.util.Util
-
Returns
true
if the system property namedConstants.ATTACH_DEBUG
exists and is equal to the string"true"
. - debugAR(boolean) - Method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Shows debug information
- debugAR(boolean) - Method in class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
- debugAR(boolean) - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
- DEFAULT_EXTERNAL_FOLDER - Static variable in interface com.gluonhq.attach.audiorecording.AudioRecordingService
- DEFAULT_PARAMETERS - Static variable in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
Default frequency is 50 Hz (50 samples per second).
- DEFAULT_PARAMETERS - Static variable in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
Default frequency is 10 Hz (10 samples per second).
- DEFAULT_PARAMETERS - Static variable in interface com.gluonhq.attach.position.PositionService
-
Default parameters used when the service is initalized with
PositionService.start()
. - DefaultAudioRecordingService - Class in com.gluonhq.attach.audiorecording.impl
- DefaultAudioRecordingService() - Constructor for class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- DefaultAugmentedRealityService - Class in com.gluonhq.attach.augmentedreality.impl
- DefaultAugmentedRealityService() - Constructor for class com.gluonhq.attach.augmentedreality.impl.DefaultAugmentedRealityService
- DefaultBleParser - Class in com.gluonhq.attach.ble.parser
- DefaultBleParser() - Constructor for class com.gluonhq.attach.ble.parser.DefaultBleParser
- DefaultCache<K,
V> - Class in com.gluonhq.attach.cache.impl - DefaultCache() - Constructor for class com.gluonhq.attach.cache.impl.DefaultCache
- DefaultCacheService - Class in com.gluonhq.attach.cache.impl
- DefaultCacheService() - Constructor for class com.gluonhq.attach.cache.impl.DefaultCacheService
- DefaultRuntimeArgsService - Class in com.gluonhq.attach.runtimeargs.impl
- DefaultRuntimeArgsService() - Constructor for class com.gluonhq.attach.runtimeargs.impl.DefaultRuntimeArgsService
- DefaultServiceFactory<T> - Class in com.gluonhq.attach.util.impl
- DefaultServiceFactory(Class<T>) - Constructor for class com.gluonhq.attach.util.impl.DefaultServiceFactory
- DefaultVideoService - Class in com.gluonhq.attach.video.impl
- DefaultVideoService() - Constructor for class com.gluonhq.attach.video.impl.DefaultVideoService
- DESCRIPTOR_VALUE_CHANGED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DESKTOP - Enum constant in enum class com.gluonhq.attach.util.Platform
-
The desktop platform provides implementations to access the applicable services available on desktop operating systems (such as Windows, Linux, and Mac OS).
- DesktopAudioRecordingService - Class in com.gluonhq.attach.audiorecording.impl
- DesktopAudioRecordingService() - Constructor for class com.gluonhq.attach.audiorecording.impl.DesktopAudioRecordingService
- DesktopBrowserService - Class in com.gluonhq.attach.browser.impl
- DesktopBrowserService() - Constructor for class com.gluonhq.attach.browser.impl.DesktopBrowserService
- DesktopCacheService - Class in com.gluonhq.attach.cache.impl
- DesktopCacheService() - Constructor for class com.gluonhq.attach.cache.impl.DesktopCacheService
- DesktopDisplayService - Class in com.gluonhq.attach.display.impl
- DesktopDisplayService() - Constructor for class com.gluonhq.attach.display.impl.DesktopDisplayService
- DesktopLifecycleService - Class in com.gluonhq.attach.lifecycle.impl
- DesktopLifecycleService() - Constructor for class com.gluonhq.attach.lifecycle.impl.DesktopLifecycleService
- DesktopRuntimeArgsService - Class in com.gluonhq.attach.runtimeargs.impl
-
An implementation of RuntimeArgsService on desktop
- DesktopRuntimeArgsService() - Constructor for class com.gluonhq.attach.runtimeargs.impl.DesktopRuntimeArgsService
- DesktopSettingsService - Class in com.gluonhq.attach.settings.impl
-
An implementation of SettingService that stores all settings in a Properties file on the local file system.
- DesktopSettingsService() - Constructor for class com.gluonhq.attach.settings.impl.DesktopSettingsService
- DesktopStorageService - Class in com.gluonhq.attach.storage.impl
-
An implementation of StorageService, it currently writes to the users home directory under '.gluon'
- DesktopStorageService() - Constructor for class com.gluonhq.attach.storage.impl.DesktopStorageService
- DesktopVersionService - Class in com.gluonhq.attach.version.impl
- DesktopVersionService() - Constructor for class com.gluonhq.attach.version.impl.DesktopVersionService
- DEVICE_INFORMATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- DEVICE_NAME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DeviceInfo - Class in com.gluonhq.attach.device.impl
- DeviceInfo(String, String, String, String, boolean, String) - Constructor for class com.gluonhq.attach.device.impl.DeviceInfo
- DeviceService - Interface in com.gluonhq.attach.device
-
The device service provides generic properties of the device on which the application is running.
- DEW_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DialerService - Interface in com.gluonhq.attach.dialer
-
Using the dialer service, you can initiate a call to the provided phone number.
- DIGITAL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- disconnect(BleDevice) - Method in interface com.gluonhq.attach.ble.BleService
-
Disconnects from a given BLE device
- disconnect(BleDevice) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- disconnect(BleDevice) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- DisplayService - Interface in com.gluonhq.attach.display
-
With the display service you can query the characteristics of your device's screen.
- DisplayService.Notch - Enum Class in com.gluonhq.attach.display
-
Possible Notch positions
- dispose() - Method in interface com.gluonhq.attach.audio.Audio
-
Releases (native) resources associated with this audio.
- DISPOSED - Enum constant in enum class com.gluonhq.attach.video.Status
-
State of the player after dispose() method is invoked
- DST_OFFSET - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- DummyAccelerometerService - Class in com.gluonhq.attach.accelerometer.impl
- DummyAccelerometerService() - Constructor for class com.gluonhq.attach.accelerometer.impl.DummyAccelerometerService
- DummyAudioRecordingService - Class in com.gluonhq.attach.audiorecording.impl
- DummyAudioRecordingService() - Constructor for class com.gluonhq.attach.audiorecording.impl.DummyAudioRecordingService
- DummyAudioService - Class in com.gluonhq.attach.audio.impl
- DummyAudioService() - Constructor for class com.gluonhq.attach.audio.impl.DummyAudioService
- DummyAugmentedRealityService - Class in com.gluonhq.attach.augmentedreality.impl
- DummyAugmentedRealityService() - Constructor for class com.gluonhq.attach.augmentedreality.impl.DummyAugmentedRealityService
- DummyBarcodeScanService - Class in com.gluonhq.attach.barcodescan.impl
- DummyBarcodeScanService() - Constructor for class com.gluonhq.attach.barcodescan.impl.DummyBarcodeScanService
- DummyBatteryService - Class in com.gluonhq.attach.battery.impl
- DummyBatteryService() - Constructor for class com.gluonhq.attach.battery.impl.DummyBatteryService
- DummyBleService - Class in com.gluonhq.attach.ble.impl
- DummyBleService() - Constructor for class com.gluonhq.attach.ble.impl.DummyBleService
- DummyBrowserService - Class in com.gluonhq.attach.browser.impl
- DummyBrowserService() - Constructor for class com.gluonhq.attach.browser.impl.DummyBrowserService
- DummyCacheService - Class in com.gluonhq.attach.cache.impl
- DummyCacheService() - Constructor for class com.gluonhq.attach.cache.impl.DummyCacheService
- DummyCompassService - Class in com.gluonhq.attach.compass.impl
- DummyCompassService() - Constructor for class com.gluonhq.attach.compass.impl.DummyCompassService
- DummyConnectivityService - Class in com.gluonhq.attach.connectivity.impl
- DummyConnectivityService() - Constructor for class com.gluonhq.attach.connectivity.impl.DummyConnectivityService
- DummyDialerService - Class in com.gluonhq.attach.dialer.impl
- DummyDialerService() - Constructor for class com.gluonhq.attach.dialer.impl.DummyDialerService
- DummyDisplayService - Class in com.gluonhq.attach.display.impl
- DummyDisplayService() - Constructor for class com.gluonhq.attach.display.impl.DummyDisplayService
- DummyKeyboardService - Class in com.gluonhq.attach.keyboard.impl
- DummyKeyboardService() - Constructor for class com.gluonhq.attach.keyboard.impl.DummyKeyboardService
- DummyLifecycleService - Class in com.gluonhq.attach.lifecycle.impl
- DummyLifecycleService() - Constructor for class com.gluonhq.attach.lifecycle.impl.DummyLifecycleService
- DummyLocalNotificationsService - Class in com.gluonhq.attach.localnotifications.impl
- DummyLocalNotificationsService() - Constructor for class com.gluonhq.attach.localnotifications.impl.DummyLocalNotificationsService
- DummyMagnetometerService - Class in com.gluonhq.attach.magnetometer.impl
- DummyMagnetometerService() - Constructor for class com.gluonhq.attach.magnetometer.impl.DummyMagnetometerService
- DummyOrientationService - Class in com.gluonhq.attach.orientation.impl
- DummyOrientationService() - Constructor for class com.gluonhq.attach.orientation.impl.DummyOrientationService
- DummyPicturesService - Class in com.gluonhq.attach.pictures.impl
- DummyPicturesService() - Constructor for class com.gluonhq.attach.pictures.impl.DummyPicturesService
- DummyPositionService - Class in com.gluonhq.attach.position.impl
- DummyPositionService() - Constructor for class com.gluonhq.attach.position.impl.DummyPositionService
- DummyRuntimeArgsService - Class in com.gluonhq.attach.runtimeargs.impl
- DummyRuntimeArgsService() - Constructor for class com.gluonhq.attach.runtimeargs.impl.DummyRuntimeArgsService
- DummySettingsService - Class in com.gluonhq.attach.settings.impl
- DummySettingsService() - Constructor for class com.gluonhq.attach.settings.impl.DummySettingsService
- DummyShareService - Class in com.gluonhq.attach.share.impl
- DummyShareService() - Constructor for class com.gluonhq.attach.share.impl.DummyShareService
- DummyStatusBarService - Class in com.gluonhq.attach.statusbar.impl
- DummyStatusBarService() - Constructor for class com.gluonhq.attach.statusbar.impl.DummyStatusBarService
- DummyVersionService - Class in com.gluonhq.attach.version.impl
- DummyVersionService() - Constructor for class com.gluonhq.attach.version.impl.DummyVersionService
- DummyVibrationService - Class in com.gluonhq.attach.vibration.impl
- DummyVibrationService() - Constructor for class com.gluonhq.attach.vibration.impl.DummyVibrationService
- DummyVideoService - Class in com.gluonhq.attach.video.impl
- DummyVideoService() - Constructor for class com.gluonhq.attach.video.impl.DummyVideoService
E
- EarthGravitationalModel - Class in com.gluonhq.attach.position.impl.geotools
-
Transforms vertical coordinates using coefficients from the Earth Gravitational Model.
- EarthGravitationalModel() - Constructor for class com.gluonhq.attach.position.impl.geotools.EarthGravitationalModel
-
Creates a model with the default maximum degree and order.
- EarthGravitationalModel(int, boolean) - Constructor for class com.gluonhq.attach.position.impl.geotools.EarthGravitationalModel
-
Creates a model with the specified maximum degree and order.
- ELEVATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- EMAIL_ADDRESS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ENVIRONMENTAL_SENSING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- ENVIRONMENTAL_SENSING_CONFIGURATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- ENVIRONMENTAL_SENSING_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- ENVIRONMENTAL_SENSING_TRIGGER_SETTING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- equals(Object) - Method in class com.gluonhq.attach.inappbilling.Product
- EXACT_TIME_256 - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- EXTERNAL_REPORT_REFERENCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
F
- FAR - Enum constant in enum class com.gluonhq.attach.ble.Proximity
- FAT_BURN_HEART_RATE_LOWER_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FAT_BURN_HEART_RATE_UPPER_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- fetchProductDetails() - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- fetchProductDetails() - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Retrieves the details for the current list of available in-app products.
- finish(ProductOrder) - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- finish(ProductOrder) - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Finish a product order for a
consumable
product. - FINISHED - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- fire(String, String) - Method in class com.gluonhq.attach.runtimeargs.impl.DefaultRuntimeArgsService
- fire(String, String) - Method in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
When the app is launched externally, this method is called to identify the key based on the service that is responsible, and the value associated to this key.
- FIRMWARE_REVISION_STRING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FIRST_NAME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FITNESS_MACHINE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- FITNESS_MACHINE_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FITNESS_MACHINE_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FITNESS_MACHINE_STATUS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FIVE_ZONE_HEART_RATE_LIMITS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FLOOR_NUMBER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- FORMAT_FLOAT - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type float (32-bit float)
- FORMAT_SFLOAT - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type sfloat (16-bit float)
- FORMAT_SINT16 - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type sint16
- FORMAT_SINT32 - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type sint32
- FORMAT_SINT8 - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type sint8
- FORMAT_UINT16 - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type uint16
- FORMAT_UINT32 - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type uint32
- FORMAT_UINT8 - Static variable in class com.gluonhq.attach.ble.parser.BleUtils
-
Characteristic value format type uint8
- formatToken(long) - Static method in class com.gluonhq.attach.ble.BleSpecs
- FREE_SUBSCRIPTION - Enum constant in enum class com.gluonhq.attach.inappbilling.Product.Type
- fromName(String) - Static method in enum class com.gluonhq.attach.ble.BleDevice.State
- fullScreenProperty() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- fullScreenProperty() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- fullScreenProperty() - Method in interface com.gluonhq.attach.video.VideoService
-
Boolean property that indicates if the media file is playing in full screen mode or in normal mode.
G
- GENDER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- GENERIC_ACCESS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- GENERIC_ATTRIBUTE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- get(Class<T>) - Static method in class com.gluonhq.attach.util.Services
-
Returns an optional with a service, if previously a ServiceFactory was registered.
- get(K) - Method in interface com.gluonhq.attach.cache.Cache
-
Get the value for the specified key, or null when there is no such key.
- get(K) - Method in class com.gluonhq.attach.cache.impl.DefaultCache
- getAccuracy() - Method in class com.gluonhq.attach.position.Parameters
- getAddress() - Method in class com.gluonhq.attach.ble.BleDevice
- getAltitude() - Method in class com.gluonhq.attach.position.Position
-
Return the altitude of the position, above mean sea level, in meters.
- getApiKey() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- getApplicationId() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- getAssignedNumber() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- getAssignedNumber() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- getAssignedNumber() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- getAssignedNumber(UUID) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getAudioChunkFiles() - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Returns a read only observable list of file names.
- getAudioChunkFiles() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- getAudioFolder() - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Returns the folder where all the audio files will be stored
- getAudioFolder() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- getAvailability() - Method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Checks if device supports AR
- getAvailability() - Method in class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
-
Gets the value of the property availability.
- getAvailability() - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
-
Gets the value of the property availability.
- getAzimuth() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Azimuth (rotation about the -z axis, degrees).
- getBatteryLevel() - Method in interface com.gluonhq.attach.battery.BatteryService
-
Returns the current battery level of the device as a float between 0 and 1 (inclusive), where 0 indicates the battery is completely empty, and 1 indicates that the battery is fully charged.
- getBatteryLevel() - Method in class com.gluonhq.attach.battery.impl.AndroidBatteryService
-
Gets the value of the property batteryLevel.
- getBatteryLevel() - Method in class com.gluonhq.attach.battery.impl.IOSBatteryService
-
Gets the value of the property batteryLevel.
- getBuildNumber() - Method in class com.gluonhq.attach.version.impl.AndroidVersionService
- getBuildNumber() - Method in class com.gluonhq.attach.version.impl.DesktopVersionService
- getBuildNumber() - Method in class com.gluonhq.attach.version.impl.IOSVersionService
- getBuildNumber() - Method in interface com.gluonhq.attach.version.VersionService
-
Retrieves the current internal build number of the application, which is typically not shown to the users
- getCache(String) - Method in interface com.gluonhq.attach.cache.CacheService
-
Returns a
Cache
instance. - getCache(String) - Method in class com.gluonhq.attach.cache.impl.DefaultCacheService
- getCharacteristics() - Method in class com.gluonhq.attach.ble.BleProfile
- getCharacteristicsParser(BleSpecs.GattCharacteristics) - Static method in class com.gluonhq.attach.ble.parser.BleSpecsFactory
- getCharacteristicsToken(UUID) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getCurrency() - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- getCurrent() - Static method in enum class com.gluonhq.attach.util.Platform
-
Returns the current platform that the code is being executed on.
- getCurrentAcceleration() - Method in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
Returns a single reading from the accelerometer.
- getCurrentAcceleration() - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- getDateTime() - Method in class com.gluonhq.attach.localnotifications.Notification
-
The
ZonedDateTime
with the time when the notification is scheduled - getDefaultDimensions() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns the default screen dimensions of a mobile device, in density independent pixel units.
- getDefaultDimensions() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- getDefaultDimensions() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- getDefaultDimensions() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- getDescription() - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- getDescriptorParser(BleSpecs.GattDescriptors) - Static method in class com.gluonhq.attach.ble.parser.BleSpecsFactory
- getDescriptors() - Method in class com.gluonhq.attach.ble.BleCharacteristic
- getDetails() - Method in class com.gluonhq.attach.inappbilling.Product
- getDistanceFilter() - Method in enum class com.gluonhq.attach.position.Parameters.Accuracy
- getDistanceFilter() - Method in class com.gluonhq.attach.position.Parameters
- getFields() - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- getFileFromAssets(String) - Method in class com.gluonhq.attach.video.impl.DefaultVideoService
- getFrequency() - Method in class com.gluonhq.attach.accelerometer.Parameters
- getFrequency() - Method in class com.gluonhq.attach.magnetometer.Parameters
- getHeading() - Method in interface com.gluonhq.attach.compass.CompassService
-
Returns the compass heading, represented as a value between 0.0 and 359.99, where 0.0 is north.
- getHeading() - Method in class com.gluonhq.attach.compass.impl.MobileCompassService
-
Gets the value of the property heading.
- getId() - Method in class com.gluonhq.attach.inappbilling.Product
- getId() - Method in class com.gluonhq.attach.localnotifications.Notification
-
The id of the notification.
- getImageFile() - Method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- getImageFile() - Method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- getImageFile() - Method in interface com.gluonhq.attach.pictures.PicturesService
-
Retrieve the file associated to the original picture generated by
takePhoto(true)
or the file related to the picture selected withPicturesService.loadImageFromGallery()
. - getImageInputStream() - Method in class com.gluonhq.attach.localnotifications.Notification
-
The
InputStream
with an image for the notification's logo - getInstance() - Method in class com.gluonhq.attach.util.impl.DefaultServiceFactory
- getInstance() - Method in interface com.gluonhq.attach.util.impl.ServiceFactory
- getLatitude() - Method in class com.gluonhq.attach.position.Position
-
Return the latitude coordinate of the position.
- getLocale() - Method in interface com.gluonhq.attach.device.DeviceService
-
Returns the string representation of the current locale of the device
- getLocale() - Method in class com.gluonhq.attach.device.impl.AndroidDeviceService
- getLocale() - Method in class com.gluonhq.attach.device.impl.DeviceInfo
- getLocale() - Method in class com.gluonhq.attach.device.impl.IOSDeviceService
- getLongitude() - Method in class com.gluonhq.attach.position.Position
-
Return the longitude coordinate of the position.
- getMagnitude() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Returns the magnitude of the reading, microtesla units
- getMajor() - Method in class com.gluonhq.attach.ble.ScanDetection
- getMinor() - Method in class com.gluonhq.attach.ble.ScanDetection
- getModel() - Method in interface com.gluonhq.attach.device.DeviceService
-
Returns the name of the device's model or product.
- getModel() - Method in class com.gluonhq.attach.device.impl.AndroidDeviceService
- getModel() - Method in class com.gluonhq.attach.device.impl.DeviceInfo
- getModel() - Method in class com.gluonhq.attach.device.impl.IOSDeviceService
- getName() - Method in class com.gluonhq.attach.augmentedreality.ARModel
- getName() - Method in class com.gluonhq.attach.ble.BleDevice
- getName() - Method in enum class com.gluonhq.attach.util.Platform
- getNotifications() - Method in class com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
-
An Observable List of Notifications, that can be used to add or remove notifications If the notification is marked as scheduled, it won't be added to the device
- getNotifications() - Method in interface com.gluonhq.attach.localnotifications.LocalNotificationsService
-
An Observable List of Notifications, that can be used to add or remove notifications
- getObjFilename() - Method in class com.gluonhq.attach.augmentedreality.ARModel
- getOrientation() - Method in class com.gluonhq.attach.orientation.impl.AndroidOrientationService
-
Gets the value of the property orientation.
- getOrientation() - Method in class com.gluonhq.attach.orientation.impl.IOSOrientationService
-
Gets the value of the property orientation.
- getOrientation() - Method in interface com.gluonhq.attach.orientation.OrientationService
-
Returns the current orientation of the device.
- getPitch() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Pitch (rotation about the x axis, radians).
- getPlatform() - Method in interface com.gluonhq.attach.device.DeviceService
-
Returns the platform string that the operating system uses to identify itself.
- getPlatform() - Method in class com.gluonhq.attach.device.impl.AndroidDeviceService
- getPlatform() - Method in class com.gluonhq.attach.device.impl.DeviceInfo
- getPlatform() - Method in class com.gluonhq.attach.device.impl.IOSDeviceService
- getPlatform() - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- getPlaylist() - Method in class com.gluonhq.attach.video.impl.DefaultVideoService
- getPlaylist() - Method in interface com.gluonhq.attach.video.VideoService
-
Returns an observable list with media file names.
- getPosition() - Method in class com.gluonhq.attach.position.impl.AndroidPositionService
-
Gets the value of the property position.
- getPosition() - Method in class com.gluonhq.attach.position.impl.IOSPositionService
-
Gets the value of the property position.
- getPosition() - Method in interface com.gluonhq.attach.position.PositionService
-
The current position on earth of the device.
- getPrice() - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- getPrivateStorage() - Method in class com.gluonhq.attach.storage.impl.AndroidStorageService
- getPrivateStorage() - Method in class com.gluonhq.attach.storage.impl.DesktopStorageService
- getPrivateStorage() - Method in class com.gluonhq.attach.storage.impl.IOSStorageService
- getPrivateStorage() - Method in interface com.gluonhq.attach.storage.StorageService
-
Get a storage directory that is private to the environment that is calling this method.
- getProduct() - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- getProductOrders() - Method in class com.gluonhq.attach.inappbilling.InAppBillingQueryResult
- getProfiles() - Method in class com.gluonhq.attach.ble.BleDevice
- getProjectId() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- getProjectNumber() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- getProperties() - Method in class com.gluonhq.attach.ble.BleCharacteristic
- getProximity() - Method in enum class com.gluonhq.attach.ble.Proximity
- getProximity() - Method in class com.gluonhq.attach.ble.ScanDetection
- getPublicStorage(String) - Method in class com.gluonhq.attach.storage.impl.AndroidStorageService
- getPublicStorage(String) - Method in class com.gluonhq.attach.storage.impl.DesktopStorageService
- getPublicStorage(String) - Method in class com.gluonhq.attach.storage.impl.IOSStorageService
- getPublicStorage(String) - Method in interface com.gluonhq.attach.storage.StorageService
-
Get a public storage directory location.
- getReading() - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
-
Gets the value of the property reading.
- getReading() - Method in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
Returns a single reading from the magnetometer.
- getRoll() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Roll (rotation about the y axis, radians).
- getRssi() - Method in class com.gluonhq.attach.ble.ScanDetection
- getRunnable() - Method in class com.gluonhq.attach.localnotifications.Notification
-
A runnable to be executed when the notification is displayed and clicked by the user on the device
- getScale() - Method in class com.gluonhq.attach.augmentedreality.ARModel
- getScreenResolution() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns the screen resolution of the device, in pixels.
- getScreenResolution() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
-
Retrieve the dimension of the primary screen based on its bounds
- getScreenResolution() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
-
Retrieve the dimension of the primary screen based on its bounds
- getScreenResolution() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- getScreenScale() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns the logical density of the display
- getScreenScale() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
-
Returns the screen scale of the primary screen
- getScreenScale() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
-
Returns the screen scale of the primary screen
- getScreenScale() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- getServiceToken(UUID) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getServiceType() - Method in class com.gluonhq.attach.util.impl.DefaultServiceFactory
- getServiceType() - Method in interface com.gluonhq.attach.util.impl.ServiceFactory
- getSourceDimensions() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Gets the dimension of input points.
- getSourceDimensions() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform.Inverse
-
Gets the dimension of input points.
- getSourceDimensions() - Method in class com.gluonhq.attach.position.impl.geotools.VerticalTransform
-
Gets the dimension of input points.
- getSpecificationName() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- getSpecificationName() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- getSpecificationName() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- getSpecificationType() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- getSpecificationType() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- getSpecificationType() - Method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- getState() - Method in class com.gluonhq.attach.ble.BleDevice
-
Gets the value of the property state.
- getState() - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- getTargetDimensions() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Gets the dimension of output points.
- getTargetDimensions() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform.Inverse
-
Gets the dimension of output points.
- getTargetDimensions() - Method in class com.gluonhq.attach.position.impl.geotools.VerticalTransform
-
Gets the dimension of output points.
- getText() - Method in class com.gluonhq.attach.localnotifications.Notification
-
The content of the notification
- getTextureFile() - Method in class com.gluonhq.attach.augmentedreality.ARModel
- getTimeInterval() - Method in enum class com.gluonhq.attach.position.Parameters.Accuracy
- getTimeInterval() - Method in class com.gluonhq.attach.position.Parameters
- getTimestamp() - Method in class com.gluonhq.attach.accelerometer.Acceleration
-
Returns the timestamp of the reading
- getTitle() - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- getTitle() - Method in class com.gluonhq.attach.localnotifications.Notification
-
The title of the notification
- getType() - Method in class com.gluonhq.attach.ble.BleProfile
- getType() - Method in class com.gluonhq.attach.inappbilling.Product
- getUuid() - Method in class com.gluonhq.attach.ble.BleCharacteristic
- getUuid() - Method in class com.gluonhq.attach.ble.BleDescriptor
- getUuid() - Method in class com.gluonhq.attach.ble.BleProfile
- getUuid() - Method in class com.gluonhq.attach.ble.ScanDetection
- getUuid() - Method in interface com.gluonhq.attach.device.DeviceService
-
Returns the device's universally unique identifier.
- getUuid() - Method in class com.gluonhq.attach.device.impl.AndroidDeviceService
- getUuid() - Method in class com.gluonhq.attach.device.impl.DeviceInfo
- getUuid() - Method in class com.gluonhq.attach.device.impl.IOSDeviceService
- getUUIDFromCharacteristicsName(String) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getUUIDFromDescriptorName(String) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getUUIDFromServiceName(String) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getUUIDfromTokenOrElse(String, Function<String, UUID>) - Static method in class com.gluonhq.attach.ble.BleSpecs
- getUuids() - Method in class com.gluonhq.attach.ble.Configuration
-
Returns a list of uuids this configuration allows to monitor/scan.
- getValue() - Method in class com.gluonhq.attach.ble.BleCharacteristic
-
Gets the value of the property value.
- getValue() - Method in class com.gluonhq.attach.ble.BleDescriptor
-
Gets the value of the property value.
- getVersion() - Method in interface com.gluonhq.attach.device.DeviceService
-
Returns the version number of the device platform.
- getVersion() - Method in class com.gluonhq.attach.device.impl.AndroidDeviceService
- getVersion() - Method in class com.gluonhq.attach.device.impl.DeviceInfo
- getVersion() - Method in class com.gluonhq.attach.device.impl.IOSDeviceService
- getVersionNumber() - Method in class com.gluonhq.attach.version.impl.AndroidVersionService
- getVersionNumber() - Method in class com.gluonhq.attach.version.impl.DesktopVersionService
- getVersionNumber() - Method in class com.gluonhq.attach.version.impl.IOSVersionService
- getVersionNumber() - Method in interface com.gluonhq.attach.version.VersionService
-
Retrieves the current version number of the application, which is typically visible to the users.
- getX() - Method in class com.gluonhq.attach.accelerometer.Acceleration
-
Returns the x value of the reading.
- getX() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Returns the x value of the reading, microtesla units.
- getY() - Method in class com.gluonhq.attach.accelerometer.Acceleration
-
Returns the y value of the reading
- getY() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Returns the y value of the reading, microtesla units
- getYaw() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Yaw (rotation about the -z axis, radians).
- getZ() - Method in class com.gluonhq.attach.accelerometer.Acceleration
-
Returns the z value of the reading
- getZ() - Method in class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Returns the z value of the reading, microtesla units
- GLUCOSE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- GLUCOSE_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- GLUCOSE_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- GLUCOSE_MEASUREMENT_CONTEXT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- GoogleServicesConfiguration - Class in com.gluonhq.attach.pushnotifications.impl.gms
- GoogleServicesConfiguration() - Constructor for class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- GUST_FACTOR - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
H
- HARDWARE_REVISION_STRING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- hashCode() - Method in class com.gluonhq.attach.inappbilling.Product
- hashCode() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Returns a hash value for this transform.
- hashCode() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform.Inverse
-
Returns a hash code value for this math transform.
- hasNotch() - Method in interface com.gluonhq.attach.display.DisplayService
-
Indicates if the device has a notch that modifies the display or not.
- hasNotch() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- hasNotch() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- hasNotch() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- headingProperty() - Method in interface com.gluonhq.attach.compass.CompassService
-
A frequently-updated heading of the compass.
- headingProperty() - Method in class com.gluonhq.attach.compass.impl.MobileCompassService
- HEALTH_THERMOMETER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- HEART_RATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- HEART_RATE_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HEART_RATE_MAX - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HEART_RATE_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HeartRateBleParser - Class in com.gluonhq.attach.ble.parser
-
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.heart_rate_max.xml
- HeartRateBleParser() - Constructor for class com.gluonhq.attach.ble.parser.HeartRateBleParser
- HeartRateMeasurementBleParser - Class in com.gluonhq.attach.ble.parser
-
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.heart_rate_measurement.xml
- HeartRateMeasurementBleParser() - Constructor for class com.gluonhq.attach.ble.parser.HeartRateMeasurementBleParser
- HEAT_INDEX - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HEIGHT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- heightOffset(double, double, double) - Method in class com.gluonhq.attach.position.impl.geotools.EarthGravitationalModel
-
Returns the value to add to a height above the ellipsoid in order to get a height above the geoid for the specified geographic coordinate.
- heightOffset(double, double, double) - Method in class com.gluonhq.attach.position.impl.geotools.VerticalTransform
-
Returns the value to add to a height above the ellipsoid in order to get a height above the geoid for the specified geographic coordinate.
- HID_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HID_INFORMATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- hide() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- hide() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- hide() - Method in interface com.gluonhq.attach.video.VideoService
-
Removes the layer with the control, so the JavaFX layer can resume normal interaction.
- HIGH - Enum constant in enum class com.gluonhq.attach.position.Parameters.Accuracy
- HIGHEST - Enum constant in enum class com.gluonhq.attach.position.Parameters.Accuracy
- HIP_CIRCUMFERENCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HTTP_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HTTP_ENTITY_BODY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HTTP_HEADERS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HTTP_PROXY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- HTTP_STATUS_CODE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HTTPS_SECURITY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- HUMAN_INTERFACE_DEVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- HUMIDITY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
I
- IEEE_11073_20601_REGULATORY_CERTIFICATION_DATA_LIST - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- imageProperty() - Method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- imageProperty() - Method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- imageProperty() - Method in interface com.gluonhq.attach.pictures.PicturesService
-
A read-only property containing the image taken from the camera or gallery or null if it failed, or it was cancelled.
- IMMEDIATE - Enum constant in enum class com.gluonhq.attach.ble.Proximity
- IMMEDIATE_ALERT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- InAppBillingException - Exception in com.gluonhq.attach.inappbilling
-
Exception for handling failures that occurred while working with the native in-app billing API.
- InAppBillingException() - Constructor for exception com.gluonhq.attach.inappbilling.InAppBillingException
- InAppBillingException(String) - Constructor for exception com.gluonhq.attach.inappbilling.InAppBillingException
- InAppBillingQueryResult - Class in com.gluonhq.attach.inappbilling
- InAppBillingQueryResult() - Constructor for class com.gluonhq.attach.inappbilling.InAppBillingQueryResult
- InAppBillingQueryResultListener - Interface in com.gluonhq.attach.inappbilling
- InAppBillingService - Interface in com.gluonhq.attach.inappbilling
-
With the in-app billing service you can query information about in-app products and purchases that were done and place new orders for those products.
- INDOOR_BIKE_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- INDOOR_POSITIONING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- INDOOR_POSITIONING_CONFIGURATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- init() - Static method in class com.gluonhq.attach.util.impl.Debug
- initialize(String, List<Product>) - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- initialize(String, List<Product>) - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Correctly initialize the In-App Billing service on the device.
- INITIATED - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- INTERMEDIATE_CUFF_PRESSURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- INTERMEDIATE_TEMPERATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- INTERNET_PROTOCOL_SUPPORT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- INVALID - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- Inverse() - Constructor for class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform.Inverse
-
Constructs an inverse math transform.
- IOS - Enum constant in enum class com.gluonhq.attach.util.Platform
-
The ios platform provides implementations to access the applicable services available on iOS.
- IOS_NOT_UPDATED - Enum constant in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
- IOSAccelerometerService - Class in com.gluonhq.attach.accelerometer.impl
- IOSAccelerometerService() - Constructor for class com.gluonhq.attach.accelerometer.impl.IOSAccelerometerService
- IOSAudioRecordingService - Class in com.gluonhq.attach.audiorecording.impl
- IOSAudioRecordingService() - Constructor for class com.gluonhq.attach.audiorecording.impl.IOSAudioRecordingService
- IOSAudioService - Class in com.gluonhq.attach.audio.impl
- IOSAudioService() - Constructor for class com.gluonhq.attach.audio.impl.IOSAudioService
- IOSAugmentedRealityService - Class in com.gluonhq.attach.augmentedreality.impl
- IOSAugmentedRealityService() - Constructor for class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
- IOSBarcodeScanService - Class in com.gluonhq.attach.barcodescan.impl
-
Note: Since iOS 10, the key
NSCameraUsageDescription
is required in the plist file in order to use this service - IOSBarcodeScanService() - Constructor for class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
- IOSBatteryService - Class in com.gluonhq.attach.battery.impl
- IOSBatteryService() - Constructor for class com.gluonhq.attach.battery.impl.IOSBatteryService
- IOSBleService - Class in com.gluonhq.attach.ble.impl
-
iOS implementation of BleService Important note: To scan Beacons, it requires adding to the info.plist file:
<key>NSLocationUsageDescription</key> <string>Reason to use Location Service (iOS 6+)</string> <key>NSLocationAlwaysUsageDescription</key> <string>Reason to use Location Service (iOS 8+)</string> <key>NSBluetoothAlwaysUsageDescription</key> <string>Reason to use Bluetooth interface (iOS 13+)</string>
To scan Devices, it requires adding to the info.plist file:<key>NSBluetoothAlwaysUsageDescription</key> <string>Reason to use Bluetooth interface (iOS 13+)</string>
- IOSBleService() - Constructor for class com.gluonhq.attach.ble.impl.IOSBleService
- IOSBrowserService - Class in com.gluonhq.attach.browser.impl
- IOSBrowserService() - Constructor for class com.gluonhq.attach.browser.impl.IOSBrowserService
- IOSCacheService - Class in com.gluonhq.attach.cache.impl
- IOSCacheService() - Constructor for class com.gluonhq.attach.cache.impl.IOSCacheService
- IOSCompassService - Class in com.gluonhq.attach.compass.impl
- IOSCompassService() - Constructor for class com.gluonhq.attach.compass.impl.IOSCompassService
- IOSConnectivityService - Class in com.gluonhq.attach.connectivity.impl
- IOSConnectivityService() - Constructor for class com.gluonhq.attach.connectivity.impl.IOSConnectivityService
- IOSDeviceService - Class in com.gluonhq.attach.device.impl
- IOSDeviceService() - Constructor for class com.gluonhq.attach.device.impl.IOSDeviceService
- IOSDialerService - Class in com.gluonhq.attach.dialer.impl
- IOSDialerService() - Constructor for class com.gluonhq.attach.dialer.impl.IOSDialerService
- IOSDisplayService - Class in com.gluonhq.attach.display.impl
- IOSDisplayService() - Constructor for class com.gluonhq.attach.display.impl.IOSDisplayService
- IOSInAppBillingService - Class in com.gluonhq.attach.inappbilling.impl
- IOSInAppBillingService() - Constructor for class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- IOSKeyboardService - Class in com.gluonhq.attach.keyboard.impl
- IOSKeyboardService() - Constructor for class com.gluonhq.attach.keyboard.impl.IOSKeyboardService
- IOSLifecycleService - Class in com.gluonhq.attach.lifecycle.impl
- IOSLifecycleService() - Constructor for class com.gluonhq.attach.lifecycle.impl.IOSLifecycleService
- IOSLocalNotificationsService - Class in com.gluonhq.attach.localnotifications.impl
-
iOS implementation of LocalNotificationsService.
- IOSLocalNotificationsService() - Constructor for class com.gluonhq.attach.localnotifications.impl.IOSLocalNotificationsService
- IOSMagnetometerService - Class in com.gluonhq.attach.magnetometer.impl
- IOSMagnetometerService() - Constructor for class com.gluonhq.attach.magnetometer.impl.IOSMagnetometerService
- IOSOrientationService - Class in com.gluonhq.attach.orientation.impl
- IOSOrientationService() - Constructor for class com.gluonhq.attach.orientation.impl.IOSOrientationService
- IOSPicturesService - Class in com.gluonhq.attach.pictures.impl
-
Note:Since iOS 10 requires
NSCameraUsageDescription
,NSPhotoLibraryUsageDescription
andNSPhotoLibraryAddUsageDescription
in pList. - IOSPicturesService() - Constructor for class com.gluonhq.attach.pictures.impl.IOSPicturesService
- IOSPositionService - Class in com.gluonhq.attach.position.impl
-
An implementation of the
PositionService
for the iOS platform. - IOSPositionService() - Constructor for class com.gluonhq.attach.position.impl.IOSPositionService
- IOSPushNotificationsService - Class in com.gluonhq.attach.pushnotifications.impl
-
iOS implementation of PushNotificationsService.
- IOSPushNotificationsService() - Constructor for class com.gluonhq.attach.pushnotifications.impl.IOSPushNotificationsService
- IOSRuntimeArgsService - Class in com.gluonhq.attach.runtimeargs.impl
-
An implementation of the
RuntimeArgsService
for the iOS platform. - IOSRuntimeArgsService() - Constructor for class com.gluonhq.attach.runtimeargs.impl.IOSRuntimeArgsService
- IOSSettingsService - Class in com.gluonhq.attach.settings.impl
-
An implementation of the
SettingsService
for the iOS platform. - IOSSettingsService() - Constructor for class com.gluonhq.attach.settings.impl.IOSSettingsService
- IOSShareService - Class in com.gluonhq.attach.share.impl
- IOSShareService() - Constructor for class com.gluonhq.attach.share.impl.IOSShareService
- IOSStatusBarService - Class in com.gluonhq.attach.statusbar.impl
- IOSStatusBarService() - Constructor for class com.gluonhq.attach.statusbar.impl.IOSStatusBarService
- IOSStorageService - Class in com.gluonhq.attach.storage.impl
- IOSStorageService() - Constructor for class com.gluonhq.attach.storage.impl.IOSStorageService
- IOSStoreReviewService - Class in com.gluonhq.attach.storereview.impl
- IOSStoreReviewService() - Constructor for class com.gluonhq.attach.storereview.impl.IOSStoreReviewService
- IOSVersionService - Class in com.gluonhq.attach.version.impl
- IOSVersionService() - Constructor for class com.gluonhq.attach.version.impl.IOSVersionService
- IOSVibrationService - Class in com.gluonhq.attach.vibration.impl
- IOSVibrationService() - Constructor for class com.gluonhq.attach.vibration.impl.IOSVibrationService
- IOSVideoService - Class in com.gluonhq.attach.video.impl
- IOSVideoService() - Constructor for class com.gluonhq.attach.video.impl.IOSVideoService
- IRRADIANCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- isAndroid() - Static method in enum class com.gluonhq.attach.util.Platform
-
Returns whether the current platform is android.
- isBackgroundModeEnabled() - Method in class com.gluonhq.attach.position.Parameters
- isConnected() - Method in interface com.gluonhq.attach.connectivity.ConnectivityService
-
A boolean indicating whether there is data connectivity available or not.
- isConnected() - Method in class com.gluonhq.attach.connectivity.impl.AndroidConnectivityService
-
Gets the value of the property connected.
- isConnected() - Method in class com.gluonhq.attach.connectivity.impl.IOSConnectivityService
-
Gets the value of the property connected.
- isDesktop() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns true if the device is considered a desktop / laptop.
- isDesktop() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- isDesktop() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- isDesktop() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- isDesktop() - Static method in enum class com.gluonhq.attach.util.Platform
-
Returns whether the current platform is desktop.
- isDisposed() - Method in interface com.gluonhq.attach.audio.Audio
-
If this method returns true, no other methods should be called on this audio.
- isExternalStorageReadable() - Method in class com.gluonhq.attach.storage.impl.AndroidStorageService
- isExternalStorageReadable() - Method in class com.gluonhq.attach.storage.impl.DesktopStorageService
- isExternalStorageReadable() - Method in class com.gluonhq.attach.storage.impl.IOSStorageService
- isExternalStorageReadable() - Method in interface com.gluonhq.attach.storage.StorageService
-
Checks if external storage is available for read access.
- isExternalStorageWritable() - Method in class com.gluonhq.attach.storage.impl.AndroidStorageService
- isExternalStorageWritable() - Method in class com.gluonhq.attach.storage.impl.DesktopStorageService
- isExternalStorageWritable() - Method in class com.gluonhq.attach.storage.impl.IOSStorageService
- isExternalStorageWritable() - Method in interface com.gluonhq.attach.storage.StorageService
-
Checks if external storage is available for read and write access.
- isFilteringGravity() - Method in class com.gluonhq.attach.accelerometer.Parameters
- isIdentity() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform.Inverse
-
Tests whether this transform does not move any points.
- isIdentity() - Method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Tests whether this transform does not move any points.
- isIOS() - Static method in enum class com.gluonhq.attach.util.Platform
-
Returns whether the current platform is iOS.
- isPhone() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns true if the device is considered a phone.
- isPhone() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- isPhone() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- isPhone() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- isPluggedIn() - Method in interface com.gluonhq.attach.battery.BatteryService
-
A boolean representing whether the device is currently receiving power from an external source (i.e.
- isPluggedIn() - Method in class com.gluonhq.attach.battery.impl.AndroidBatteryService
-
Gets the value of the property pluggedIn.
- isPluggedIn() - Method in class com.gluonhq.attach.battery.impl.IOSBatteryService
-
Gets the value of the property pluggedIn.
- isReady() - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
-
Gets the value of the property ready.
- isReady() - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Gets the value of the property ready.
- isScreenRound() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns true if the device has a round screen
- isScreenRound() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- isScreenRound() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- isScreenRound() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- isSupported() - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- isSupported() - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Returns true if the device supports in-app billing.
- isTablet() - Method in interface com.gluonhq.attach.display.DisplayService
-
Returns true if the device is considered a tablet.
- isTablet() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- isTablet() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- isTablet() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- isWearable() - Method in interface com.gluonhq.attach.device.DeviceService
-
Returns true if the device is a wearable
- isWearable() - Method in class com.gluonhq.attach.device.impl.AndroidDeviceService
- isWearable() - Method in class com.gluonhq.attach.device.impl.DeviceInfo
- isWearable() - Method in class com.gluonhq.attach.device.impl.IOSDeviceService
K
- keepVisibilityForNode(Node) - Method in class com.gluonhq.attach.keyboard.impl.AndroidKeyboardService
- keepVisibilityForNode(Node) - Method in class com.gluonhq.attach.keyboard.impl.IOSKeyboardService
- keepVisibilityForNode(Node) - Method in interface com.gluonhq.attach.keyboard.KeyboardService
-
Node is adjusted vertically when software keyboard shows up, so it is visible and not covered by it.
- keepVisibilityForNode(Node, Parent) - Method in class com.gluonhq.attach.keyboard.impl.AndroidKeyboardService
- keepVisibilityForNode(Node, Parent) - Method in class com.gluonhq.attach.keyboard.impl.IOSKeyboardService
- keepVisibilityForNode(Node, Parent) - Method in interface com.gluonhq.attach.keyboard.KeyboardService
-
Node is adjusted vertically when software keyboard shows up, so it is visible and not covered by it
- KeyboardService - Interface in com.gluonhq.attach.keyboard
-
With the keyboard service, you can query the height of the software keyboard, whenever it becomes visible.
L
- LANGUAGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LAST_NAME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LATITUDE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LAUNCH_LOCAL_NOTIFICATION_KEY - Static variable in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
Key used in case the app is launched from a local notification
- LAUNCH_PUSH_NOTIFICATION_KEY - Static variable in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
Key used in case the app is launched from a push notification
- LAUNCH_URL_KEY - Static variable in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
Key used in case the app is launched from an URL with a custom scheme
- launchExternalBrowser(String) - Method in interface com.gluonhq.attach.browser.BrowserService
-
Launches the user-default browser to show a specified URL.
- launchExternalBrowser(String) - Method in class com.gluonhq.attach.browser.impl.AndroidBrowserService
- launchExternalBrowser(String) - Method in class com.gluonhq.attach.browser.impl.DesktopBrowserService
- launchExternalBrowser(String) - Method in class com.gluonhq.attach.browser.impl.IOSBrowserService
- LEFT - Enum constant in enum class com.gluonhq.attach.display.DisplayService.Notch
-
The notch is located at the left of the screen, with the device held upright and in landscape mode
- LifecycleEvent - Enum Class in com.gluonhq.attach.lifecycle
-
The life cycle events that can be listened to using
LifecycleService
. - LifecycleService - Interface in com.gluonhq.attach.lifecycle
-
The lifecycle service provides a way to listen for events when the application is being paused (put in the background) and resumed (brought back to the foreground).
- LINK_LOSS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- LN_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LN_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- load(String) - Method in class com.gluonhq.attach.position.impl.geotools.EarthGravitationalModel
-
Loads the coefficients from the specified ASCII file and initialize the internal clenshaw arrays.
- loadImageFromGallery() - Method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- loadImageFromGallery() - Method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- loadImageFromGallery() - Method in interface com.gluonhq.attach.pictures.PicturesService
-
Deprecated.
- loadMusic(URL) - Method in interface com.gluonhq.attach.audio.AudioService
-
Load a (long) music object (typically ".mp3") from a given URL.
- loadMusic(URL) - Method in class com.gluonhq.attach.audio.impl.AndroidAudioService
- loadMusic(URL) - Method in class com.gluonhq.attach.audio.impl.IOSAudioService
- loadSound(URL) - Method in interface com.gluonhq.attach.audio.AudioService
-
Load a (short) sound object (typically ".wav") from a given URL.
- loadSound(URL) - Method in class com.gluonhq.attach.audio.impl.AndroidAudioService
- loadSound(URL) - Method in class com.gluonhq.attach.audio.impl.IOSAudioService
- LOCAL_EAST_COORDINATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LOCAL_NORTH_COORDINATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LOCAL_TIME_INFORMATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LocalNotificationsService - Interface in com.gluonhq.attach.localnotifications
-
Used to schedule a native notification.
- LocalNotificationsServiceBase - Class in com.gluonhq.attach.localnotifications.impl
-
RAS is added after changes in the notifications list to prevent an empty list if the listener is added too soon, before the notifications are provided.
- LocalNotificationsServiceBase() - Constructor for class com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
- LOCATION_AND_NAVIGATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- LOCATION_AND_SPEED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LOCATION_NAME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LONGITUDE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- LOW - Enum constant in enum class com.gluonhq.attach.position.Parameters.Accuracy
- LOWEST - Enum constant in enum class com.gluonhq.attach.position.Parameters.Accuracy
M
- MAGNETIC_DECLINATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- MAGNETIC_FLUX_DENSITY_2D - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- MAGNETIC_FLUX_DENSITY_3D - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- MagnetometerReading - Class in com.gluonhq.attach.magnetometer
-
Represents a reading taken from the
MagnetometerService
. - MagnetometerReading(double, double, double, double, double, double, double) - Constructor for class com.gluonhq.attach.magnetometer.MagnetometerReading
-
Creates a new immutable Reading instance with the given x, y, z, magnitude values, and orientation angles.
- MagnetometerService - Interface in com.gluonhq.attach.magnetometer
-
A magnetometer measures the ambient geomagnetic field for all three physical axes (x, y and z).
- MANUFACTURER_NAME_STRING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- MAXIMUM_RECOMMENDED_HEART_RATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- MEASUREMENT_INTERVAL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- MEDIUM - Enum constant in enum class com.gluonhq.attach.position.Parameters.Accuracy
- MobileAccelerometerService - Class in com.gluonhq.attach.accelerometer.impl
- MobileAccelerometerService() - Constructor for class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- MobileCompassService - Class in com.gluonhq.attach.compass.impl
- MobileCompassService() - Constructor for class com.gluonhq.attach.compass.impl.MobileCompassService
- MobileMagnetometerService - Class in com.gluonhq.attach.magnetometer.impl
- MobileMagnetometerService() - Constructor for class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- MODEL_NUMBER_STRING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
N
- NAVIGATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- NEAR - Enum constant in enum class com.gluonhq.attach.ble.Proximity
- needCopy(int, int, int, int, int) - Static method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Checks if source coordinates need to be copied before to apply the transformation.
- NEW_ALERT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- NEXT_DST_CHANGE_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- NON_CONSUMABLE - Enum constant in enum class com.gluonhq.attach.inappbilling.Product.Type
- NON_RENEWABLE_SUBSCRIPTION - Enum constant in enum class com.gluonhq.attach.inappbilling.Product.Type
- notchProperty() - Method in interface com.gluonhq.attach.display.DisplayService
-
Property that contains the position of the notch, if any, and can be used to track changes in its location.
- notchProperty() - Method in class com.gluonhq.attach.display.impl.AndroidDisplayService
- notchProperty() - Method in class com.gluonhq.attach.display.impl.DesktopDisplayService
- notchProperty() - Method in class com.gluonhq.attach.display.impl.IOSDisplayService
- Notification - Class in com.gluonhq.attach.localnotifications
-
Represents a single notification that can be installed onto the system using
LocalNotificationsService
. - Notification(String, String, String, InputStream, ZonedDateTime, Runnable) - Constructor for class com.gluonhq.attach.localnotifications.Notification
-
Creates a new Notification instance with the specified id, title, text, and image, set to be displayed on the users device as the given date/time, and when clicked will execute the given Runnable.
- Notification(String, String, String, ZonedDateTime, Runnable) - Constructor for class com.gluonhq.attach.localnotifications.Notification
-
Creates a new Notification instance with the specified id, title, and text, set to be displayed on the users device as the given date/time, and when clicked will execute the given Runnable.
- Notification(String, String, ZonedDateTime, Runnable) - Constructor for class com.gluonhq.attach.localnotifications.Notification
-
Creates a new Notification instance with the specified id and text, set to be displayed on the users device as the given date/time, and when clicked will execute the given Runnable.
- NotificationsManager - Class in com.gluonhq.attach.localnotifications.impl
- NotificationsManager() - Constructor for class com.gluonhq.attach.localnotifications.impl.NotificationsManager
- NUMBER_OF_DIGITALS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
O
- OBJECT_ACTION_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_CHANGED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_FIRST_CREATED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_ID - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_LAST_MODIFIED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_LIST_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_LIST_FILTER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_NAME - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_PROPERTIES - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_SIZE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OBJECT_TRANSFER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- OBJECT_TYPE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ofAssignedName(String) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ofAssignedName(String) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- ofAssignedName(String) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- ofAssignedNumber(long) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ofAssignedNumber(long) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- ofAssignedNumber(long) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- onQueryResultReceived(InAppBillingQueryResult) - Method in interface com.gluonhq.attach.inappbilling.InAppBillingQueryResultListener
- order(Product) - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- order(Product) - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Place a new order for the specified product.
- orientationProperty() - Method in class com.gluonhq.attach.orientation.impl.AndroidOrientationService
- orientationProperty() - Method in class com.gluonhq.attach.orientation.impl.IOSOrientationService
- orientationProperty() - Method in interface com.gluonhq.attach.orientation.OrientationService
-
A read-only property containing the current orientation of the device, which will be updated automatically whenever the device orientation changes.
- OrientationService - Interface in com.gluonhq.attach.orientation
-
With the orientation service you can detect whether the device is currently oriented horizontally or vertically.
- OTS_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- OWNED - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
P
- Parameters - Class in com.gluonhq.attach.accelerometer
-
A data structure that allows configuring the
AccelerometerService
. - Parameters - Class in com.gluonhq.attach.magnetometer
-
A data structure that allows configuring the
MagnetometerService
. - Parameters - Class in com.gluonhq.attach.position
-
The Position Service can be configured with several parameters.
- Parameters(double) - Constructor for class com.gluonhq.attach.magnetometer.Parameters
-
Construct new parameters for
MagnetometerService
. - Parameters(double, boolean) - Constructor for class com.gluonhq.attach.accelerometer.Parameters
-
Construct new parameters for
AccelerometerService
. - Parameters(Parameters.Accuracy, boolean) - Constructor for class com.gluonhq.attach.position.Parameters
-
Set the accuracy value and the given time interval and distance filter specified for that value.
- Parameters(Parameters.Accuracy, long, float, boolean) - Constructor for class com.gluonhq.attach.position.Parameters
-
Set the accuracy value, a time interval and distance filter.
- Parameters.Accuracy - Enum Class in com.gluonhq.attach.position
-
Possible accuracy values.
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.AppearanceBleParser
- parse(byte[]) - Method in interface com.gluonhq.attach.ble.parser.BleParser
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.ClientConfigurationBleParser
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.DefaultBleParser
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.HeartRateBleParser
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.HeartRateMeasurementBleParser
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.PeripheralPreferredBleParser
- parse(byte[]) - Method in class com.gluonhq.attach.ble.parser.StringBleParser
- pause() - Method in interface com.gluonhq.attach.audio.Audio
-
Pause this audio.
- pause() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- pause() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- pause() - Method in interface com.gluonhq.attach.video.VideoService
-
Pauses a playing media file.
- PAUSE - Enum constant in enum class com.gluonhq.attach.lifecycle.LifecycleEvent
-
The PAUSE event is fired when an application loses focus (e.g.
- PAUSED - Enum constant in enum class com.gluonhq.attach.video.Status
-
State of the player when playback is paused
- PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- PERIPHERAL_PRIVACY_FLAG - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- PeripheralPreferredBleParser - Class in com.gluonhq.attach.ble.parser
-
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.gap.peripheral_preferred_connection_parameters.xml
- PeripheralPreferredBleParser() - Constructor for class com.gluonhq.attach.ble.parser.PeripheralPreferredBleParser
- PHONE_ALERT_STATUS_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- PicturesService - Interface in com.gluonhq.attach.pictures
-
The picture service allows the developer to load a picture from the device's local file system or from a picture taken directly using the device's camera.
- Platform - Enum Class in com.gluonhq.attach.util
-
An enumeration of the platforms that are supported by Attach.
- play() - Method in interface com.gluonhq.attach.audio.Audio
-
Play (or resume if paused) this audio.
- play() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- play() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- play() - Method in interface com.gluonhq.attach.video.VideoService
-
Plays a valid media file.
- PLAYING - Enum constant in enum class com.gluonhq.attach.video.Status
-
State of the player when it is currently playing
- playlist - Variable in class com.gluonhq.attach.video.impl.DefaultVideoService
- playlistMap - Variable in class com.gluonhq.attach.video.impl.DefaultVideoService
- pluggedInProperty() - Method in interface com.gluonhq.attach.battery.BatteryService
-
Returns a property that will be updated to reflect whether the device is plugged in to an external power source or not.
- pluggedInProperty() - Method in class com.gluonhq.attach.battery.impl.AndroidBatteryService
- pluggedInProperty() - Method in class com.gluonhq.attach.battery.impl.IOSBatteryService
- PLX_CONTINUOUS_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- PLX_FEATURES - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- PLX_SPOT_CHECK_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- PNP_ID - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- POLLEN_CONCENTRATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- Position - Class in com.gluonhq.attach.position
-
A class that contains the latitude and longitude coordinates that map to a specific point location on earth.
- Position(double, double) - Constructor for class com.gluonhq.attach.position.Position
-
Construct a new position with the specified
latitude
andlongitude
. - Position(double, double, double) - Constructor for class com.gluonhq.attach.position.Position
-
Construct a new position with the specified
latitude
,longitude
andaltitude
. - POSITION_QUALITY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- positionProperty() - Method in class com.gluonhq.attach.position.impl.AndroidPositionService
- positionProperty() - Method in class com.gluonhq.attach.position.impl.IOSPositionService
- positionProperty() - Method in interface com.gluonhq.attach.position.PositionService
-
A read-only property containing information about the device's current location on earth.
- PositionService - Interface in com.gluonhq.attach.position
-
The PositionService provides details about a device's current location on earth.
- PRESSURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- processNotification(String) - Static method in class com.gluonhq.attach.localnotifications.impl.NotificationsManager
-
This method is called from the iOS/Android layer, in a different thread, so we need to call the runnable in the JavaFX Application Thread.
- Product - Class in com.gluonhq.attach.inappbilling
- Product(String, Product.Type) - Constructor for class com.gluonhq.attach.inappbilling.Product
- Product.Type - Enum Class in com.gluonhq.attach.inappbilling
- ProductDetails - Class in com.gluonhq.attach.inappbilling
- ProductDetails() - Constructor for class com.gluonhq.attach.inappbilling.ProductDetails
- ProductDetails.State - Enum Class in com.gluonhq.attach.inappbilling
- ProductOrder - Class in com.gluonhq.attach.inappbilling
- ProductOrder() - Constructor for class com.gluonhq.attach.inappbilling.ProductOrder
- PropertyWatcher - Class in com.gluonhq.attach.util
-
A thread that watches certain properties in the native platform to determine whether to notify the user of their change (so that JavaFX properties may be used).
- PROTOCOL_MODE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- Proximity - Enum Class in com.gluonhq.attach.ble
-
Proximity is based on the estimated distance between beacon and device.
- PULSE_OXIMETER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- PushNotificationsService - Interface in com.gluonhq.attach.pushnotifications
-
Adds the ability for the application to receive remote push notifications.
- put(K, V) - Method in interface com.gluonhq.attach.cache.Cache
-
Stores a key-value pair in the cache.
- put(K, V) - Method in class com.gluonhq.attach.cache.impl.DefaultCache
R
- RAINFALL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- readCharacteristic(BleDevice, UUID, UUID) - Method in interface com.gluonhq.attach.ble.BleService
-
Given a BleDevice, with a given BleProfile and a given BleCharacteristic, reads its value
- readCharacteristic(BleDevice, UUID, UUID) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- readCharacteristic(BleDevice, UUID, UUID) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- reading - Static variable in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- reading - Static variable in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- readingProperty() - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- readingProperty() - Method in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
A frequently-updated reading from the magnetometer.
- READY - Enum constant in enum class com.gluonhq.attach.video.Status
-
State of the player once it is prepared to play
- readyProperty() - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- readyProperty() - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
- RECONNECTION_ADDRESS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- RECORD_ACCESS_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- recordingProperty() - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Returns
true
when the audio recording is currently active andfalse
if audio recording is stopped. - recordingProperty() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- REFERENCE_TIME_INFORMATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- REFERENCE_TIME_UPDATE_SERVICE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- register() - Method in class com.gluonhq.attach.pushnotifications.impl.AndroidPushNotificationsService
- register() - Method in class com.gluonhq.attach.pushnotifications.impl.IOSPushNotificationsService
- register() - Method in interface com.gluonhq.attach.pushnotifications.PushNotificationsService
-
Register the app for receiving push notifications.
- register(String) - Method in class com.gluonhq.attach.pushnotifications.impl.AndroidPushNotificationsService
-
Deprecated.
- register(String) - Method in class com.gluonhq.attach.pushnotifications.impl.IOSPushNotificationsService
-
Deprecated.
- register(String) - Method in interface com.gluonhq.attach.pushnotifications.PushNotificationsService
-
Deprecated.
- REGISTERED - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- registerNotification(Notification) - Static method in class com.gluonhq.attach.localnotifications.impl.NotificationsManager
-
Register a Notification by its id, for later processing
- registerServiceFactory(ServiceFactory<T>) - Static method in class com.gluonhq.attach.util.Services
-
Required call to register a ServiceFactory for a given service of type T.
- remove(String) - Method in class com.gluonhq.attach.settings.impl.AndroidSettingsService
- remove(String) - Method in class com.gluonhq.attach.settings.impl.DesktopSettingsService
- remove(String) - Method in class com.gluonhq.attach.settings.impl.IOSSettingsService
- remove(String) - Method in interface com.gluonhq.attach.settings.SettingsService
-
Removes the setting for the specified key.
- remove(K) - Method in interface com.gluonhq.attach.cache.Cache
-
Remove the entry associated with this key.
- remove(K) - Method in class com.gluonhq.attach.cache.impl.DefaultCache
- removeAll() - Method in interface com.gluonhq.attach.cache.Cache
-
Remove all entries from the cache
- removeAll() - Method in class com.gluonhq.attach.cache.impl.DefaultCache
- removeListener(LifecycleEvent, Runnable) - Method in class com.gluonhq.attach.lifecycle.impl.DesktopLifecycleService
- removeListener(LifecycleEvent, Runnable) - Method in class com.gluonhq.attach.lifecycle.impl.AndroidLifecycleService
- removeListener(LifecycleEvent, Runnable) - Method in interface com.gluonhq.attach.lifecycle.LifecycleService
-
Removes a previously installed event handler.
- removeListener(String) - Method in class com.gluonhq.attach.runtimeargs.impl.DefaultRuntimeArgsService
- removeListener(String) - Method in interface com.gluonhq.attach.runtimeargs.RuntimeArgsService
-
Removes the listener for the given key
- removePropertyWatcher(Runnable) - Static method in class com.gluonhq.attach.util.PropertyWatcher
- removeUuid(String) - Method in class com.gluonhq.attach.ble.Configuration
-
Remove this uuid from the list of uuid-beacons we want to monitor/scan
- RENEWABLE_SUBSCRIPTION - Enum constant in enum class com.gluonhq.attach.inappbilling.Product.Type
- REPORT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- REPORT_MAP - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- REPORT_REFERENCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- REQUESTED - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- requestStoreReview(String) - Method in class com.gluonhq.attach.storereview.impl.AndroidStoreReviewService
- requestStoreReview(String) - Method in class com.gluonhq.attach.storereview.impl.IOSStoreReviewService
- requestStoreReview(String) - Method in interface com.gluonhq.attach.storereview.StoreReviewService
-
Prompts the user with a request to rate and do a review of the current app in the store, without leaving the app Warning: on iOS it can be used only up to three times a year for the same app and version, and also the user could have disabled it from Settings
- RESOLVABLE_PRIVATE_ADDRESS_ONLY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- RESTING_HEART_RATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- resultProperty() - Method in interface com.gluonhq.attach.barcodescan.BarcodeScanService
-
A read-only property containing the result of the scan.
- resultProperty() - Method in class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
- resultProperty() - Method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
- RESUME - Enum constant in enum class com.gluonhq.attach.lifecycle.LifecycleEvent
-
Once an application is paused, when it is brought back as the primary application, it is considered to have resumed.
- retrieve(String) - Method in class com.gluonhq.attach.settings.impl.AndroidSettingsService
- retrieve(String) - Method in class com.gluonhq.attach.settings.impl.DesktopSettingsService
- retrieve(String) - Method in class com.gluonhq.attach.settings.impl.IOSSettingsService
- retrieve(String) - Method in interface com.gluonhq.attach.settings.SettingsService
-
Retrieves the value of the setting that is identified by the specified key.
- RIGHT - Enum constant in enum class com.gluonhq.attach.display.DisplayService.Notch
-
The notch is located at the right of the screen, with the device held upright and in landscape mode
- RINGER_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- RINGER_SETTING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- rollLongitude(double) - Static method in class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform
-
Ensures that the specified longitude stay within ±π radians.
- ROWER_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- RSC_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- RSC_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- RUNNING_SPEED_AND_CADENCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- RuntimeArgsService - Interface in com.gluonhq.attach.runtimeargs
-
The runtime args service allows for external events to be fired into Gluon Attach applications - these events are either provided at startup time as runtime arguments to the application, or they may be delivered at runtime by external services.
S
- SC_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- scan() - Method in interface com.gluonhq.attach.barcodescan.BarcodeScanService
-
Deprecated.This method has been deprecated in favour of
BarcodeScanService.asyncScan()
. - scan() - Method in class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
- scan() - Method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
- scan(String, String, String) - Method in interface com.gluonhq.attach.barcodescan.BarcodeScanService
-
Deprecated.This method has been deprecated in favour of
BarcodeScanService.asyncScan(String, String, String)
. - scan(String, String, String) - Method in class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
- scan(String, String, String) - Method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
- SCAN_INTERVAL_WINDOW - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SCAN_PARAMETERS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- SCAN_REFRESH - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ScanDetection - Class in com.gluonhq.attach.ble
-
ScanDetection is a wrapper class to hold the main data obtained when scanning a beacon: uuid, major and minor ids, rssi and proximity estimation
- ScanDetection() - Constructor for class com.gluonhq.attach.ble.ScanDetection
- scheduleNotification(Notification) - Method in class com.gluonhq.attach.localnotifications.impl.AndroidLocalNotificationsService
- scheduleNotification(Notification) - Method in class com.gluonhq.attach.localnotifications.impl.IOSLocalNotificationsService
- scheduleNotification(Notification) - Method in class com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
-
Used by the platform-dependent implementation to scheduleNotification the notification
- selectPicture() - Static method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- selectPicture() - Static method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- SENSOR_LOCATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SERIAL_NUMBER_STRING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SERVER_CHARACTERISTIC_CONFIGURATION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- SERVICE_CHANGED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- ServiceFactory<S> - Interface in com.gluonhq.attach.util.impl
- Services<T> - Class in com.gluonhq.attach.util
- setAddress(String) - Method in class com.gluonhq.attach.ble.BleDevice
- setApiKey(String) - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- setAppIconBadgeNumber(int) - Method in class com.gluonhq.attach.pushnotifications.impl.AndroidPushNotificationsService
- setAppIconBadgeNumber(int) - Method in class com.gluonhq.attach.pushnotifications.impl.IOSPushNotificationsService
- setAppIconBadgeNumber(int) - Method in interface com.gluonhq.attach.pushnotifications.PushNotificationsService
-
On iOS, set the number showing as the badge of the app icon on the Home screen.
- setApplicationId(String) - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- setAudioFolderName(String) - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Sets the name of the external folder where the audio files will be saved.
- setAudioFolderName(String) - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- setColor(Color) - Method in class com.gluonhq.attach.statusbar.impl.AndroidStatusBarService
- setColor(Color) - Method in class com.gluonhq.attach.statusbar.impl.IOSStatusBarService
- setColor(Color) - Method in interface com.gluonhq.attach.statusbar.StatusBarService
-
Sets the color of the status bar to the specified color.
- setControlsVisible(boolean) - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- setControlsVisible(boolean) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- setControlsVisible(boolean) - Method in interface com.gluonhq.attach.video.VideoService
-
When set to
true
the native embedded controls will be displayed on top of the media file. - setCurrency(String) - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- setCurrentIndex(int) - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
-
Sets the value of the property currentIndex.
- setCurrentIndex(int) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
-
Sets the value of the property currentIndex.
- setCurrentIndex(int) - Method in interface com.gluonhq.attach.video.VideoService
-
Specifies the media file to be played at the specified index in the initial playlist.
- setDescription(String) - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- setDetails(ProductDetails) - Method in class com.gluonhq.attach.inappbilling.Product
- setEvent(String) - Static method in class com.gluonhq.attach.lifecycle.impl.IOSLifecycleService
- setFields(Map<String, Object>) - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- setFullScreen(boolean) - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
-
Sets the value of the property fullScreen.
- setFullScreen(boolean) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
-
Sets the value of the property fullScreen.
- setFullScreen(boolean) - Method in interface com.gluonhq.attach.video.VideoService
-
Called while the video is visible, if true displays the media file in full screen mode.
- setId(String) - Method in class com.gluonhq.attach.inappbilling.Product
- setLooping(boolean) - Method in interface com.gluonhq.attach.audio.Audio
-
Set the audio to loop or play once.
- setLooping(boolean) - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- setLooping(boolean) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- setLooping(boolean) - Method in interface com.gluonhq.attach.video.VideoService
- setMajor(int) - Method in class com.gluonhq.attach.ble.ScanDetection
- setMinor(int) - Method in class com.gluonhq.attach.ble.ScanDetection
- setModel(ARModel) - Method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Sets the 3D model that is going to be used by the AR session.
- setModel(ARModel) - Method in class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
- setModel(ARModel) - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
- setName(String) - Method in class com.gluonhq.attach.augmentedreality.ARModel
- setName(String) - Method in class com.gluonhq.attach.ble.BleDevice
- setObjFilename(String) - Method in class com.gluonhq.attach.augmentedreality.ARModel
- setPlatform(Platform) - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- setPosition(Pos, double, double, double, double) - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- setPosition(Pos, double, double, double, double) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- setPosition(Pos, double, double, double, double) - Method in interface com.gluonhq.attach.video.VideoService
-
Allows setting the position of the media file.
- setPrice(String) - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- setProduct(Product) - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- setProjectId(String) - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- setProjectNumber(String) - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- setProperties(String) - Method in class com.gluonhq.attach.ble.BleCharacteristic
- setProximity(int) - Method in class com.gluonhq.attach.ble.ScanDetection
- setQueryResultListener(InAppBillingQueryResultListener) - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- setQueryResultListener(InAppBillingQueryResultListener) - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Set a query listener to listen for results of asynchronous queries of the registered in-app products.
- setRegisteredProducts(List<Product>) - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
- setRegisteredProducts(List<Product>) - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
-
Updates the list of available products that are configured in the in-app product sections of the application configuration for iOS and Android.
- setResult(String) - Static method in class com.gluonhq.attach.barcodescan.impl.AndroidBarcodeScanService
-
Sets the value of the property result.
- setResult(String) - Static method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
-
Sets the value of the property result.
- setResult(String, int) - Static method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- setResult(String, String) - Static method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- setRssi(int) - Method in class com.gluonhq.attach.ble.ScanDetection
- setScale(double) - Method in class com.gluonhq.attach.augmentedreality.ARModel
- setState(BleDevice.State) - Method in class com.gluonhq.attach.ble.BleDevice
-
Sets the value of the property state.
- setState(ProductDetails.State) - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- setTextureFile(String) - Method in class com.gluonhq.attach.augmentedreality.ARModel
- SettingsService - Interface in com.gluonhq.attach.settings
-
The SettingService provides a simple way for storing, retrieving and removing key-value pairs of strings.
- setTitle(String) - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- setType(Product.Type) - Method in class com.gluonhq.attach.inappbilling.Product
- setType(String) - Method in class com.gluonhq.attach.ble.BleProfile
- setUuid(String) - Method in class com.gluonhq.attach.ble.ScanDetection
- setUuid(UUID) - Method in class com.gluonhq.attach.ble.BleDescriptor
- setUuid(UUID) - Method in class com.gluonhq.attach.ble.BleProfile
- setValue(byte[]) - Method in class com.gluonhq.attach.ble.BleCharacteristic
-
Sets the value of the property value.
- setValue(byte[]) - Method in class com.gluonhq.attach.ble.BleDescriptor
-
Sets the value of the property value.
- setVolume(double) - Method in interface com.gluonhq.attach.audio.Audio
-
Set the volume with which to play this audio.
- share(String) - Method in class com.gluonhq.attach.share.impl.AndroidShareService
- share(String) - Method in class com.gluonhq.attach.share.impl.IOSShareService
- share(String) - Method in interface com.gluonhq.attach.share.ShareService
-
Allows sharing a message, selecting from the suitable apps available in the user device.
- share(String, File) - Method in class com.gluonhq.attach.share.impl.AndroidShareService
- share(String, File) - Method in class com.gluonhq.attach.share.impl.IOSShareService
- share(String, File) - Method in interface com.gluonhq.attach.share.ShareService
-
Allows sharing a file, selecting from the suitable apps available in the user device.
- share(String, String) - Method in class com.gluonhq.attach.share.impl.AndroidShareService
- share(String, String) - Method in class com.gluonhq.attach.share.impl.IOSShareService
- share(String, String) - Method in interface com.gluonhq.attach.share.ShareService
-
Allows sharing a message, selecting from the suitable apps available in the user device.
- share(String, String, String, File) - Method in class com.gluonhq.attach.share.impl.AndroidShareService
- share(String, String, String, File) - Method in class com.gluonhq.attach.share.impl.IOSShareService
- share(String, String, String, File) - Method in interface com.gluonhq.attach.share.ShareService
-
Allows sharing a file, selecting from the suitable apps available in the user device.
- ShareService - Interface in com.gluonhq.attach.share
-
The ShareService provides a way to share content (text and/or files) from the current app by using other suitable apps existing in the user device.
- show() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- show() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- show() - Method in interface com.gluonhq.attach.video.VideoService
-
After
adding items to the the playlist
, this method can be called to prepare the media player and the native layer on top of the JavaFX one. - showAR() - Method in interface com.gluonhq.attach.augmentedreality.AugmentedRealityService
-
Opens AR
- showAR() - Method in class com.gluonhq.attach.augmentedreality.impl.AndroidAugmentedRealityService
- showAR() - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
- shutdown() - Method in class com.gluonhq.attach.lifecycle.impl.AndroidLifecycleService
- shutdown() - Method in class com.gluonhq.attach.lifecycle.impl.DesktopLifecycleService
- shutdown() - Method in class com.gluonhq.attach.lifecycle.impl.IOSLifecycleService
- shutdown() - Method in interface com.gluonhq.attach.lifecycle.LifecycleService
-
Initiates the process of shutting down the application that called this method.
- SOFTWARE_REVISION_STRING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SPORT_TYPE_FOR_AEROBIC_AND_ANAEROBIC_THRESHOLDS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- STAIR_CLIMBER_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- start() - Method in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
Starts the service with
AccelerometerService.DEFAULT_PARAMETERS
. - start() - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- start() - Method in interface com.gluonhq.attach.compass.CompassService
-
Starts the service.
- start() - Method in class com.gluonhq.attach.compass.impl.MobileCompassService
- start() - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- start() - Method in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
Starts the service with
MagnetometerService.DEFAULT_PARAMETERS
. - start() - Method in class com.gluonhq.attach.position.impl.AndroidPositionService
- start() - Method in class com.gluonhq.attach.position.impl.IOSPositionService
- start() - Method in interface com.gluonhq.attach.position.PositionService
-
Starts the service with
PositionService.DEFAULT_PARAMETERS
. - start(float, int, int, int, Function<String, Boolean>) - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- start(float, int, int, int, Function<String, Boolean>) - Method in class com.gluonhq.attach.audiorecording.impl.DesktopAudioRecordingService
- start(float, int, int, int, Function<String, Boolean>) - Method in class com.gluonhq.attach.audiorecording.impl.IOSAudioRecordingService
- start(Parameters) - Method in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
Starts the service with given parameters.
- start(Parameters) - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- start(Parameters) - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- start(Parameters) - Method in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
Starts the service with given parameters.
- start(Parameters) - Method in class com.gluonhq.attach.position.impl.AndroidPositionService
- start(Parameters) - Method in class com.gluonhq.attach.position.impl.IOSPositionService
- start(Parameters) - Method in interface com.gluonhq.attach.position.PositionService
-
Starts the service.
- startAccelerometerImpl(boolean, double) - Method in class com.gluonhq.attach.accelerometer.impl.AndroidAccelerometerService
- startAccelerometerImpl(boolean, double) - Method in class com.gluonhq.attach.accelerometer.impl.IOSAccelerometerService
- startAccelerometerImpl(boolean, double) - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- startBroadcasting(UUID, int, int, String) - Method in interface com.gluonhq.attach.ble.BleService
-
Configure the current device as a Bluetooth beacon, and start advertising with a given UUID
- startBroadcasting(UUID, int, int, String) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- startBroadcasting(UUID, int, int, String) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- startMagnetometerImpl(double) - Method in class com.gluonhq.attach.magnetometer.impl.AndroidMagnetometerService
- startMagnetometerImpl(double) - Method in class com.gluonhq.attach.magnetometer.impl.IOSMagnetometerService
- startMagnetometerImpl(double) - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- startRecording(float, int, int, int) - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Start audio recording with the given parameters.
- startRecording(float, int, int, int) - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- startScanning(Configuration, Consumer<ScanDetection>) - Method in interface com.gluonhq.attach.ble.BleService
-
Start scanning for BLE beacons.
- startScanning(Configuration, Consumer<ScanDetection>) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- startScanning(Configuration, Consumer<ScanDetection>) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
-
startScanning is called with a given uuid and a callback for the beacon found.
- startScanningDevices() - Method in interface com.gluonhq.attach.ble.BleService
-
Start scanning for BLE Devices.
- startScanningDevices() - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- startScanningDevices() - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- STATE_CONNECTED - Enum constant in enum class com.gluonhq.attach.ble.BleDevice.State
- STATE_CONNECTING - Enum constant in enum class com.gluonhq.attach.ble.BleDevice.State
- STATE_DISCONNECTED - Enum constant in enum class com.gluonhq.attach.ble.BleDevice.State
- STATE_DISCONNECTING - Enum constant in enum class com.gluonhq.attach.ble.BleDevice.State
- STATE_UNKNOWN - Enum constant in enum class com.gluonhq.attach.ble.BleDevice.State
- stateProperty() - Method in class com.gluonhq.attach.ble.BleDevice
- Status - Enum Class in com.gluonhq.attach.video
-
Enumeration describing the different status values of a media player.
- StatusBarService - Interface in com.gluonhq.attach.statusbar
-
The status bar service provides access to the native status bar of the underlying platform.
- statusProperty() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- statusProperty() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- statusProperty() - Method in interface com.gluonhq.attach.video.VideoService
-
Read only property that indicates the media player status.
- STEP_CLIMBER_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- stop() - Method in interface com.gluonhq.attach.accelerometer.AccelerometerService
-
Stops the service.
- stop() - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- stop() - Method in interface com.gluonhq.attach.audio.Audio
-
Stop playing this audio.
- stop() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- stop() - Method in class com.gluonhq.attach.audiorecording.impl.DesktopAudioRecordingService
- stop() - Method in class com.gluonhq.attach.audiorecording.impl.IOSAudioRecordingService
- stop() - Method in interface com.gluonhq.attach.compass.CompassService
-
Stops the service.
- stop() - Method in class com.gluonhq.attach.compass.impl.MobileCompassService
- stop() - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- stop() - Method in interface com.gluonhq.attach.magnetometer.MagnetometerService
-
Stops the service.
- stop() - Method in class com.gluonhq.attach.position.impl.AndroidPositionService
- stop() - Method in class com.gluonhq.attach.position.impl.IOSPositionService
- stop() - Method in interface com.gluonhq.attach.position.PositionService
-
Stops the service.
- stop() - Method in class com.gluonhq.attach.video.impl.AndroidVideoService
- stop() - Method in class com.gluonhq.attach.video.impl.IOSVideoService
- stop() - Method in interface com.gluonhq.attach.video.VideoService
-
Stops a playing media file.
- stopAccelerometerImpl() - Method in class com.gluonhq.attach.accelerometer.impl.AndroidAccelerometerService
- stopAccelerometerImpl() - Method in class com.gluonhq.attach.accelerometer.impl.IOSAccelerometerService
- stopAccelerometerImpl() - Method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- stopBroadcasting() - Method in interface com.gluonhq.attach.ble.BleService
-
Stop advertising the current iOS device as a Bluetooth beacon
- stopBroadcasting() - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- stopBroadcasting() - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- stopMagnetometerImpl() - Method in class com.gluonhq.attach.magnetometer.impl.AndroidMagnetometerService
- stopMagnetometerImpl() - Method in class com.gluonhq.attach.magnetometer.impl.IOSMagnetometerService
- stopMagnetometerImpl() - Method in class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
- STOPPED - Enum constant in enum class com.gluonhq.attach.video.Status
-
State of the player when playback has stopped
- stopRecording() - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
-
Stop audio recording.
- stopRecording() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- stopScanning() - Method in interface com.gluonhq.attach.ble.BleService
-
Stops the last called startScanning operation.
- stopScanning() - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- stopScanning() - Method in class com.gluonhq.attach.ble.impl.IOSBleService
-
stopScanning, if the manager is initialized
- stopScanningDevices() - Method in interface com.gluonhq.attach.ble.BleService
-
Stops scanning for BLE devices
- stopScanningDevices() - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- stopScanningDevices() - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- StorageService - Interface in com.gluonhq.attach.storage
-
The storage service provides access to the private and public storage locations for the application offered by the native platform.
- store(String, String) - Method in class com.gluonhq.attach.settings.impl.AndroidSettingsService
- store(String, String) - Method in class com.gluonhq.attach.settings.impl.DesktopSettingsService
- store(String, String) - Method in class com.gluonhq.attach.settings.impl.IOSSettingsService
- store(String, String) - Method in interface com.gluonhq.attach.settings.SettingsService
-
Stores the setting with the specified key and value.
- StoreReviewService - Interface in com.gluonhq.attach.storereview
-
The StoreReviewService provides a way to request store ratings and reviews from users.
- StringBleParser - Class in com.gluonhq.attach.ble.parser
-
https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.heart_rate_measurement.xml
- StringBleParser() - Constructor for class com.gluonhq.attach.ble.parser.StringBleParser
- subscribeCharacteristic(BleDevice, UUID, UUID) - Method in interface com.gluonhq.attach.ble.BleService
-
Given a BleDevice, with a given BleProfile and a given BleCharacteristic, subscribes to listen to changes in its value
- subscribeCharacteristic(BleDevice, UUID, UUID) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- subscribeCharacteristic(BleDevice, UUID, UUID) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- SUPPORTED_HEART_RATE_RANGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SUPPORTED_INCLINATION_RANGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SUPPORTED_NEW_ALERT_CATEGORY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SUPPORTED_POWER_RANGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SUPPORTED_RESISTANCE_LEVEL_RANGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SUPPORTED_SPEED_RANGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SUPPORTED_UNREAD_ALERT_CATEGORY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- SYSTEM_ID - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
T
- takePhoto(boolean) - Method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- takePhoto(boolean) - Method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- takePhoto(boolean) - Method in interface com.gluonhq.attach.pictures.PicturesService
-
Deprecated.This method has been deprecated in favour of
PicturesService.asyncTakePhoto(boolean)
. - takePicture(boolean) - Static method in class com.gluonhq.attach.pictures.impl.AndroidPicturesService
- takePicture(boolean) - Static method in class com.gluonhq.attach.pictures.impl.IOSPicturesService
- TDS_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TEMPERATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TEMPERATURE_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TEMPERATURE_TYPE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- THREE_ZONE_HEART_RATE_LIMITS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TIME_ACCURACY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TIME_SOURCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TIME_TRIGGER_SETTING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- TIME_UPDATE_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TIME_UPDATE_STATE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TIME_WITH_DST - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TIME_ZONE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- tokenProperty() - Method in class com.gluonhq.attach.pushnotifications.impl.AndroidPushNotificationsService
- tokenProperty() - Method in class com.gluonhq.attach.pushnotifications.impl.IOSPushNotificationsService
- tokenProperty() - Method in interface com.gluonhq.attach.pushnotifications.PushNotificationsService
-
The unique registration token that can be passed to the server, so the app can receive push notifications
- toLocalDateTime(double) - Static method in class com.gluonhq.attach.accelerometer.impl.MobileAccelerometerService
- TOP - Enum constant in enum class com.gluonhq.attach.display.DisplayService.Notch
-
The notch is located at the top of the screen, with the device held upright and in portrait mode
- toString() - Method in class com.gluonhq.attach.accelerometer.Parameters
- toString() - Method in class com.gluonhq.attach.augmentedreality.ARModel
- toString() - Method in class com.gluonhq.attach.ble.BleCharacteristic
- toString() - Method in class com.gluonhq.attach.ble.BleDescriptor
- toString() - Method in class com.gluonhq.attach.ble.BleDevice
- toString() - Method in class com.gluonhq.attach.ble.BleProfile
- toString() - Method in class com.gluonhq.attach.ble.ScanDetection
- toString() - Method in class com.gluonhq.attach.inappbilling.Product
- toString() - Method in class com.gluonhq.attach.inappbilling.ProductDetails
- toString() - Method in class com.gluonhq.attach.inappbilling.ProductOrder
- toString() - Method in class com.gluonhq.attach.localnotifications.Notification
- toString() - Method in class com.gluonhq.attach.magnetometer.Parameters
- toString() - Method in class com.gluonhq.attach.position.Parameters
- toString() - Method in class com.gluonhq.attach.position.Position
- toString() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
- TRAINING_STATUS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- transform(double[], int, double[], int, int) - Method in class com.gluonhq.attach.position.impl.geotools.VerticalTransform
-
Transforms a list of coordinate point ordinal values.
- transform(float[], int, float[], int, int) - Method in class com.gluonhq.attach.position.impl.geotools.VerticalTransform
-
Transforms a list of coordinate point ordinal values.
- TRANSPORT_DISCOVERY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- TREADMILL_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TRUE_WIND_DIRECTION - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TRUE_WIND_SPEED - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TWO_ZONE_HEART_RATE_LIMIT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- TX_POWER - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- TX_POWER_LEVEL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
U
- UNCERTAINTY - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- UNKNOWN - Enum constant in enum class com.gluonhq.attach.ble.Proximity
- UNKNOWN - Enum constant in enum class com.gluonhq.attach.display.DisplayService.Notch
-
There is no notch present or its location is unknown
- UNKNOWN - Enum constant in enum class com.gluonhq.attach.video.Status
-
State of the player immediately after creation
- UNREAD_ALERT_STATUS - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- unregisterNotification(String) - Static method in class com.gluonhq.attach.localnotifications.impl.NotificationsManager
-
Unregister a Notification by its id
- unscheduleNotification(Notification) - Method in class com.gluonhq.attach.localnotifications.impl.AndroidLocalNotificationsService
- unscheduleNotification(Notification) - Method in class com.gluonhq.attach.localnotifications.impl.IOSLocalNotificationsService
- unscheduleNotification(Notification) - Method in class com.gluonhq.attach.localnotifications.impl.LocalNotificationsServiceBase
-
Used by the platform-dependent implementation to unscheduleNotification the notification
- unsubscribeCharacteristic(BleDevice, UUID, UUID) - Method in interface com.gluonhq.attach.ble.BleService
-
Given a BleDevice, with a given BleProfile and a given BleCharacteristic, unsubscribes and stop listening to changes in its value
- unsubscribeCharacteristic(BleDevice, UUID, UUID) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- unsubscribeCharacteristic(BleDevice, UUID, UUID) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
- updateRecordingStatus(boolean) - Static method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
- URI - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- USER_CONTROL_POINT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- USER_DATA - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- USER_INDEX - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- Util - Class in com.gluonhq.attach.util
- Util() - Constructor for class com.gluonhq.attach.util.Util
- UV_INDEX - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
V
- VALID - Enum constant in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
- VALID_RANGE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- VALUE_TRIGGER_SETTING - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
- valueOf(String) - Static method in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.ble.BleDevice.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.ble.Proximity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.display.DisplayService.Notch
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.inappbilling.Product.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.lifecycle.LifecycleEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.position.Parameters.Accuracy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.util.Platform
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.gluonhq.attach.video.Status
-
Returns the enum constant of this class with the specified name.
- valueProperty() - Method in class com.gluonhq.attach.ble.BleCharacteristic
- valueProperty() - Method in class com.gluonhq.attach.ble.BleDescriptor
- values() - Static method in enum class com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.ble.BleDevice.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattDescriptors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.ble.Proximity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.display.DisplayService.Notch
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.inappbilling.Product.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.inappbilling.ProductDetails.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.lifecycle.LifecycleEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.position.Parameters.Accuracy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.util.Platform
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.gluonhq.attach.video.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VersionService - Interface in com.gluonhq.attach.version
-
The version service provides access to the public and internal version numbers of the current application.
- VerticalTransform - Class in com.gluonhq.attach.position.impl.geotools
-
Base class for transformations from a height above the ellipsoid to a height above the geoid.
- VerticalTransform() - Constructor for class com.gluonhq.attach.position.impl.geotools.VerticalTransform
-
Creates a new instance of
VerticalTransform
. - vibrate() - Method in class com.gluonhq.attach.vibration.impl.AndroidVibrationService
- vibrate() - Method in class com.gluonhq.attach.vibration.impl.IOSVibrationService
- vibrate() - Method in interface com.gluonhq.attach.vibration.VibrationService
-
Vibrates the device with the default pattern and duration
- vibrate(long...) - Method in class com.gluonhq.attach.vibration.impl.AndroidVibrationService
- vibrate(long...) - Method in class com.gluonhq.attach.vibration.impl.IOSVibrationService
- vibrate(long...) - Method in interface com.gluonhq.attach.vibration.VibrationService
-
Vibrates the device with the given pattern, which represents the number of milliseconds to turn the vibration on for, followed by how long it should be off for.
- VibrationService - Interface in com.gluonhq.attach.vibration
-
The vibration service enables access to the vibration functionality present on most devices.
- VideoService - Interface in com.gluonhq.attach.video
-
With the video service you can play media files, both video and audio, on your device.
- visibleHeightProperty() - Method in class com.gluonhq.attach.keyboard.impl.AndroidKeyboardService
- visibleHeightProperty() - Method in class com.gluonhq.attach.keyboard.impl.IOSKeyboardService
- visibleHeightProperty() - Method in interface com.gluonhq.attach.keyboard.KeyboardService
-
Gets the visible height of the Keyboard, so scene or views can adjusted to prevent some of their content from being covered by the keyboard.
- VO2_MAX - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
W
- WAIST_CIRCUMFERENCE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- WEIGHT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- WEIGHT_MEASUREMENT - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- WEIGHT_SCALE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattServices
- WEIGHT_SCALE_FEATURE - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- WIND_CHILL - Enum constant in enum class com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
- writeCharacteristic(BleDevice, UUID, UUID, byte[]) - Method in interface com.gluonhq.attach.ble.BleService
-
Given a BleDevice, with a given BleProfile and a given BleCharacteristic, writes its value
- writeCharacteristic(BleDevice, UUID, UUID, byte[]) - Method in class com.gluonhq.attach.ble.impl.AndroidBleService
- writeCharacteristic(BleDevice, UUID, UUID, byte[]) - Method in class com.gluonhq.attach.ble.impl.IOSBleService
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PicturesService.asyncLoadImageFromGallery()
.