nerdexam
Oracle

1Z0-441 · Question #2

For a MAF application to register anURL scheme to be invoked by other applications on the device, it must define two things. First, it defines the URL scheme in themaf- application.xmlfile. What is…

The correct answer is B. Within the application's LifeCycleListenerImpl.start() method, register an EventListener. See the full explanation below for the reasoning.

Question

For a MAF application to register anURL scheme to be invoked by other applications on the device, it must define two things. First, it defines the URL scheme in themaf- application.xmlfile. What is the second thing the application must do to be invoked and handle the event when the application is initiated by the URL scheme?

Options

  • AIn themaf-application.xmlfile, define an event listener with an associated Java class to
  • BWithin the application's LifeCycleListenerImpl.start() method, register an EventListener
  • CInclude an URL scheme Cordova plugin to respond to the event on each platform.
  • DIn themaf-application.xmlfile, configure the 'Push-Notification' device access privilege.

How the community answered

(45 responses)
  • A
    11% (5)
  • B
    80% (36)
  • C
    7% (3)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-441 Practice