public static interface InkView.InkListener
| Modifier and Type | Method and Description |
|---|---|
void |
onInkClear()
Callback method when the ink view has been cleared
|
void |
onInkDraw()
Callback method when the ink view receives a touch event
(Will be fired multiple times during a signing)
|