toggle menu
stripe-android
androidJvm
switch theme
search in API
link
/
com.stripe.android.link.account
Package-level
declarations
Types
Types
Already
Logged
In
Link
Exception
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AlreadyLoggedInLinkException
(
val
email
:
String
?
,
val
accountStatus
:
AccountStatus
)
:
StripeException
Link
Store
Link copied to clipboard
@
Singleton
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
LinkStore
@
Inject
constructor
(
context
:
Context
)