Example #1
0
        static IntPtr n_GetContactContent_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Applozic.Mobicomkit.Api.People.MTUserClientService __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Api.People.MTUserClientService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0    = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.GetContactContent(p0));

            return(__ret);
        }
Example #2
0
 static IntPtr n_GetCheckForMtUser(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Applozic.Mobicomkit.Api.People.MTUserClientService __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Api.People.MTUserClientService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.CheckForMtUser));
 }