IBM
C2180-279 · Question #82
A web page in a Worklight mobile application invokes a native page using the following function call: WL.NativePage.show("com.demo.NativePage", parm2, data); What needs to be passed to the native…
The correct answer is B. the function object that is called upon return from the native page. See the full explanation below for the reasoning.
Question
A web page in a Worklight mobile application invokes a native page using the following function call: WL.NativePage.show("com.demo.NativePage", parm2, data); What needs to be passed to the native page in the parm2 parameter?
Options
- Athe name of an HTML error page that is displayed in case of error
- Bthe function object that is called upon return from the native page
- Cthe name of a native error-handler class that is invoked in case of error
- Dthe URL of the web page that is displayed upon return from the native page
How the community answered
(22 responses)- A5% (1)
- B82% (18)
- C5% (1)
- D9% (2)
Community Discussion
No community discussion yet for this question.