Surveys

You may configure Sense360 Android SDK to download surveys generated based on the locations visited by the users.

In earlier versions, these downloaded surveys were linked to a survey URL only displayed within a local notification generated by the Android SDK. You can test and display a survey within the application's own interface (UI).

Third-party user ID

You must send the third-party user ID either when using surveys or if you are sending your own user ID.

Sense360.passThirdPartyUserId(getApplicationContext(), "[Your User Id]");
Warning: Do not surround your third-party user id with square brackets.

If this method is called once after calling the start() method, the Sense360 SDK records and stores it forever.

When called, this method overwrites the currently stored third-party user ID. Note that the maximum length of the third-party user ID is 128 characters.

Testing surveys

After Test the integration and setting the Third-party user ID, you can verify your survey implementation works correctly by following the steps in Test surveys.

Optional integrations

Follow any of the additional features below to access further functions of the SDK. Typically, these extend the functionality, turn off specific functions, or are useful when adopting a pure programmatic integration.