VibrationService
and related classes.See: Description
Interface | Description |
---|---|
AccelerometerService |
An accelerometer measures the acceleration force that is applied to a device in
all three physical axes (x, y and z).
|
AudioRecordingService |
AudioRecording Service.
|
BarcodeScanService |
The barcode scanner can be used to scan barcodes of different types.
|
BatteryService |
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.
|
BleService |
The BLE scanner, which is short for Bluetooth Low Energy, can be used to communicate
with devices that are equipped with Bluetooth low energy wireless technology.
|
BrowserService |
Launches the default browser of the platform as a separate application process.
|
Cache<K,V> |
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 |
The cache service provides a simple API to weakly cache objects in memory.
|
CompassService |
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.
|
ConnectivityService |
The connectivity service can be used to determine whether the device is currently
connected to a network or not.
|
DeviceService |
The device service provides generic properties of the device on which the application is running.
|
DialerService |
Using the dialer service, you can initiate a call to the provided phone number.
|
DisplayService |
With the display service you can query the characteristics of your device's screen.
|
InAppBillingService |
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.
|
LifecycleService |
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).
|
LocalNotificationsService |
Used to schedule a native notification.
|
MagnetometerService |
A magnetometer measures the ambient geomagnetic field for all three physical axes (x, y and z).
|
OrientationService |
With the orientation service you can detect whether the device is currently oriented
horizontally or vertically.
|
PicturesService |
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.
|
PositionService |
The PositionService provides details about a device's current location on
earth.
|
PushNotificationsService |
Adds the ability for the application to receive remote push notifications.
|
RuntimeArgsService |
The runtime args service allows for external events to be fired into Gluon Charm Down
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.
|
SettingsService |
The SettingService provides a simple way for storing, retrieving and removing
key-value pairs of strings.
|
ShareService |
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.
|
StatusBarService |
The status bar service provides access to the native status bar of the underlying platform.
|
StorageService |
The storage service provides access to the private and public storage locations for
the application offered by the native platform.
|
VibrationService |
The vibration service enables access to the vibration functionality present
on most devices.
|
VideoService |
With the video service you can play media files, both video and audio,
on your device.
|
Enum | Description |
---|---|
DisplayService.Notch |
Possible Notch positions
|
LifecycleEvent |
The life cycle events that can be listened to using
LifecycleService . |
Parameters.Accuracy |
Possible accuracy values.
|
VibrationService
and related classes.