A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.AndroidAccelerometerService
 - accelerationProperty() - Method in class com.gluonhq.attach.accelerometer.impl.IOSAccelerometerService
 - 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 interface com.gluonhq.attach.lifecycle.LifecycleService
 - 
Adds a life cycle event listener to the native platform, to be notified of
LifecycleEventevents. - 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_KEYorRuntimeArgsService.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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - AEROBIC_HEART_RATE_UPPER_LIMIT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - AEROBIC_THRESHOLD - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - AGE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - AGGREGATE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ALERT_CATEGORY_ID - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ALERT_CATEGORY_ID_BIT_MASK - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ALERT_LEVEL - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ALERT_NOTIFICATION_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ALERT_NOTIFICATION_SERVICE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - ALERT_STATUS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ALTITUDE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ANAEROBIC_HEART_RATE_LOWER_LIMIT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ANAEROBIC_HEART_RATE_UPPER_LIMIT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ANAEROBIC_THRESHOLD - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ANALOG - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ANDROID - 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
DeviceServicefor 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.xmlwith 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
PositionServicefor 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
SettingsServicefor 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.xmlwith 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
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - APPARENT_WIND_SPEED - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - APPEARANCE - 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 - com.gluonhq.attach.inappbilling.ProductDetails.State
 - AR_NOT_SUPPORTED - com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
 - AR_SUPPORTED - com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
 - ARCORE_NOT_INSTALLED - com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
 - ARCORE_OUTDATED - 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
 - 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 in com.gluonhq.attach.augmentedreality
 - AUTOMATION_IO - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BATTERY_LEVEL - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BATTERY_SERVICE - 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 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 in com.gluonhq.attach.ble
 - 
https://www.bluetooth.com/specifications/gatt/characteristics
 - BleSpecs.GattDescriptors - Enum in com.gluonhq.attach.ble
 - 
https://www.bluetooth.com/specifications/gatt/descriptors
 - BleSpecs.GattServices - Enum 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 - com.gluonhq.attach.ble.BleSpecs.GattServices
 - BLOOD_PRESSURE_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BLOOD_PRESSURE_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BODY_COMPOSITION - com.gluonhq.attach.ble.BleSpecs.GattServices
 - BODY_COMPOSITION_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BODY_COMPOSITION_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BODY_SENSOR_LOCATION - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BOND_MANAGEMENT - com.gluonhq.attach.ble.BleSpecs.GattServices
 - BOND_MANAGEMENT_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BOND_MANAGEMENT_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BOOT_KEYBOARD_INPUT_REPORT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BOOT_KEYBOARD_OUTPUT_REPORT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BOOT_MOUSE_INPUT_REPORT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - BOTTOM - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CGM_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CGM_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CGM_SESSION_RUN_TIME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CGM_SESSION_START_TIME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CGM_SPECIFIC_OPS_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CGM_STATUS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CHARACTERISTIC_AGGREGATE_FORMAT - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - CHARACTERISTIC_EXTENDED_PROPERTIES - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - CHARACTERISTIC_PRESENTATION_FORMAT - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - CHARACTERISTIC_USER_DESCRIPTION - 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 - 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
 - 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
AccelerometerServiceand 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
AudioRecordingServiceand 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
AugmentedRealityServiceand 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
BarcodeScanServiceand 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
BatteryServiceand 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
BrowserServiceand 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
CacheServiceand 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
CompassServiceand 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
ConnectivityServiceand 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
DeviceServiceand 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
DialerServiceand 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
DisplayServiceand 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
KeyboardServiceand 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
LifecycleServiceand 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
LocalNotificationsServiceand 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
MagnetometerServiceand 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
OrientationServiceand 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
PicturesServiceand 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
PositionServiceand 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
PushNotificationsServiceand 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
RuntimeArgsServiceand 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
SettingsServiceand 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
ShareServiceand 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
StatusBarServiceand 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.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.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
VibrationServiceand 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
VideoServiceand 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 - com.gluonhq.attach.inappbilling.Product.Type
 - CONTINUOUS_GLUCOSE_MONITORING - 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.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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CSC_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CSC_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CURRENT_TIME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CURRENT_TIME_SERVICE - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CUSTOM_SERVICE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - CYCLING_POWER - com.gluonhq.attach.ble.BleSpecs.GattServices
 - CYCLING_POWER_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CYCLING_POWER_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CYCLING_POWER_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CYCLING_POWER_VECTOR - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - CYCLING_SPEED_AND_CADENCE - com.gluonhq.attach.ble.BleSpecs.GattServices
 
