Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui
/
BaseFragment
/
BindingCreator
/
Inflate
Inflate
class
Inflate
<
T
:
ViewBinding
>
(
val
fn
:
(
LayoutInflater
,
ViewGroup
?
,
Boolean
)
->
T
)
:
BaseFragment.BindingCreator
<
T
>
(
source
)
Use the standard inflate() method for creating the binding.
Parameters
fn
Lambda that inflates the binding.
Members
Constructors
Inflate
Link copied to clipboard
constructor
(
fn
:
(
LayoutInflater
,
ViewGroup
?
,
Boolean
)
->
T
)
Properties
fn
Link copied to clipboard
val
fn
:
(
LayoutInflater
,
ViewGroup
?
,
Boolean
)
->
T