1
1
mirror of https://github.com/VKCOM/vk-ios-sdk.git synced 2024-09-11 06:45:37 +03:00

Merge pull request #554 from AlikhanMussabekov/master

processOpenURL method doc update
This commit is contained in:
Anton 2019-10-18 16:57:10 +03:00 committed by GitHub
commit f8833cee1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,7 +283,7 @@ Initialize SDK with responder for global SDK events.
Checks passed URL for access token.
@param passedUrl url from external application
@param sourceApplication source application
@param sourceApplication source application (it is an optional param, because the check is performed not only by this parameter, but also by the URL scheme)
@return YES if parsed successfully
*/
+ (BOOL)processOpenURL:(NSURL *)passedUrl fromApplication:(NSString *)sourceApplication;