Configuration
You can configure some SDK parameters by adding according AndroidManifest / Info.plist fields.
When setting boolean parameters in
Info.plistthrough the XML file, you need to useYESorNOvalues for boolean type, nottrueorfalse.
| Parameter | OS | Type | Description |
|---|---|---|---|
HyperTrackPublishableKey | Both | String | Your HyperTrack Publishable Key Required |
HyperTrackAllowMockLocation | Both | 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 |
HyperTrackForegroundNotificationTitle | Android | String Resource | Title of the foreground service notification |
HyperTrackForegroundNotificationText | Android | String Resource | Text of the foreground service notification |
Updated about 2 months ago