AnteaterKit opened a new issue #1218:
URL: https://github.com/apache/cordova-ios/issues/1218


   <!------------^ Click "Preview" for a nicer view! -->
   
   I try to call callback a several times from swift plugin. But I receive 
callback only one time in js.
   self.commandDelegate!.send(pluginResult, callbackId:command.callbackId)
   I found setKeepCallback in [java]( 
https://github.com/apache/cordova-android/blob/3081e5e6e91c32e507423411196b184325baa935/framework/src/org/apache/cordova/PluginResult.java#L93)
    
   But in swift i get error:
   
   error: value of type 'CDVPluginResult?' has no member 'setKeepCallback'
   pluginResult.setKeepCallback(true);
   
   What's another way to do this?
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to