Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.paywall.view
/
ViewStorageViewModel
View
Storage
View
Model
androidJvm
class
ViewStorageViewModel
:
ViewModel
,
ViewStorage
(
source
)
Members
Constructors
View
Storage
View
Model
Link copied to clipboard
androidJvm
constructor
(
)
Properties
views
Link copied to clipboard
androidJvm
open
override
val
views
:
ConcurrentHashMap
<
String
,
View
>
Functions
add
Closeable
Link copied to clipboard
androidJvm
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
all
Link copied to clipboard
androidJvm
open
fun
all
(
)
:
List
<
View
>
get
Closeable
Link copied to clipboard
androidJvm
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
keys
Link copied to clipboard
androidJvm
open
fun
keys
(
)
:
MutableSet
<
String
>
remove
View
Link copied to clipboard
androidJvm
open
fun
removeView
(
key
:
String
)
retrieve
View
Link copied to clipboard
androidJvm
open
fun
retrieveView
(
key
:
String
)
:
View
?
store
View
Link copied to clipboard
androidJvm
open
fun
storeView
(
key
:
String
,
view
:
View
)