There is an undocumented inbox.pop function that appears within the SDK V3 code samples in https://dev.fitbit.com/blog/2018-12-17-its-time-to-exercise-with-fitbit-os-3/ but not in any of the inbox modules (app or companion).
What are its type definitions? Where is it available?
Answered! Go to the 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.
Thanks for letting us know. I'll try to find out why it was omitted during the documentation generation.
Inbox extends EventTarget, and pop() is:
pop(): Promise<InboxItem | null>
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.