toggle menu
richiesdk
androidJvm
switch theme
search in API
booklibraryui
/
fi.richie.booklibraryui.analytics
/
EditionsEventLogger
/
State
State
data
class
State
(
var
currentPageNumber
:
Int
=
-1
,
var
currentPageCount
:
Int
=
-1
)
Members
Constructors
State
Link copied to clipboard
constructor
(
currentPageNumber
:
Int
=
-1
,
currentPageCount
:
Int
=
-1
)
Properties
current
Page
Count
Link copied to clipboard
var
currentPageCount
:
Int
current
Page
Number
Link copied to clipboard
var
currentPageNumber
:
Int
has
Current
Page
Link copied to clipboard
val
hasCurrentPage
:
Boolean