StorytellerCardViewDelegate

An interface for receiving callbacks related to data loading events from Storyteller Card components. Implement this interface to respond to data loading events in your application when using StorytellerCard. For more information on using Storyteller delegates, see the Storyteller Delegates Documentation.

Functions

Link copied to clipboard
abstract fun onDataLoadComplete(success: Boolean, error: StorytellerError?, dataCount: Int)

Called when the network request to load data for the list is complete.