SyncFilterParams

data class SyncFilterParams(    val lazyLoadMembersForStateEvents: Boolean? = null,     val lazyLoadMembersForMessageEvents: Boolean? = null,     val useThreadNotifications: Boolean? = null,     val listOfSupportedEventTypes: List<String>? = null,     val listOfSupportedStateEventTypes: List<String>? = null)

Constructors

Link copied to clipboard
fun SyncFilterParams(    lazyLoadMembersForStateEvents: Boolean? = null,     lazyLoadMembersForMessageEvents: Boolean? = null,     useThreadNotifications: Boolean? = null,     listOfSupportedEventTypes: List<String>? = null,     listOfSupportedStateEventTypes: List<String>? = null)

Properties

Link copied to clipboard
val lazyLoadMembersForMessageEvents: Boolean? = null
Link copied to clipboard
val lazyLoadMembersForStateEvents: Boolean? = null
Link copied to clipboard
val listOfSupportedEventTypes: List<String>? = null
Link copied to clipboard
val listOfSupportedStateEventTypes: List<String>? = null
Link copied to clipboard
val useThreadNotifications: Boolean? = null