static int n_GetLeftPadding(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.LeftPadding);
 }
 static void n_SetRootElement_Lcom_liveperson_messaging_structuredcontent_model_elements_SimpleElement_Lcom_liveperson_infra_messaging_ui_uicomponents_list_OnSCActionClickListener_Lcom_liveperson_infra_messaging_ui_uicomponents_structuredcontent_QRActionClickListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, IntPtr native_p2)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Messaging.Structuredcontent.Model.Elements.SimpleElement                 p0           = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Structuredcontent.Model.Elements.SimpleElement> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.List.OnSCActionClickListener             p1           = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.List.OnSCActionClickListener> (native_p1, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Structuredcontent.IQRActionClickListener p2           = (global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Structuredcontent.IQRActionClickListener)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Structuredcontent.IQRActionClickListener> (native_p2, JniHandleOwnership.DoNotTransfer);
     __this.SetRootElement(p0, p1, p2);
 }
 static void n_ShowTimestamp_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ShowTimestamp(p0);
 }
 static void n_OnChangeContainerSize_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsAgentStructuredContentViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnChangeContainerSize(p0);
 }