Skip to content

Instantly share code, notes, and snippets.

@GxocT
Created July 17, 2018 11:22
Show Gist options
  • Save GxocT/5aa0c88326671d2b0cf95c43c51709d8 to your computer and use it in GitHub Desktop.
Save GxocT/5aa0c88326671d2b0cf95c43c51709d8 to your computer and use it in GitHub Desktop.
func openApp() {
extensionContext?.performNotificationDefaultAction()
}
func dismissNotification() {
extensionContext?.dismissNotificationContentExtension()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment