onTagsUpdated property

PublishSubject<List<String>> onTagsUpdated
getter/setter pair

This event will be triggered when topic tags are updated

Implementation

PublishSubject<List<String>> onTagsUpdated = PublishSubject<List<String>>();