Important Points
- Native apps can call webOS service through luna-service2 library.
- A native app must register itself to System and Application Manager (SAM) by calling the
registerApp
method. It establishes a connection between the SAM and the native app. The SAM can then pass launch status (such as “registered” or “relaunch”) and launch parameters to the native app through the connection. - For UI of the native app, you can use Qt or QML.