Skip to content

Instantly share code, notes, and snippets.

@sprengerst
Created August 6, 2018 18:25
Show Gist options
  • Save sprengerst/da611c83ffa8a708f57de2e849089980 to your computer and use it in GitHub Desktop.
Save sprengerst/da611c83ffa8a708f57de2e849089980 to your computer and use it in GitHub Desktop.
case EVENT_START_SOON:
LogUtils.debug(LOG_TAG, "type: EVENT_START_SOON");
Event startSoonEvent = EventQueries.buildEventFromJSON(notificationContent);
sendEventStartSoonNotification(startSoonEvent, context);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment