getLiveAccountDataEvents

abstract fun getLiveAccountDataEvents(types: Set<String>): LiveData<List<RoomAccountDataEvent>>

Observe the account data with the provided types. If an empty set is provided, all the AccountData are observed.