interface OnEnabledChangedListener
Listener for enabled property changed event
Since
1
onEnabledChanged |
Indicates the current activation status of the rules at this Bookmark (read/write). Modifying this will enable / disable the Bookmark. This will also be modified when the state of the Bookmark is modified from QiChat. abstract fun onEnabledChanged(enabled: Boolean!): Unit |