You can provide these params to the plugin in app.json to configure the plugin like this:
{
"plugins": [
[
"hypertrack-sdk-expo",
{
<param>: <value>
}
]
],
}Check SDK configuration doc for more detailed informtion about the params.
| Param | Type | Description |
|---|---|---|
| allowMockLocation | boolean |
Allow mocking locations (if set to false any mocked location will be filtered and the outage will be displayed in the Dashboard). Default: false |
| foregroundNotificationText | string |
Text for the foreground service notification on Android |
| foregroundNotificationTitle | string |
Title for the foreground service notification on Android |
| locationPermission | string |
Location permission permission purpose string (see Configuring permission purpose strings) |
| motionPermission | string |
Motion permission purpose string (see Configuring permission purpose strings) |
| publishableKey | string |
HyperTrack publishable key |
| proxyDevicePushTokenCall | boolean |
Proxy device push token call to the plugin. See Working around missing device push token on iOS. False by default. |