@@ -94,60 +94,6 @@ NS_ASSUME_NONNULL_BEGIN
9494 sourceApplication : (nullable NSString *)sourceApplication
9595 annotation : (id )annotation ;
9696
97- /* *
98- Configures the different AWSMobile SDK Clientsfrom application delegate with options.
99-
100- @param application instance from application delegate.
101- @param launchOptions from application delegate.
102- @param completionHandler completion handler for resuming auth session.
103-
104- *Swift*
105-
106- AWSMobileClient
107- .sharedInstance()
108- .interceptApplication(application,
109- didFinishLaunchingWithOptions:launchOptions,
110- resumeSessionWithCompletionHandler:completionHandler)
111-
112- *Objective-C*
113-
114- AWSMobileClient *mobileClient = [AWSMobileClient sharedInstance];
115- [mobileClient interceptApplication:application
116- didFinishLaunchingWithOptions:launchOptions
117- resumeSessionWithCompletionHandler:completionHandler];
118- */
119- - (BOOL )interceptApplication : (UIApplication *)application
120- didFinishLaunchingWithOptions : (nullable NSDictionary *)launchOptions
121- resumeSessionWithCompletionHandler : (void (^)(id result, NSError *error))completionHandler ;
122-
123- /* *
124- Configures the different AWSMobile SDK Clientsfrom application delegate with options.
125-
126- @param application instance from application delegate.
127- @param launchOptions from application delegate.
128-
129- *Swift*
130-
131- AWSMobileClient
132- .sharedInstance()
133- .interceptApplication(application, didFinishLaunchingWithOptions:launchOptions)
134-
135- *Objective-C*
136-
137- AWSMobileClient *mobileClient = [AWSMobileClient sharedInstance];
138- [mobileClient interceptApplication:application
139- didFinishLaunchingWithOptions:launchOptions];
140- */
141- - (BOOL )interceptApplication : (UIApplication *)application
142- didFinishLaunchingWithOptions : (nullable NSDictionary *)launchOptions ;
143-
144- /* *
145- Set the signInProviderConfig
146-
147- @param signInProviderConfig the signInProviderConfiguration with permissions.
148- **/
149- - (void )setSignInProviders : (nullable NSArray <AWSSignInProviderConfig *> *)signInProviderConfig ;
150-
15197
15298-(void )showSignInScreen : (UINavigationController *)navController
15399 signInUIConfiguration : (SignInUIOptions *)signInUIConfiguration
@@ -159,12 +105,6 @@ didFinishLaunchingWithOptions:(nullable NSDictionary *)launchOptions;
159105 */
160106- (void )setCredentialsProvider : (AWSCognitoCredentialsProvider *)credentialsProvider ;
161107
162- /* *
163- * Retrieve the Credentials Provider.
164- * @return AWSCognitoCredentialsProvider
165- */
166- - (AWSCognitoCredentialsProvider *)getCredentialsProvider ;
167-
168108/* *
169109 * Indicates whether the user is signed-in or not.
170110 * @return true if user is signed-in
0 commit comments