🤖Android
SparkWall lives on the web, but it’s designed to give your app a seamless, native feel.
URL
https://spark-wall.com/offerwall/[API_KEY]/[USER_ID]
Example
WebView myWebView = new WebView(activityContext);
setContentView(myWebView);
WebSettings webSettings = myWebView.getSettings();
webSettings.setJavaScriptEnabled(true);
myWebView.loadUrl("https://spark-wall.com/offerwall/[API_KEY]/[USER_ID]");
Make sure to substitute [API_KEY] with your actual website API key and [USER_ID] with the unique identifier of the user viewing the wall on your site.
Last updated