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
constructor(lazyLoadMembersForStateEvents: Boolean? = null, lazyLoadMembersForMessageEvents: Boolean? = null, useThreadNotifications: Boolean? = null, listOfSupportedEventTypes: List<String>? = null, listOfSupportedStateEventTypes: List<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard