get Live Account Data Events
abstract fun getLiveAccountDataEvents(types: Set<String>): LiveData<List<RoomAccountDataEvent>>
Content copied to clipboard
Observe the account data with the provided types. If an empty set is provided, all the AccountData are observed.