qisdk / com.aldebaran.qi.sdk.object.conversation / BookmarkStatus / OnEnabledChangedListener

OnEnabledChangedListener

interface OnEnabledChangedListener

Listener for enabled property changed event

Since
1

Functions

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