Skip to content

Commit

Permalink
Merge pull request ResearchKit#118 from dephillipsmichael/feature/pub…
Browse files Browse the repository at this point in the history
…lic_method

feature/public_method
  • Loading branch information
Erin-Mounts committed May 9, 2016
2 parents 2c18c64 + 4929a93 commit 4b24af9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions APCAppCore/APCAppCore/Startup/APCAppDelegate.h
Expand Up @@ -144,4 +144,11 @@ extern NSString *const kNewsFeedStoryBoardKey;
// Reset to the default preferred orientations
- (void)resetPreferredOrientationMask;

/*
* Unless you need to show a custom modal (like in FPHS) you should not call this method
* Only call this method if the user has agreed through a prompt to log out and go to home screen already
* Otherwise, post a "APCUserForgotPasscodeNotification" notification and the alert will be shown for you
*/
- (void) resetAppAndProceedToSignIn;

@end

0 comments on commit 4b24af9

Please sign in to comment.