11.07.2015 Views

Development Techniques for Native/Hybrid Tizen Apps

Development Techniques for Native/Hybrid Tizen Apps

Development Techniques for Native/Hybrid Tizen Apps

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Message Porting: Web Step 2• Launch service applicationfunction onSuccess() {console.log("Service App launched successfully!");}function onError(err) {console.log("Service Applaunch failed ="+ err);}try {tizen.application.launch(appId, onSuccess, onError);} catch (e) {// handle error}16

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!