observePage

abstract fun observePage(limit: Int, offset: Int): Flow<List<AiGenerationResult>>(source)

Loads SDAI data through observePage.

Return

Result produced by observePage.

Author

Dmitriy Moroz

Parameters

limit

limit value consumed by the API.

offset

offset value consumed by the API.