Skip to content

Instantly share code, notes, and snippets.

@rafalniski
Created February 9, 2017 19:47
Show Gist options
  • Save rafalniski/c5d4df660593d7ef7bccc7cec1ff8e3a to your computer and use it in GitHub Desktop.
Save rafalniski/c5d4df660593d7ef7bccc7cec1ff8e3a to your computer and use it in GitHub Desktop.
Intent intent = new Intent(MainActivity.this, NotificationWebView.class);
intent.putExtra(NotificationFactory.WEB_VIEW_URL, EverytapSDK.getDealScreenUri(MainActivity.this).toString());
intent.putExtra(WEB_VIEW_TITLE, "List of Offers");
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment