stripe-android
payments-core
/
com.stripe.android.polling
/
IntentStatusPoller
/
Config
Config
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Config
(
val
clientSecret
:
String
,
val
maxAttempts
:
Int
)
Constructors
Properties
Constructors
Config
Link copied to clipboard
fun
Config
(
clientSecret
:
String
,
maxAttempts
:
Int
)
Properties
client
Secret
Link copied to clipboard
val
clientSecret
:
String
max
Attempts
Link copied to clipboard
val
maxAttempts
:
Int