We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc72772 commit 2736990Copy full SHA for 2736990
aztec/src/main/kotlin/org/wordpress/aztec/plugins/IOnDrawPlugin.kt
@@ -7,9 +7,8 @@ import android.graphics.Canvas
7
*/
8
interface IOnDrawPlugin : IAztecPlugin {
9
/**
10
- * This method is called when onDraw method of AztecText is called.
+ * This method is called when onDraw method of AztecText is called but before the super call.
11
* @param canvas canvas of AztecText
12
- * @return html of the result
13
14
fun onDraw(canvas: Canvas)
15
}
0 commit comments