Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui.map.adapters
/
ItineraryAdapter
/
ItineraryDiffCallback
Itinerary
Diff
Callback
open
inner
class
ItineraryDiffCallback
:
DiffUtil.Callback
Members
Constructors
Itinerary
Diff
Callback
Link copied to clipboard
constructor
(
oldList
:
List
<
ItineraryItem
>
,
newList
:
List
<
ItineraryItem
>
)
Functions
are
Contents
The
Same
Link copied to clipboard
open
fun
areContentsTheSame
(
oldPos
:
Int
,
newPos
:
Int
)
:
Boolean
are
Items
The
Same
Link copied to clipboard
open
fun
areItemsTheSame
(
oldPos
:
Int
,
newPos
:
Int
)
:
Boolean
get
Change
Payload
Link copied to clipboard
open
fun
getChangePayload
(
oldItemPosition
:
Int
,
newItemPosition
:
Int
)
:
Any
get
New
List
Size
Link copied to clipboard
open
fun
getNewListSize
(
)
:
Int
get
Old
List
Size
Link copied to clipboard
open
fun
getOldListSize
(
)
:
Int