getAnnotationsJson

abstract fun getAnnotationsJson(@IntRange(from = 0) pageIndex: Int): String

Returns a JSON array in string format of annotations on the page.

Note: this call may block for a while and should not be invoked on the main thread.

Return

JSON array string.

Parameters

pageIndex

0-indexed page number.