android.widget.TextView.BufferType.BufferType C# (CSharp) Method

BufferType() static private method

static private BufferType ( )
            static BufferType()
            {
                global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
                global::android.widget.TextView.BufferType.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/widget/TextView$BufferType"));
                global::android.widget.TextView.BufferType._EDITABLE6107 = @__env.GetStaticFieldIDNoThrow(global::android.widget.TextView.BufferType.staticClass, "EDITABLE", "Landroid/widget/TextView$BufferType;");
                global::android.widget.TextView.BufferType._NORMAL6108 = @__env.GetStaticFieldIDNoThrow(global::android.widget.TextView.BufferType.staticClass, "NORMAL", "Landroid/widget/TextView$BufferType;");
                global::android.widget.TextView.BufferType._SPANNABLE6109 = @__env.GetStaticFieldIDNoThrow(global::android.widget.TextView.BufferType.staticClass, "SPANNABLE", "Landroid/widget/TextView$BufferType;");
            }

Same methods

TextView.BufferType::BufferType ( global @__env )