Created
December 5, 2012 05:28
-
-
Save helpshift/4212603 to your computer and use it in GitHub Desktop.
Helpshift iOS SDK documentation
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
[Helpshift installForAppID:@"sandbox_platform_20120726120113072-89b012748d5aa10" | |
domainName:@"sandbox.helpshift.com" | |
apiKey:@"5a867e6b07466faa939285508de33a42"]; |
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
[Helpshift setUsername:@"John"]; | |
[Helpshift setUseremail:@"[email protected]"]; |
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
- (void) notificationCountReceived:(NSString *)count |
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
[[Helpshift sharedInstance] setDelegate:self]; |
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
[[Helpshift sharedInstance] notificationCount]; |
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
[[Helpshift sharedInstance] showSupport:self]; |
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
[Helpshift setUserIdentifier:@"user-id-100"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment