示例#1
0
        static void n_SetMessageKey_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Applozic.Mobicomkit.Feed.MessageResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.MessageResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.MessageKey = p0;
        }
示例#2
0
 static void n_SetConversationId_Ljava_lang_Integer_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Applozic.Mobicomkit.Feed.MessageResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.MessageResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Integer p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Integer> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.ConversationId = p0;
 }
示例#3
0
 static IntPtr n_GetConversationId(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Applozic.Mobicomkit.Feed.MessageResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.MessageResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ConversationId));
 }
示例#4
0
 static IntPtr n_GetMessageKey(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Applozic.Mobicomkit.Feed.MessageResponse __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.MessageResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.MessageKey));
 }