dpogue commented on issue #1410:
URL: https://github.com/apache/cordova-ios/issues/1410#issuecomment-1999015605

   A `CDVPlugin` has a `commandDelegate` property that is a 
`CDVCommandDelegate`. `CDVCommandDelegate` is a protocol (interface) that is 
part of the public API.
   
   `CDVCommandDelegateImpl` is the private implementation of that interface, 
and was never intended to be exposed as public API. In practice, the 
`CDVPlugin` `commandDelegate` is a `CDVCommandDelegateImpl` instance, but that 
is an implementation detail. Everything that a plugin should need to do with 
the command delegate is available on the [`CDVCommandDelegate` 
protocol](https://github.com/apache/cordova-ios/blob/c97845acb7e4fe659c0f71103bef44700da37d5c/CordovaLib/include/Cordova/CDVCommandDelegate.h).


-- 
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