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

Device Capabilities #36

Closed
jamesmontemagno opened this issue Feb 26, 2018 · 2 comments
Closed

Device Capabilities #36

jamesmontemagno opened this issue Feb 26, 2018 · 2 comments
Assignees
Projects
Milestone

Comments

@jamesmontemagno
Copy link
Collaborator

Would be nifty to abstract where we could into simple bools for devices capabilities:

bool HasTelephony { get; }
bool HasMicrophone { get; }
bool HasBluetooth { get; }
bool HasBluetoothLE { get; }
bool HasCamera { get; }
bool HasBiometric { get; }
bool HasIR { get; }
bool HasGPS { get; }
bool HasNFC { get; }
bool HasCompass { get; }
bool HasAccelerometer { get; }
bool HasBarometer { get; }
bool HasGyroscope { get; }
bool HasProximity { get; }
bool HasHeartrate { get; }
bool HasStepCounter { get; }
bool HasStepDetector { get; }

I think list would be a good start.

@mattleibow
Copy link
Contributor

This is related to #17

@mattleibow mattleibow modified the milestones: V2, Preview-1 Feb 28, 2018
@jamesmontemagno jamesmontemagno self-assigned this Mar 1, 2018
@Redth Redth added this to New in Triage Mar 7, 2018
@jamesmontemagno
Copy link
Collaborator Author

Closing as we are not going this route for now.

Triage automation moved this from New to Closed Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Triage
  
Closed
Development

No branches or pull requests

2 participants