airwallex-android
Toggle table of contents
6.6.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
airwallex
/
com.airwallex.android.view
/
SchemaPaymentViewModel
/
Factory
Factory
class
Factory
(
application
:
Application
,
airwallex
:
Airwallex
,
session
:
AirwallexSession
)
:
ViewModelProvider.Factory
Members
Constructors
Factory
Link copied to clipboard
constructor
(
application
:
Application
,
airwallex
:
Airwallex
,
session
:
AirwallexSession
)
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