Skip to content

Instantly share code, notes, and snippets.

@brandonscott
Created December 3, 2014 21:41
Show Gist options
  • Save brandonscott/a6bb9b6bbdc5b1a0e63c to your computer and use it in GitHub Desktop.
Save brandonscott/a6bb9b6bbdc5b1a0e63c to your computer and use it in GitHub Desktop.
Neo help 2
NabuNotification *nabuNotification = [[NabuNotification alloc] init];
nabuNotification.text = @"This is for testing only.";
nabuNotification.text1 = @"This line is for your eyes only.";
nabuNotification.text2 = @"The quick brown fox jumps over the lazy dog.";
nabuNotification.iconResId = @"smiley";
[[NabuDataManager sharedDataManager] sendNotificationToBand:nabuNotification withBlock:^(NSDictionary *cb) {
//code
NSLog(@"%@", [cb description]);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment