rasp
Toggle table of contents
1.7.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
rasp
rasp
/
com.pradeo.rasp.sdk
/
Watcher
/
Application
/
ApplicationModel
Application
Model
class
ApplicationModel
(
val
rasp
:
RASP
)
:
ViewModel
Members
Constructors
Application
Model
Link copied to clipboard
constructor
(
rasp
:
RASP
)
Properties
newPackage
Installed
Link copied to clipboard
val
newPackageInstalled
:
StateFlow
<
ApplicationMetadata
?
>
rasp
Link copied to clipboard
val
rasp
:
RASP
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?