Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Created March 27, 2014 14:27
Show Gist options
  • Save Kevinwlee/9808727 to your computer and use it in GitHub Desktop.
Save Kevinwlee/9808727 to your computer and use it in GitHub Desktop.
Sample of how to return data.
#pragma mark - CCHContextEventManagerDataSource
- (NSDictionary *)contextEventManager:(CCHContextEventManager *)eventManager payloadForEvent:(NSDictionary *)event {
return @{@"company":@"ChaiONE", @"project":@"ContextHub"};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment