Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okhiroyuki/cordova-plugin-ambient-light

This plugin helps to get intensity from the ambient light sensor in a device through cordova platform.
https://github.com/okhiroyuki/cordova-plugin-ambient-light

android cordova cordova-plugin sensor

Last synced: 5 days ago
JSON representation

This plugin helps to get intensity from the ambient light sensor in a device through cordova platform.

Awesome Lists containing this project

README

        

# cordova-plugin-ambient-light

## Description

This plugin can be use to get intensity level that falls in to the device.
The API supports to one time call and repeated calls which will directed to callback functions.

## Installation

```
cordova plugin add @red-mobile/cordova-plugin-ambient-light
```

### Uninstall

```
cordova plugin remove @red-mobile/cordova-plugin-ambient-light
```

## Supported Platforms

- Android

## Methods

- navigator.ambientlight.getCurrentLight
- navigator.ambientlight.watchLight
- navigator.ambientlight.clearWatch