MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
appverifier
/
com.android.mdl.appreader.settings
/
CaCertificatesViewModel
Ca
Certificates
View
Model
class
CaCertificatesViewModel
:
ViewModel
Members
Constructors
Ca
Certificates
View
Model
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
current
Certificate
Item
Link copied to clipboard
val
currentCertificateItem
:
StateFlow
<
CertificateItem
?
>
screen
State
Link copied to clipboard
val
screenState
:
StateFlow
<
CaCertificatesScreenState
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
delete
Certificate
Link copied to clipboard
fun
deleteCertificate
(
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
load
Certificates
Link copied to clipboard
fun
loadCertificates
(
)
set
Current
Certificate
Item
Link copied to clipboard
fun
setCurrentCertificateItem
(
certificateItem
:
CertificateItem
)