toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.settings.extensions
/
PluginAdapter
Plugin
Adapter
class
PluginAdapter
(
val
iconClickCallback
:
(
Plugin
)
->
Unit
)
(
source
)
Members
Constructors
Plugin
Adapter
Link copied to clipboard
constructor
(
iconClickCallback
:
(
Plugin
)
->
Unit
)
Types
Companion
Link copied to clipboard
object
Companion
Plugin
View
Holder
Link copied to clipboard
inner
class
PluginViewHolder
(
val
binding
:
<Error class: unknown class>
)
Properties
icon
Click
Callback
Link copied to clipboard
val
iconClickCallback
:
(
Plugin
)
->
Unit
Functions
get
Item
Count
Link copied to clipboard
open
fun
getItemCount
(
)
:
Int
on
Bind
View
Holder
Link copied to clipboard
open
fun
onBindViewHolder
(
holder
:
<Error class: unknown class>
,
position
:
Int
)
on
Create
View
Holder
Link copied to clipboard
open
fun
onCreateViewHolder
(
parent
:
ViewGroup
,
viewType
:
Int
)
:
<Error class: unknown class>
on
View
Recycled
Link copied to clipboard
open
fun
onViewRecycled
(
holder
:
<Error class: unknown class>
)
update
List
Link copied to clipboard
fun
updateList
(
newList
:
List
<
PluginViewData
>
)