D
- DATABASE_CHANGE_INCREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DATE_OF_BIRTH - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DATE_OF_THRESHOLD_ASSESSMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DATE_TIME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DAY_DATE_TIME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DAY_OF_WEEK - 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
trueif the system property namedConstants.ATTACH_DEBUGexists 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.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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DESKTOP - 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
 - 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
 - DEVICE_INFORMATION - com.gluonhq.attach.ble.BleSpecs.GattServices
 - DEVICE_NAME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - DeviceInfo - Class in com.gluonhq.attach.device.impl
 - DeviceInfo(String, String, String, String, boolean) - 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 - 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 - 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 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 - com.gluonhq.attach.video.Status
 - 
State of the player after dispose() method is invoked
 - DST_OFFSET - 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
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - EMAIL_ADDRESS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ENVIRONMENTAL_SENSING - com.gluonhq.attach.ble.BleSpecs.GattServices
 - ENVIRONMENTAL_SENSING_CONFIGURATION - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - ENVIRONMENTAL_SENSING_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - ENVIRONMENTAL_SENSING_TRIGGER_SETTING - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - equals(Object) - Method in class com.gluonhq.attach.inappbilling.Product
 - EXACT_TIME_256 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - EXTERNAL_REPORT_REFERENCE - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 
F
- FAR - com.gluonhq.attach.ble.Proximity
 - FAT_BURN_HEART_RATE_LOWER_LIMIT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FAT_BURN_HEART_RATE_UPPER_LIMIT - 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.
 - FILTER_GRAVITY - Static variable in interface com.gluonhq.attach.accelerometer.AccelerometerService
 - 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
consumableproduct. - FINISHED - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FIRST_NAME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FITNESS_MACHINE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - FITNESS_MACHINE_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FITNESS_MACHINE_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FITNESS_MACHINE_STATUS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FIVE_ZONE_HEART_RATE_LIMITS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - FLOOR_NUMBER - 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 - com.gluonhq.attach.inappbilling.Product.Type
 - FREQUENCY - Static variable in interface com.gluonhq.attach.accelerometer.AccelerometerService
 - fromName(String) - Static method in enum 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - GENERIC_ACCESS - com.gluonhq.attach.ble.BleSpecs.GattServices
 - GENERIC_ATTRIBUTE - 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.
 - getApplicationId() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
 - getAssignedNumber() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - getAssignedNumber() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - getAssignedNumber() - Method in enum 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
 - getAvailability() - Method in class com.gluonhq.attach.augmentedreality.impl.IOSAugmentedRealityService
 - 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
 - getBatteryLevel() - Method in class com.gluonhq.attach.battery.impl.IOSBatteryService
 - getCache(String) - Method in interface com.gluonhq.attach.cache.CacheService
 - 
Returns a
Cacheinstance. - 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 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.AndroidAccelerometerService
 - getCurrentAcceleration() - Method in class com.gluonhq.attach.accelerometer.impl.IOSAccelerometerService
 - getDateTime() - Method in class com.gluonhq.attach.localnotifications.Notification
 - 
The
ZonedDateTimewith 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 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.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.AndroidCompassService
 - getHeading() - Method in class com.gluonhq.attach.compass.impl.IOSCompassService
 - 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
InputStreamwith 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.
 - 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 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
 - getOrientation() - Method in class com.gluonhq.attach.orientation.impl.IOSOrientationService
 - 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
 - getPosition() - Method in class com.gluonhq.attach.position.impl.IOSPositionService
 - 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
 - getProjectNumber() - Method in class com.gluonhq.attach.pushnotifications.impl.gms.GoogleServicesConfiguration
 - getProperties() - Method in class com.gluonhq.attach.ble.BleCharacteristic
 - getProximity() - Method in enum 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
 - 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 com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - getSpecificationName() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - getSpecificationName() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattServices
 - getSpecificationType() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - getSpecificationType() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - getSpecificationType() - Method in enum com.gluonhq.attach.ble.BleSpecs.GattServices
 - getState() - Method in class com.gluonhq.attach.ble.BleDevice
 - 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 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
 - getValue() - Method in class com.gluonhq.attach.ble.BleDescriptor
 - 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
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattServices
 - GLUCOSE_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - GLUCOSE_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - GLUCOSE_MEASUREMENT_CONTEXT - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 
