I want to make an application using the timer function. However, it was not on the guide or reference. I would like to implement the following functions, is it possible?
1. Set the time on the setting screen
2. When the time comes, the application starts automatically
3. Change the screen display according to the set time
I feel I can implement it if I understand the following.
· Which API can implement timers?
· How does the application side receive a timer callback?
· Can you pass parameters to the callback method?
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Out of curiosity, the built-in fitbit timer app is able to open itself when a timer is finished. Was this app written using the same SDK that's available to the developer community?
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
@jrtomsic wrote:
Out of curiosity, the built-in fitbit timer app is able to open itself when a timer is finished. Was this app written using the same SDK that's available to the developer community?
No, the Timer app was built before the SDK existed and has access to functionality within the OS which hasn't been exposed via the SDK at this time.