app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
com.example.remindmind
/
NotificationSettings
/
NotificationSettings
Notification
Settings
constructor
(
repeatType
:
RepeatType
=
RepeatType.ONCE
,
selectedDays
:
Set
<
WeekDay
>
=
emptySet()
,
soundUri
:
Uri
=
Settings.System.DEFAULT_NOTIFICATION_URI
,
isVibrationEnabled
:
Boolean
=
true
,
repeatCount
:
Int
=
0
,
repeatIntervalMinutes
:
Int
=
5
)