IBM
C2180-408 · Question #35
A mobile application developer needs to invoke a native page from the webpage In a Hybrid application using WL.Nativepage.show ("com.nativepage" ,arg,param) What is the arg parameter In the…
The correct answer is B. The function that gets called on return from native page. See the full explanation below for the reasoning.
Question
A mobile application developer needs to invoke a native page from the webpage In a Hybrid application using WL.Nativepage.show ("com.nativepage" ,arg,param) What is the arg parameter In the statement above?
Options
- AThe variables that are being passed to the native page.
- BThe function that gets called on return from native page.
- CThe variable that will hold the return object from native page.
- DThe name of the error handler class that should be invoked incase of error
How the community answered
(33 responses)- A12% (4)
- B79% (26)
- C6% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.