Exemplo n.º 1
0
        static void n_SetH5RefPage_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_aH5PrePage)
        {
            global::Com.UT.Mini.Base.UTMIVariables __this = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Base.UTMIVariables> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string aH5PrePage = JNIEnv.GetString(native_aH5PrePage, JniHandleOwnership.DoNotTransfer);

            __this.H5RefPage = aH5PrePage;
        }
Exemplo n.º 2
0
 static IntPtr n_GetH5RefPage(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.UT.Mini.Base.UTMIVariables __this = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Base.UTMIVariables> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.H5RefPage));
 }
Exemplo n.º 3
0
 static void n_SetToAliyunOSPlatform(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.UT.Mini.Base.UTMIVariables __this = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Base.UTMIVariables> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetToAliyunOSPlatform();
 }
Exemplo n.º 4
0
 static void n_SetUTMI1010_2001EventInstance_Lcom_ut_mini_sdkevents_UTMI1010_2001Event_(IntPtr jnienv, IntPtr native__this, IntPtr native_aInstance)
 {
     global::Com.UT.Mini.Base.UTMIVariables           __this    = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Base.UTMIVariables> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.UT.Mini.Sdkevents.UTMI1010_2001Event aInstance = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Sdkevents.UTMI1010_2001Event> (native_aInstance, JniHandleOwnership.DoNotTransfer);
     __this.UTMI1010_2001EventInstance = aInstance;
 }
Exemplo n.º 5
0
 static IntPtr n_GetUTMI1010_2001EventInstance(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.UT.Mini.Base.UTMIVariables __this = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Base.UTMIVariables> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.UTMI1010_2001EventInstance));
 }
Exemplo n.º 6
0
 static bool n_IsAliyunOSPlatform(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.UT.Mini.Base.UTMIVariables __this = global::Java.Lang.Object.GetObject <global::Com.UT.Mini.Base.UTMIVariables> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsAliyunOSPlatform);
 }