prismsdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
prismsdk
prismsdk
/
tech.prismlabs.prismsdk.ui.performance
/
FrameRateModelFactory
Frame
Rate
Model
Factory
class
FrameRateModelFactory
(
frameDistributor
:
FrameDistributor
)
:
ViewModelProvider.Factory
Members
Constructors
Frame
Rate
Model
Factory
Link copied to clipboard
constructor
(
frameDistributor
:
FrameDistributor
)
Functions
create
Link copied to clipboard
open
fun
<
T
:
ViewModel
>
create
(
modelClass
:
Class
<
T
>
,
extras
:
CreationExtras
)
:
T
open
fun
<
T
:
ViewModel
>
create
(
modelClass
:
KClass
<
T
>
,
extras
:
CreationExtras
)
:
T
open
override
fun
<
T
:
ViewModel
>
create
(
modelClass
:
Class
<
T
>
)
:
T