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).
|
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.
|
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.
|
SettingsService |
The SettingService provides a simple way for storing, retrieving and removing
key-value pairs of strings.
|
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.
|
Class | Description |
---|---|
Acceleration |
Represents a reading taken from the
AccelerometerService . |
AccelerometerServiceFactory | |
BarcodeScanServiceFactory | |
BatteryServiceFactory | |
BleServiceFactory | |
BrowserServiceFactory | |
CacheServiceFactory | |
CompassServiceFactory | |
ConnectivityServiceFactory | |
DeviceServiceFactory | |
DialerServiceFactory | |
DisplayServiceFactory | |
LifecycleServiceFactory | |
LocalNotificationsServiceFactory | |
MagnetometerReading |
Represents a reading taken from the
MagnetometerService . |
MagnetometerServiceFactory | |
Notification |
Represents a single notification that can be installed onto the system using
LocalNotificationsService . |
OrientationServiceFactory | |
PicturesServiceFactory | |
Position |
A class that contains the latitude and longitude coordinates that map to a
specific point location on earth.
|
PositionServiceFactory | |
SettingsServiceFactory | |
StatusBarServiceFactory | |
StorageServiceFactory | |
VibrationServiceFactory |
Enum | Description |
---|---|
LifecycleEvent |
The life cycle events that can be listened to using
LifecycleService . |
VibrationService
and related classes.