GetTimelineEventConfig

data class GetTimelineEventConfig(var decryptionTimeout: Duration = INFINITE, var fetchTimeout: Duration = INFINITE, var fetchSize: Long = 20, var allowReplaceContent: Boolean = true)

Constructors

Link copied to clipboard
constructor(decryptionTimeout: Duration = INFINITE, fetchTimeout: Duration = INFINITE, fetchSize: Long = 20, allowReplaceContent: Boolean = true)

Properties

Link copied to clipboard

Define, if the content of a TimelineEvent will be replaced on a RelationType.Replace.

Link copied to clipboard

Timeout for decrypting events.

Link copied to clipboard

When the event does not exist locally, it is searched by fetching TimelineEvents: Maximum number of events fetched from the server at once.

Link copied to clipboard

When the event does not exist locally, it is searched by fetching TimelineEvents: Timeout how long the TimelineEvent is searched.

Functions