Languages

Menu
Sites
Language
How to set a scheduled notification?

I am looking anywhere in the net and can't still find any solution.

I want to make pet simulator game on gear s2, and i need to notify the player when the pet is hungry. but i still didn't find anything on setting a scheduled notification.

If this is not acheivable, any other tips would be appreciated, thanks.

Responses

1 Replies
Iqbal Hossain

Hi~

You can manage schedule tasks using Tizen Web Calender API. 

A calendar is a collection of events or tasks, depending upon the calendar type. Each event or task has a series of attributes, such as purpose, starting time, and duration.

Go to https://developer.tizen.org/development/api-references/web-application?redirect=https://developer.tizen.org/dev-guide/2.4.0/org.tizen.web.apireference/html/device_api/mobile/tizen/calendar.html

 

The Notification API is mandatory for both Tizen mobile and wearable profiles, which means that it is supported in all mobile and wearable devices. All mandatory APIs are supported on the Tizen Emulators.

https://developer.tizen.org/development/tutorials/web-application/tizen-features/application/notification#create

 

Thanks