Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.34 KB

PARAMS.md

File metadata and controls

30 lines (25 loc) · 2.34 KB

Plugin configuration parameters

You can provide these params to the plugin in app.json to configure the plugin like this:

{
    "plugins": [
      [
        "hypertrack-sdk-expo",
        {
          <param>: <value>
        }
      ]
    ],
}

Parameters

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.