React Native
Connections
export enum Connections {
ANT = 'ANT',
BLE = 'BLE',
WEAR_OS = 'WEAR_OS',
WATCH_OS = 'WATCH_OS',
ANDROID = 'ANDROID',
ALL_DEVICES = 'ALL_DEVICES',
APPLE = 'APPLE',
}Value
iOS
Android
DataTypes
Types
SuccessMessage
GetUserId
Update
Device
Initialization
initTerra
initConnection
getUserId
disconnect
Device Scanning
startDeviceScan
startDeviceScanWithCallback
connectDevice
Data Streaming
startRealtime
stopRealtime
WatchOS Integration
connectWithWatchOS
iOS Native View: BLWidget
Last updated
Was this helpful?