VitalSnap Peripherals
Cordova ==> VitalSnap module
Peripheral objects contain information regarding supported InformVitalSnap peripherals. Several function calls are provided to retrieve one or more peripherals.
A peripheral object contains various properties to be displayed to the user:
manufacturer
- Manufacturer name.model
- Model number.peripheralImageURL
- URL for an image of the peripheral.id
- Peripheral identifier.
Supported Peripherals
To retrieve a List of supported peripherals:
const allPeripherals = await ValidicMobile.InformVitalSnap.getSupportedPeripherals();
To retrieve a specific peripheral:
const peripheral = await ValidicMobile.InformVitalSnap.getPeripheral(3);
Updated about 1 month ago