nerdexam
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)
  • A
    4% (1)
  • B
    15% (4)
  • C
    74% (20)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full LOT-404 Practice