toggle menu
braintree_android
5.2.0
androidJvm
switch theme
search in API
BraintreeCore
/
com.braintreepayments.api.core
/
ConfigurationCallback
Configuration
Callback
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
interface
ConfigurationCallback
Callback for receiving result of
BraintreeClient.getConfiguration
.
Members
Functions
on
Result
Link copied to clipboard
abstract
fun
onResult
(
configuration
:
Configuration
?
,
error
:
Exception
?
)