interface OnEnabledChangedListener
Listener for enabled property changed event
Since
1
onEnabledChanged |
Indicates the current activation status of the topic Modifying this will enable / disable the Topic. abstract fun onEnabledChanged(enabled: Boolean!): Unit |