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

processOpenURL method doc update

This commit is contained in:
Alikhan Mussabekov 2019-10-18 11:35:10 +03:00 committed by GitHub
parent 3f2cc42009
commit 3191d5dec9
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;