H
- HARDWARE_REVISION_STRING - 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.AndroidCompassService
 - headingProperty() - Method in class com.gluonhq.attach.compass.impl.IOSCompassService
 - HEALTH_THERMOMETER - com.gluonhq.attach.ble.BleSpecs.GattServices
 - HEART_RATE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - HEART_RATE_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HEART_RATE_MAX - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HEART_RATE_MEASUREMENT - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HEIGHT - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HID_INFORMATION - 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 - com.gluonhq.attach.position.Parameters.Accuracy
 - HIGHEST - com.gluonhq.attach.position.Parameters.Accuracy
 - HIP_CIRCUMFERENCE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HTTP_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HTTP_ENTITY_BODY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HTTP_HEADERS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HTTP_PROXY - com.gluonhq.attach.ble.BleSpecs.GattServices
 - HTTP_STATUS_CODE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HTTPS_SECURITY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - HUMAN_INTERFACE_DEVICE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - HUMIDITY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 
I
- IEEE_11073_20601_REGULATORY_CERTIFICATION_DATA_LIST - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - IMMEDIATE - com.gluonhq.attach.ble.Proximity
 - IMMEDIATE_ALERT - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - INDOOR_POSITIONING - com.gluonhq.attach.ble.BleSpecs.GattServices
 - INDOOR_POSITIONING_CONFIGURATION - 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 - com.gluonhq.attach.inappbilling.ProductDetails.State
 - INTERMEDIATE_CUFF_PRESSURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - INTERMEDIATE_TEMPERATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - INTERNET_PROTOCOL_SUPPORT - com.gluonhq.attach.ble.BleSpecs.GattServices
 - INVALID - com.gluonhq.attach.inappbilling.ProductDetails.State
 - Inverse() - Constructor for class com.gluonhq.attach.position.impl.geotools.AbstractMathTransform.Inverse
 - 
Constructs an inverse math transform.
 - IOS - com.gluonhq.attach.util.Platform
 - 
The ios platform provides implementations to access the applicable services available on iOS.
 - IOS_NOT_UPDATED - 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
 - 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
NSCameraUsageDescriptionis 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,NSPhotoLibraryUsageDescriptionandNSPhotoLibraryAddUsageDescriptionin pList. - IOSPicturesService() - Constructor for class com.gluonhq.attach.pictures.impl.IOSPicturesService
 - IOSPositionService - Class in com.gluonhq.attach.position.impl
 - 
An implementation of the
PositionServicefor 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
RuntimeArgsServicefor 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
SettingsServicefor 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
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - isAndroid() - Static method in enum 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
 - isConnected() - Method in class com.gluonhq.attach.connectivity.impl.IOSConnectivityService
 - 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 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.
 - 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 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
 - isPluggedIn() - Method in class com.gluonhq.attach.battery.impl.IOSBatteryService
 - isReady() - Method in class com.gluonhq.attach.inappbilling.impl.IOSInAppBillingService
 - isReady() - Method in interface com.gluonhq.attach.inappbilling.InAppBillingService
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LAST_NAME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LATITUDE - 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.IOSBrowserService
 - LEFT - 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 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 - com.gluonhq.attach.ble.BleSpecs.GattServices
 - LN_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LN_FEATURE - 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
 - 
Retrieve an image from the device's gallery of images
 - 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
 - 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
 - LOCAL_EAST_COORDINATE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LOCAL_NORTH_COORDINATE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LOCAL_TIME_INFORMATION - 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 - com.gluonhq.attach.ble.BleSpecs.GattServices
 - LOCATION_AND_SPEED - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LOCATION_NAME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LONGITUDE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - LOW - com.gluonhq.attach.position.Parameters.Accuracy
 - LOWEST - com.gluonhq.attach.position.Parameters.Accuracy
 
