Configuration
You can configure some SDK parameters by adding according AndroidManifest
/ Info.plist
fields.
When setting boolean parameters in
Info.plist
through the XML file, you need to useYES
orNO
values for boolean type, nottrue
orfalse
.
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 1 month ago