Example #1
0
        static void n_SetPlaceHoldersMap_Ljava_util_HashMap_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Instabug.Library.InstabugCustomTextPlaceHolder __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            var p0 = global::Android.Runtime.JavaDictionary <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder.Key, string> .FromJniHandle(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.SetPlaceHoldersMap(p0);
        }
Example #2
0
        static void n_Set_Lcom_instabug_library_InstabugCustomTextPlaceHolder_Key_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Com.Instabug.Library.InstabugCustomTextPlaceHolder     __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Instabug.Library.InstabugCustomTextPlaceHolder.Key p0     = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder.Key> (native_p0, JniHandleOwnership.DoNotTransfer);
            string p1 = JNIEnv.GetString(native_p1, JniHandleOwnership.DoNotTransfer);

            __this.Set(p0, p1);
        }
Example #3
0
        static IntPtr n_Get_Lcom_instabug_library_InstabugCustomTextPlaceHolder_Key_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Instabug.Library.InstabugCustomTextPlaceHolder     __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Instabug.Library.InstabugCustomTextPlaceHolder.Key p0     = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugCustomTextPlaceHolder.Key> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.NewString(__this.Get(p0));

            return(__ret);
        }