onDataLoadComplete

abstract fun onDataLoadComplete(success: Boolean, error: StorytellerError?, dataCount: Int)

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

Parameters

success

true if the data was loaded successfully, false otherwise.

error

An StorytellerError object containing details about the failure, if success is false. null otherwise.

dataCount

The total number of items (Stories or Clips) currently in the list after the load attempt.