public static interface MathWidgetApi.OnConfigureListener
Modifier and Type | Method and Description |
---|---|
void |
onConfigureBegin(MathWidgetApi widget)
Called when handwriting configuration starts.
|
void |
onConfigureEnd(MathWidgetApi widget,
boolean success)
Called when handwriting configuration ends.
|
void onConfigureBegin(MathWidgetApi widget)
widget
- the Math Widget instance involved.void onConfigureEnd(MathWidgetApi widget, boolean success)
In case of failure, you may retrieve more information by calling MathWidgetApi.getErrorString()
.
widget
- the Math Widget instance involved.success
- true
if configuration succeeded, false
otherwise.MathWidgetApi.getErrorString()