AndroidSDK
Toggle table of contents
2.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
AndroidSDK
CorePayments
/
com.paypal.android.corepayments
/
SessionStore
Session
Store
class
SessionStore
(
properties
:
MutableMap
<
String
,
String
?
>
=
mutableMapOf()
)
Members
Constructors
Session
Store
Link copied to clipboard
constructor
(
properties
:
MutableMap
<
String
,
String
?
>
=
mutableMapOf()
)
Functions
clear
Link copied to clipboard
fun
clear
(
)
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
String
?
restore
Link copied to clipboard
fun
restore
(
base64EncodedJSON
:
String
)
set
Link copied to clipboard
operator
fun
set
(
key
:
String
,
value
:
String
?
)
to
Base64Encoded
JSON
Link copied to clipboard
fun
toBase64EncodedJSON
(
)
:
String