easydev_story_view library
Classes
- EasyDevStory
- Stories viewer. Has support for images, videos, and simple content.
- EasyDevStoryContent
- Base class for story contents. Every story content type must be a subtype of this class.
- EasyDevStoryController
- A controller for manipulating flow and listening user interactions.
- EasyDevStoryStyle
- ImageContent
- Image story content.
- ImageNetworkSlideItem
- A customizable story image slider item.
- IndicatorStyle
- Story progress indicator styles.
- ManagedContent
- Base class for ImageContent and VideoContent.
- SimpleCustomContent
- Type for contents using sources that can be loaded synchronously. For example Text, AssetImage etc.
- SimpleCustomSlideItem
- A customizable story simple content slider item. For contents using sources that can be loaded synchronously. For example Text, AssetImage etc.
- SliderStyle
- Styles for slider list.
- Story
- Group of image, video, custom story contents. A story may include one or more contents.
- StoryContent
- Base class for story contents. Advanced story types should extend this class to use EasyDevStory capability.
-
StoryContentState<
T extends StoryContent> - State class for StoryContent. This class provides EasyDevStory functionality to story contents.
- Default class for story footer.
- StoryPosition
- Position of the story.
- VideoContent
- View for video contents.