ButtonState
Builds a button state object for a given key, description, state manager and event type.
Parameters
The Android application context.
The given key used to identify the button glyph.
The given accessible descripiton.
The, likely null, custom image to use instead of the icon font face.
The event type to emit when the the button is clicked.
Builds a button state object for a given key, description and state manager.
Parameters
The Android application context.
The given key used to identify the button glyph.
The given accessible descripiton.
The, likely null, custom image to use instead of the icon font face.
A handler to use instead of emitting an event.
Builds a button state object for a given key, description and state manager.
Parameters
The Android application context.
The given key used to identify the button glyph.
The given accessible descripiton.
The, likely null, custom image to use instead of the icon font face.
The event type to emit for this button state.
A handler to invoke when the event type is null.