ButtonState
Provides a class to manage a given button state, for example, the "play" state. A given key will define the glyph on the button face. The action associated with this button state can be to emit an SDK event or invoke an operation directly via a secondary on-click listener.
Constructors
Link copied to clipboard
Builds a button state object for a given key, description, state manager and event type.
Builds a button state object for a given key, description and state manager.
constructor(context: Context, key: Int, desc: Int, image: Drawable, eventType: String, handler: OnClickListener)
Builds a button state object for a given key, description and state manager.