M
- MAGNETIC_DECLINATION - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - MAGNETIC_FLUX_DENSITY_2D - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - MAGNETIC_FLUX_DENSITY_3D - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - MAXIMUM_RECOMMENDED_HEART_RATE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - MEASUREMENT_INTERVAL - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - MEDIUM - com.gluonhq.attach.position.Parameters.Accuracy
 - MobileMagnetometerService - Class in com.gluonhq.attach.magnetometer.impl
 - MobileMagnetometerService() - Constructor for class com.gluonhq.attach.magnetometer.impl.MobileMagnetometerService
 - MODEL_NUMBER_STRING - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 
N
- NAVIGATION - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - NEAR - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - NEXT_DST_CHANGE_SERVICE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - NON_CONSUMABLE - com.gluonhq.attach.inappbilling.Product.Type
 - NON_RENEWABLE_SUBSCRIPTION - 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 - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 
O
- OBJECT_ACTION_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_CHANGED - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_FIRST_CREATED - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_ID - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_LAST_MODIFIED - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_LIST_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_LIST_FILTER - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_NAME - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_PROPERTIES - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_SIZE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OBJECT_TRANSFER - com.gluonhq.attach.ble.BleSpecs.GattServices
 - OBJECT_TYPE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ofAssignedName(String) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ofAssignedName(String) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - ofAssignedName(String) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattServices
 - ofAssignedNumber(long) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - ofAssignedNumber(long) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - ofAssignedNumber(long) - Static method in enum 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - OWNED - com.gluonhq.attach.inappbilling.ProductDetails.State
 
