library
Toggle table of contents
4.12.0-dev
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
library
library
/
org.xmtp.android.library
/
NotificationConfig
/
NotificationConfig
Notification
Config
constructor
(
channel
:
NotificationChannel
,
consentStates
:
List
<
ConsentState
>
=
listOf(ConsentState.ALLOWED)
,
includeWelcomes
:
Boolean
=
true
,
includeSyncGroups
:
Boolean
=
false
,
includeCommits
:
Boolean
=
false
)