An intent has an action and a URL, which is exactly the same as CHAPI has.
My 1st idea was that CHAPI does not support the returning of values as Intents do. But actually it does, as the
finish
method describes:The content handler may modify the URL, type, action, or arguments before invoking
finish
. If the method Invocation.getResponseRequired
returns true
, then the modified values MUST be returned to the invoking application.So all we have to do is collect and document CHAPI handlers implemented by 3rd party vendors and describe them as OpenIntents do for intent receiver on android.
There is already a lot of things you can do with CHAPI:
But this could just be the beginning. We could create a different way of reusage of components and services via CHAPI.
interesting blog. It would be great if you can provide more details about it. Thanks you
AntwortenLöschen-------------------------------------------------------------------------------------------------------
Blackberry Developer