P
- 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(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 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 - com.gluonhq.attach.lifecycle.LifecycleEvent
 - 
The PAUSE event is fired when an application loses focus (e.g.
 - PAUSED - com.gluonhq.attach.video.Status
 - 
State of the player when playback is paused
 - PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - PERIPHERAL_PRIVACY_FLAG - 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 - 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 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 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - PLX_FEATURES - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - PLX_SPOT_CHECK_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - PNP_ID - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - POLLEN_CONCENTRATION - 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
latitudeandlongitude. - Position(double, double, double) - Constructor for class com.gluonhq.attach.position.Position
 - 
Construct a new position with the specified
latitude,longitudeandaltitude. - POSITION_QUALITY - 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 - 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 in com.gluonhq.attach.inappbilling
 - ProductDetails - Class in com.gluonhq.attach.inappbilling
 - ProductDetails() - Constructor for class com.gluonhq.attach.inappbilling.ProductDetails
 - ProductDetails.State - Enum 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - Proximity - Enum in com.gluonhq.attach.ble
 - 
Proximity is based on the estimated distance between beacon and device.
 - PULSE_OXIMETER - 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 - 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.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 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RECORD_ACCESS_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - recordingProperty() - Method in interface com.gluonhq.attach.audiorecording.AudioRecordingService
 - 
Returns
truewhen the audio recording is currently active andfalseif audio recording is stopped. - recordingProperty() - Method in class com.gluonhq.attach.audiorecording.impl.DefaultAudioRecordingService
 - REFERENCE_TIME_INFORMATION - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - REFERENCE_TIME_UPDATE_SERVICE - 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 - 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 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 - com.gluonhq.attach.inappbilling.Product.Type
 - REPORT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - REPORT_MAP - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - REPORT_REFERENCE - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - REQUESTED - com.gluonhq.attach.inappbilling.ProductDetails.State
 - RESOLVABLE_PRIVATE_ADDRESS_ONLY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RESTING_HEART_RATE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RESUME - 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 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RINGER_SETTING - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RSC_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RSC_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - RUNNING_SPEED_AND_CADENCE - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - scan() - 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.
 - 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
 - 
Starts up the scanner functionality (commonly provided via the camera), and then parsed by Attach to determine the string the barcode represents.
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SCAN_PARAMETERS - com.gluonhq.attach.ble.BleSpecs.GattServices
 - SCAN_REFRESH - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SERIAL_NUMBER_STRING - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SERVER_CHARACTERISTIC_CONFIGURATION - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - SERVICE_CHANGED - 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
 - 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
truethe 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
 - setCurrentIndex(int) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
 - 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
 - setFullScreen(boolean) - Method in class com.gluonhq.attach.video.impl.IOSVideoService
 - 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
 - 
When looping is set to
truethe media files in the playlist will be played indefinitely untilVideoService.stop()orVideoService.hide()is called. - 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
 - 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
 - setResult(String) - Static method in class com.gluonhq.attach.barcodescan.impl.IOSBarcodeScanService
 - 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
 - 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
 - setValue(byte[]) - Method in class com.gluonhq.attach.ble.BleDescriptor
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SPORT_TYPE_FOR_AEROBIC_AND_ANAEROBIC_THRESHOLDS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - STAIR_CLIMBER_DATA - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - 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 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.
 - 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 - com.gluonhq.attach.ble.BleDevice.State
 - STATE_CONNECTING - com.gluonhq.attach.ble.BleDevice.State
 - STATE_DISCONNECTED - com.gluonhq.attach.ble.BleDevice.State
 - STATE_DISCONNECTING - com.gluonhq.attach.ble.BleDevice.State
 - STATE_UNKNOWN - com.gluonhq.attach.ble.BleDevice.State
 - stateProperty() - Method in class com.gluonhq.attach.ble.BleDevice
 - Status - Enum 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - 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 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.
 - 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 - 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.
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SUPPORTED_INCLINATION_RANGE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SUPPORTED_NEW_ALERT_CATEGORY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SUPPORTED_POWER_RANGE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SUPPORTED_RESISTANCE_LEVEL_RANGE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SUPPORTED_SPEED_RANGE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SUPPORTED_UNREAD_ALERT_CATEGORY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - SYSTEM_ID - 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
 - 
Use the device's camera to take a photo, and retrieve an
Image. - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TEMPERATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TEMPERATURE_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TEMPERATURE_TYPE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - THREE_ZONE_HEART_RATE_LIMITS - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TIME_ACCURACY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TIME_SOURCE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TIME_TRIGGER_SETTING - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - TIME_UPDATE_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TIME_UPDATE_STATE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TIME_WITH_DST - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TIME_ZONE - 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
 - TOP - 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.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 - 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 - com.gluonhq.attach.ble.BleSpecs.GattServices
 - TREADMILL_DATA - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TRUE_WIND_DIRECTION - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TRUE_WIND_SPEED - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TWO_ZONE_HEART_RATE_LIMIT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - TX_POWER - com.gluonhq.attach.ble.BleSpecs.GattServices
 - TX_POWER_LEVEL - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 
U
- UNCERTAINTY - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - UNKNOWN - com.gluonhq.attach.ble.Proximity
 - UNKNOWN - com.gluonhq.attach.display.DisplayService.Notch
 - 
There is no notch present or its location is unknown
 - UNKNOWN - com.gluonhq.attach.video.Status
 - 
State of the player immediately after creation
 - UNREAD_ALERT_STATUS - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - USER_CONTROL_POINT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - USER_DATA - com.gluonhq.attach.ble.BleSpecs.GattServices
 - USER_INDEX - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - Util - Class in com.gluonhq.attach.util
 - Util() - Constructor for class com.gluonhq.attach.util.Util
 - UV_INDEX - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 
V
- VALID - com.gluonhq.attach.inappbilling.ProductDetails.State
 - VALID_RANGE - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - VALUE_TRIGGER_SETTING - com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - valueOf(String) - Static method in enum com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.ble.BleDevice.State
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattServices
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.ble.Proximity
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.display.DisplayService.Notch
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.inappbilling.Product.Type
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.inappbilling.ProductDetails.State
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.lifecycle.LifecycleEvent
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.position.Parameters.Accuracy
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.util.Platform
 - 
Returns the enum constant of this type with the specified name.
 - valueOf(String) - Static method in enum com.gluonhq.attach.video.Status
 - 
Returns the enum constant of this type 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 com.gluonhq.attach.augmentedreality.AugmentedRealityService.Availability
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.ble.BleDevice.State
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattDescriptors
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.ble.BleSpecs.GattServices
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.ble.Proximity
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.display.DisplayService.Notch
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.inappbilling.Product.Type
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.inappbilling.ProductDetails.State
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.lifecycle.LifecycleEvent
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.position.Parameters.Accuracy
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.util.Platform
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - values() - Static method in enum com.gluonhq.attach.video.Status
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 - 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 - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 
W
- WAIST_CIRCUMFERENCE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - WEIGHT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - WEIGHT_MEASUREMENT - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - WEIGHT_SCALE - com.gluonhq.attach.ble.BleSpecs.GattServices
 - WEIGHT_SCALE_FEATURE - com.gluonhq.attach.ble.BleSpecs.GattCharacteristics
 - WIND_CHILL - 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 All Packages