Skip to content

Instantly share code, notes, and snippets.

@freakynit
Last active August 29, 2015 14:20
Show Gist options
  • Save freakynit/4a712ac8cd9745194873 to your computer and use it in GitHub Desktop.
Save freakynit/4a712ac8cd9745194873 to your computer and use it in GitHub Desktop.
Page link: https://documentation.appboy.com/Enabling_Message_Channels/Push_Notifications/Android
Title of section: ACCESSING PUSH TITLES & CONTENT FOR ADDITIONAL DISPLAY
String title = intent.getExtras().getString(AppboyGcmReceiver.TITLE_KEY);
String content = intent.getExtras().getString(AppboyGcmReceiver.CONTENT_KEY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment