Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "StopRefreshing")
data class StopRefreshingEventSchema(val id: String, val trigger: EventTrigger, val events: SerializableImmutableList<EventSchema>?, val tileId: String) : EventSchema

Stops the loading indicator of the PullToRefresh tile identified by tileId, by dispatching a PullToRefreshTileEvents.StopRefreshing to it. The tile never hides the spinner on its own, so this event has to close every refresh flow — on the success branch and on the failure branch alike.