Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 493 Bytes

File metadata and controls

26 lines (16 loc) · 493 Bytes

Titanium iOS / Android Widgets

Use the iOS 14+ WidgetKit and Android Widget API's in Titanium. iOS Note: You can create widgets without this module. This one is only necessary for advanced widget communication, e.g. triggering a widget refresh from the companion app.

Requirements

  • iOS 14+
  • Android 5+

Example

import TiWidgetKit from 'ti.widgetkit';

TiWidgetKit.reloadAllTimelines();

License

MIT

Author

Hans Knöchel (iOS) Michael Gangolf (Android)