ContentLocationContentResolver

Used for fetching publication text content related to a ContentLocation.

Functions

Link copied to clipboard
abstract suspend fun fetchTextContent(): String

Fetch the text content of the ContentLocation.

Link copied to clipboard
abstract suspend fun fetchTextContentAfter(textLength: Int): String

Fetch the text content immediately after the ContentLocation.

Link copied to clipboard
abstract suspend fun fetchTextContentBefore(textLength: Int): String

Fetch the text content immediately before the ContentLocation.