Skip to content

API Libraries

Shawn Bow edited this page Jan 22, 2015 · 6 revisions

Download API Libraries

Here you can download the APIs that will enable your application to fling content to a large display connected to a flint receiver device. Flint provides developers both sender SDK and receiver SDK. Sender SDK will be provided on multiple platforms including HTML5, Android, iOS etc., and Receiver SDK is provided on Firefox OS in JavaScript.

Sender API libraries

Receiver API library

  • Flint Receiver API
    • Just include the JavaScript libraries URL into your receiver apps.
        <script src="//openflint.github.io/flint-web-sdk/out/flint_receiver_sdk.js"></script>
        <script src="//openflint.github.io/flint-web-sdk/out/libs/mediaplayer.js"></script>

API Reference

The reference provides API documentation for two types of applications:

  • A sender application that manages the user interaction with the content.
  • A receiver application that runs in the devices with Flint Service.

Sender App API Reference

For sender apps, Flint supports development for the Android, iOS and HTML5 with the following documentation.

Receiver App API Reference

The receiver app is an web application running on the receiver device. The API is documented here:


Sample apps

  • Flint
    • [Developer's Guide](Developer Guide for Flint)
      • [Web Sender Apps](Web Sender App Development)
      • [Android Sender Apps](Android Sender App Development)
      • [iOS Sender Apps](iOS Sender App Development)
      • [Receiver Apps](Receiver Apps Development)
      • Chromecast App Porting
    • [API Libraries](API Libraries)
    • [Flint Protocol Docs](Flint Protocol Docs)
  • Matchstick
    • [Flashing Instructions](Flashing Instructions for Matchstick)
    • [Build Your Matchstick](Build Your Matchstick)
    • [Flashing Your Build](Flashing Your Build)
    • [Setup Your Matchstick](Setup Your Matchstick)
    • [Setup USB Mode](Setup USB Mode for Matchstick)
    • [Supported Media](Supported Media for Matchstick)

Clone this wiki locally