snapfeed library
Classes
-
Snapfeed
-
This is the Snapfeed widget and represents the core of all Snapfeed
functionality. For optimal performance make sure to place this widget at the
very top of your widget tree or make it the root one. [...]
-
SnapfeedConfig
-
Used to configure Snapfeed. You can overwrite all values by directly
invoking it's constructor, or, if you just want to overwrite a few options,
use
SnapfeedConfig.defaultConfig(...)
. [...]
-
SnapfeedController
-
This class represents the public API of Snapfeed. You'll use this class
to interact with Snapfeeds functionality.