Bookmark

constructor(title: String, pageIdx: Long = 0, children: ArrayList<Bookmark> = arrayListOf(), mNativePtr: Long = -1)

Parameters

title

The title of the bookmark.

pageIdx

The page index of the bookmark.

children

The list of child bookmarks.

mNativePtr

The native pointer to the bookmark object (optional).