IBM
LOT-404 · Question #88
Which code will make a webview overlay visible in the Cordova plugin for Android?
The correct answer is C. webViewOverlay.setVisibility(android.view.View.VISIBLE). See the full explanation below for the reasoning.
Question
Which code will make a webview overlay visible in the Cordova plugin for Android?
Options
- AwebViewOverlay.makeVisible();
- BwebViewOverlay.setVisibility(true);
- CwebViewOverlay.setVisibility(android.view.View.VISIBLE);
- DwebViewOverlay.set("visibility", android.view.View.VISIBLE);
How the community answered
(27 responses)- A4% (1)
- B15% (4)
- C74% (20)
- D7% (2)
Community Discussion
No community discussion yet for this question.