toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.settings.extensions
/
RepoDiffCallback
Repo
Diff
Callback
class
RepoDiffCallback
(
oldList
:
List
<
RepositoryData
>
,
newList
:
Array
<
RepositoryData
>
)
(
source
)
Members
Constructors
Repo
Diff
Callback
Link copied to clipboard
constructor
(
oldList
:
List
<
RepositoryData
>
,
newList
:
Array
<
RepositoryData
>
)
Functions
are
Contents
The
Same
Link copied to clipboard
open
fun
areContentsTheSame
(
oldItemPosition
:
Int
,
newItemPosition
:
Int
)
:
Boolean
are
Items
The
Same
Link copied to clipboard
open
fun
areItemsTheSame
(
oldItemPosition
:
Int
,
newItemPosition
:
Int
)
:
Boolean
get
New
List
Size
Link copied to clipboard
open
fun
getNewListSize
(
)
:
Int
get
Old
List
Size
Link copied to clipboard
open
fun
getOldListSize
(
)
:
Int