toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui
/
ViewModelFactory
View
Model
Factory
public
class
ViewModelFactory
ViewModelFactory for creating ViewModel instances with constructor parameters.
Since
5.12.0
Members
Constructors
View
Model
Factory
Link copied to clipboard
public
void
ViewModelFactory
(
Array
<
Object
>
params
)
Functions
create
Link copied to clipboard
public
T
create
<
T
extends
ViewModel
>
(
Class
<
T
>
modelClass
)