setPage

fun setPage(pageIndex: Int, message: Message): Book

Sets a page of the book to the specified message.

Return

the current book to allow method chaining

Parameters

pageIndex

the index of the page to set

message

the message to set the page to

Sources

Link copied to clipboard