static void n_ApplyLoadStatusForUploadFlow_Lcom_liveperson_infra_database_tables_FilesTable_LoadStatus_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsDownloadableFileViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsDownloadableFileViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Database.Tables.filesTable.LoadStatus p0 = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Database.Tables.filesTable.LoadStatus> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.ApplyLoadStatusForUploadFlow(p0);
 }
 static void n_StopAnimation(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsDownloadableFileViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsDownloadableFileViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.StopAnimation();
 }
 static int n_GetFailedDownloadDrawableResourceId(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsDownloadableFileViewHolder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.View.Adapter.Viewholder.AmsDownloadableFileViewHolder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.FailedDownloadDrawableResourceId);
 }