Esempio n. 1
0
        static IntPtr n_Get_Lcom_instabug_library_IBGCustomTextPlaceHolder_Key_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Instabug.Library.IBGCustomTextPlaceHolder     __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.IBGCustomTextPlaceHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Instabug.Library.IBGCustomTextPlaceHolder.Key p0     = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.IBGCustomTextPlaceHolder.Key> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.NewString(__this.Get(p0));

            return(__ret);
        }
Esempio n. 2
0
        static void n_Set_Lcom_instabug_library_IBGCustomTextPlaceHolder_Key_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Com.Instabug.Library.IBGCustomTextPlaceHolder     __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.IBGCustomTextPlaceHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Instabug.Library.IBGCustomTextPlaceHolder.Key p0     = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.IBGCustomTextPlaceHolder.Key> (native_p0, JniHandleOwnership.DoNotTransfer);
            string p1 = JNIEnv.GetString(native_p1, JniHandleOwnership.DoNotTransfer);

            __this.Set(p0, p1);
        }
Esempio n. 3
0
 static IntPtr n_GetConvertedHashMap(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Instabug.Library.IBGCustomTextPlaceHolder __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.IBGCustomTextPlaceHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaDictionary <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder.Key, string> .ToLocalJniHandle(__this.ConvertedHashMap));
 }