toggle menu
ZappBase
androidJvm
switch theme
search in API
Databinding
/
com.zappstudio.databinding.ui.webview
/
PrivacyPolicyViewModel
Privacy
Policy
View
Model
class
PrivacyPolicyViewModel
(
val
deviceInfoRepository
:
DeviceInfoRepository
)
:
ZappBaseViewModel
Members
Constructors
Privacy
Policy
View
Model
Link copied to clipboard
constructor
(
deviceInfoRepository
:
DeviceInfoRepository
)
Properties
device
Info
Repository
Link copied to clipboard
val
deviceInfoRepository
:
DeviceInfoRepository
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
add
Disposable
Link copied to clipboard
fun
addDisposable
(
disposable
:
Disposable
)
:
Boolean
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
get
Image
Link copied to clipboard
fun
getImage
(
observable
:
Observable
<
File
>
)
:
SingleLiveEvent
<
String
>
get
Koin
Link copied to clipboard
open
fun
getKoin
(
)
:
Koin
set
Version
Policy
Privacy
Link copied to clipboard
fun
setVersionPolicyPrivacy
(
policy
:
RemotePrivacyPolicy
)