toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.activity.main
/
MainViewModel
/
AppNotificationEnable
App
Notification
Enable
data
class
AppNotificationEnable
(
val
notice
:
Boolean
=
true
,
val
event
:
Boolean
=
true
,
val
app
:
Boolean
=
true
)
Members
Constructors
App
Notification
Enable
Link copied to clipboard
constructor
(
notice
:
Boolean
=
true
,
event
:
Boolean
=
true
,
app
:
Boolean
=
true
)
Properties
app
Link copied to clipboard
val
app
:
Boolean
=
true
event
Link copied to clipboard
val
event
:
Boolean
=
true
notice
Link copied to clipboard
val
notice
:
Boolean
=
true