To integrate surveys into Android, you need to make sure that the basic integration of the Nudge Core SDK is done, if you have not already done it, check here.
Once you have integrated the Nudge Code SDK, just add the above-defined variable into the list inplugins
property of Nudge
import com.nudgenow.plugins.Survey;
Survey surveyUi = new Survey();
Nudge.addPlugin(surveyUi);
That's it!
Our Nudge Core would now trigger Surveys defined on your Dashboard using the Survey
plugin.