Last active
July 11, 2017 15:43
-
-
Save andrewxhill/bc0b0435c4549d7900933b98ff3b2754 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetSDK.register(context: beforeCommute) { event as | |
// Send new information or an opportunity that will be valuable | |
let content = UNMutableNotificationContent() | |
content.title = "Weather Alert!" | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment