static void n_SetSmsFormat_Ljava_lang_String_Ljava_lang_String_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			string p0 = JNIEnv.GetString (native_p0, JniHandleOwnership.DoNotTransfer);
			string p1 = JNIEnv.GetString (native_p1, JniHandleOwnership.DoNotTransfer);
			__this.SetSmsFormat (p0, p1);
		}
Пример #2
0
        static IntPtr n_CreateConversation_Lcom_applozic_mobicommons_people_channel_Conversation_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Applozic.Mobicomkit.Api.Conversation.Service.ConversationService __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Api.Conversation.Service.ConversationService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Applozic.Mobicommons.People.Channel.Conversation p0 = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicommons.People.Channel.Conversation> (native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.CreateConversation(p0));

            return(__ret);
        }
 public static unsafe global::Com.Applozic.Mobicommons.People.Channel.Conversation GetConversation(global::Android.Database.ICursor p0)
 {
     if (id_getConversation_Landroid_database_Cursor_ == IntPtr.Zero)
     {
         id_getConversation_Landroid_database_Cursor_ = JNIEnv.GetStaticMethodID(class_ref, "getConversation", "(Landroid/database/Cursor;)Lcom/applozic/mobicommons/people/channel/Conversation;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Applozic.Mobicommons.People.Channel.Conversation __ret = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicommons.People.Channel.Conversation> (JNIEnv.CallStaticObjectMethod(class_ref, id_getConversation_Landroid_database_Cursor_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
Пример #4
0
        public virtual unsafe void AddConversation(global::Com.Applozic.Mobicommons.People.Channel.Conversation p0)
        {
            if (id_addConversation_Lcom_applozic_mobicommons_people_channel_Conversation_ == IntPtr.Zero)
            {
                id_addConversation_Lcom_applozic_mobicommons_people_channel_Conversation_ = JNIEnv.GetMethodID(class_ref, "addConversation", "(Lcom/applozic/mobicommons/people/channel/Conversation;)V");
            }
            try {
                JValue *__args = stackalloc JValue [1];
                __args [0] = new JValue(p0);

                if (((object)this).GetType() == ThresholdType)
                {
                    JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_addConversation_Lcom_applozic_mobicommons_people_channel_Conversation_, __args);
                }
                else
                {
                    JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "addConversation", "(Lcom/applozic/mobicommons/people/channel/Conversation;)V"), __args);
                }
            } finally {
            }
        }
Пример #5
0
        public virtual unsafe global::Java.Lang.Integer CreateConversation(global::Com.Applozic.Mobicommons.People.Channel.Conversation p0)
        {
            if (id_createConversation_Lcom_applozic_mobicommons_people_channel_Conversation_ == IntPtr.Zero)
            {
                id_createConversation_Lcom_applozic_mobicommons_people_channel_Conversation_ = JNIEnv.GetMethodID(class_ref, "createConversation", "(Lcom/applozic/mobicommons/people/channel/Conversation;)Ljava/lang/Integer;");
            }
            try {
                JValue *__args = stackalloc JValue [1];
                __args [0] = new JValue(p0);

                global::Java.Lang.Integer __ret;
                if (((object)this).GetType() == ThresholdType)
                {
                    __ret = global::Java.Lang.Object.GetObject <global::Java.Lang.Integer> (JNIEnv.CallObjectMethod(((global::Java.Lang.Object) this).Handle, id_createConversation_Lcom_applozic_mobicommons_people_channel_Conversation_, __args), JniHandleOwnership.TransferLocalRef);
                }
                else
                {
                    __ret = global::Java.Lang.Object.GetObject <global::Java.Lang.Integer> (JNIEnv.CallNonvirtualObjectMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "createConversation", "(Lcom/applozic/mobicommons/people/channel/Conversation;)Ljava/lang/Integer;"), __args), JniHandleOwnership.TransferLocalRef);
                }
                return(__ret);
            } finally {
            }
        }
Пример #6
0
 static void n_AddConversation_Lcom_applozic_mobicommons_people_channel_Conversation_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Applozic.Mobicomkit.Api.Conversation.Service.ConversationService __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Api.Conversation.Service.ConversationService> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Applozic.Mobicommons.People.Channel.Conversation p0 = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicommons.People.Channel.Conversation> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.AddConversation(p0);
 }
 static void n_SetResponse_Lcom_applozic_mobicommons_people_channel_Conversation_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Applozic.Mobicomkit.Feed.ConversationFeed        __this = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicomkit.Feed.ConversationFeed> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Applozic.Mobicommons.People.Channel.Conversation p0     = global::Java.Lang.Object.GetObject <global::Com.Applozic.Mobicommons.People.Channel.Conversation> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetResponse(p0);
 }
		static void n_SetTopicLocalImageUri_Ljava_lang_String_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			string p0 = JNIEnv.GetString (native_p0, JniHandleOwnership.DoNotTransfer);
			__this.TopicLocalImageUri = p0;
		}
		static IntPtr n_GetUserId (IntPtr jnienv, IntPtr native__this)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			return JNIEnv.NewString (__this.UserId);
		}
		static void n_SetSupportIds_Ljava_util_List_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			var p0 = global::Android.Runtime.JavaList<string>.FromJniHandle (native_p0, JniHandleOwnership.DoNotTransfer);
			__this.SupportIds = p0;
		}
		static IntPtr n_GetSupportIds (IntPtr jnienv, IntPtr native__this)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			return global::Android.Runtime.JavaList<string>.ToLocalJniHandle (__this.SupportIds);
		}
		static void n_SetId_Ljava_lang_Integer_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			global::Java.Lang.Integer p0 = global::Java.Lang.Object.GetObject<global::Java.Lang.Integer> (native_p0, JniHandleOwnership.DoNotTransfer);
			__this.Id = p0;
		}
		static void n_SetCreated_Z (IntPtr jnienv, IntPtr native__this, bool p0)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			__this.Created = p0;
		}
		static bool n_IsCreated (IntPtr jnienv, IntPtr native__this)
		{
			global::Com.Applozic.Mobicommons.People.Channel.Conversation __this = global::Java.Lang.Object.GetObject<global::Com.Applozic.Mobicommons.People.Channel.Conversation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
			return __this.Created;
		}