stripe-android
link
/
com.stripe.android.link.injection
/
LinkPaymentLauncherFactory
Link
Payment
Launcher
Factory
@
AssistedFactory
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
interface
LinkPaymentLauncherFactory
Content copied to clipboard
Functions
Functions
create
Link copied to clipboard
abstract
fun
create
(
@
Assisted
(
value
=
"merchantName"
)
merchantName
:
String
,
@
Assisted
(
value
=
"customerEmail"
)
customerEmail
:
String
?
,
@
Assisted
(
value
=
"customerPhone"
)
customerPhone
:
String
?
)
:
LinkPaymentLauncher
Content copied to clipboard