-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOMHClient.h
More file actions
30 lines (24 loc) · 764 Bytes
/
OMHClient.h
File metadata and controls
30 lines (24 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// OMHClient.h
// OMHClient
//
// Created by Charles Forkish on 12/15/14.
// Copyright (c) 2014 Open mHealth. All rights reserved.
//
#ifndef _OMHCLIENT
#define _OMHCLIENT
#import "OMHClientDSUConnector.h"
#import "OMHDataPoint.h"
#import "OMHApplication.h"
/**
* Setup the OMHClient with in your app delegate's applicationDidFinishLaunching with a call to
*
* [OMHClient setupClientWithAppGoogleClientID:<your app's Google client ID>
* serverGoogleClientID:<a DSU server Google client ID>
* appDSUClientID:<your app's DSU client ID>
* appDSUClientSecret:<your app's DSU client secret>];
*/
/**
* Use preprocessor macro OMHDEBUG=1 to enable debug logging
*/
#endif