Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Sensors API Accelerometer #50

Closed
moljac opened this issue Mar 1, 2018 · 0 comments
Closed

Sensors API Accelerometer #50

moljac opened this issue Mar 1, 2018 · 0 comments
Assignees
Labels
in-progress Actively being worked on.
Milestone

Comments

@moljac
Copy link
Member

moljac commented Mar 1, 2018

Sensors API Accelerometer to indicate the instantaneous acceleration of the device in three dimensional space.

API Level:

API:

bool IsListening {get;}
void Start(SensorSpeed speed, Action<AccelerometerData> handler);
void Stop();

struct AccelerometerData
{
   bool AccelerationX { get; }
  bool AccelerationY {get;}
bool AccelerationZ {get;}
}
@moljac moljac self-assigned this Mar 1, 2018
@Redth Redth added this to New in Triage Mar 7, 2018
@Redth Redth added this to Ready in v0.5.0-preview Mar 7, 2018
@Redth Redth added the up-for-grabs Implementation from community can be started. label Mar 14, 2018
@jamesmontemagno jamesmontemagno removed the up-for-grabs Implementation from community can be started. label Mar 16, 2018
@jamesmontemagno jamesmontemagno added this to the Preview-1 milestone Mar 26, 2018
@Redth Redth removed this from New in Triage Mar 27, 2018
@jamesmontemagno jamesmontemagno moved this from Ready for Implementation to Backlog in v0.5.0-preview Mar 29, 2018
@jamesmontemagno jamesmontemagno moved this from Backlog/Needs Specifications to Ready for Implementation in v0.5.0-preview Mar 29, 2018
@jamesmontemagno jamesmontemagno added ready-to-implement Feature approved, specs written, and ready to implement. in-progress Actively being worked on. and removed enhancement ready-to-implement Feature approved, specs written, and ready to implement. labels Mar 29, 2018
@jamesmontemagno jamesmontemagno self-assigned this Mar 30, 2018
@Redth Redth moved this from Ready for Implementation to Done in v0.5.0-preview Apr 6, 2018
@mattleibow mattleibow moved this from Done to Closed in v0.5.0-preview Apr 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in-progress Actively being worked on.
Projects
No open projects
v0.5.0-preview
  
Closed
Development

No branches or pull requests

3 participants