How to register the event of an alarm?

How to register the event of an alarm?

BY 25 Jul 2015 Web Application Development

Hi! 

I’m developing a Web App. I’ve registered the alarm on this App.

And also check the id value for an alarm.

However, I do not know how to generate the event when the time for the alarm washed over that (for example vibrations or sounds.)

var date = new Date(2015,6,25,4,57);

tizen.alarm.add(alarm2, tizen.application.getCurrentApplication().appInfo.id );

There is a process to register with the code for the alarm.

But just that. I do not know how to cause any vibrations or sounds such events.

could you plz help me?

Written by