stripe-android
stripe-core
/
com.stripe.android.core.networking
/
StripeConnection
/
Default
Default
class
Default
:
StripeConnection.AbstractConnection
<
String
>
Default
StripeConnection
that converts the ResponseStream to a String.
Functions
Properties
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
create
Body
From
Response
Stream
Link copied to clipboard
open
override
fun
createBodyFromResponseStream
(
responseStream
:
InputStream
?
)
:
String
?
Convert stream to a String
Properties
response
Link copied to clipboard
open
override
val
response
:
StripeResponse
<
String
>
response
Code
Link copied to clipboard
open
override
val
responseCode
:
Int