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.
TextView.init()
1 parent 47a5a35 commit 84ca600Copy full SHA for 84ca600
Sources/AndroidWidget/TextView.swift
@@ -5,9 +5,14 @@ import JavaKitCollection
5
import JavaKitFunction
6
import JavaRuntime
7
import AndroidView
8
+import AndroidContent
9
10
@JavaClass("android.widget.TextView")
11
open class TextView: AndroidView.View {
12
+
13
+ @JavaMethod
14
+ @_nonoverride public convenience init(_ arg0: AndroidContent.Context?, environment: JNIEnvironment? = nil)
15
16
@JavaMethod
17
open func length() -> Int32
18
0 commit comments