toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.event
/
ReportingEvent
/
PageSwipe
Page
Swipe
open
class
PageSwipe
:
ReportingEvent.PagerReportingEvent
Bubbled up to the top level when a pager changes page due to a swipe.
Members
Constructors
Page
Swipe
Link copied to clipboard
constructor
(
@
NonNull
pagerData
:
PagerData
,
fromPageIndex
:
Int
,
@
NonNull
fromPageId
:
String
,
toPageIndex
:
Int
,
@
NonNull
toPageId
:
String
)
Properties
from
Page
Id
Link copied to clipboard
@get:
NonNull
val
fromPageId
:
String
from
Page
Index
Link copied to clipboard
val
fromPageIndex
:
Int
to
Page
Id
Link copied to clipboard
@get:
NonNull
val
toPageId
:
String
to
Page
Index
Link copied to clipboard
val
toPageIndex
:
Int
Inherited properties
pager
Data
Link copied to clipboard
@
NonNull
@get:
NonNull
val
pagerData
:
PagerData
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String