SBRXCallbackURLKit
SBRXCallbackURLKit copied to clipboard
SBRCallBackHandlerForAction
Hi thank for this awesome library, I'm trying to use it one of my projects, can you please explain to me how can I use this part : // For two-way app communication, When you are ready to trigger the // callbacks provided by the external app, call the completion // block provided. This happens asynchronously for your to determine // when you are ready to make the callback. This callback can be omitted // if the action is not a two-way type action. completion(nil, nil, YES);
i'm not good with completion, for exemple if i want to passe an authentication methode to the completion handler how could it be ? so that one the authentication done i'll go back to the app where the request comed from.
thanks a lot