static void n_Visit_Lcom_liveperson_infra_sdkstatemachine_events_ShutDownEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Sdkstatemachine.BaseInfraState       __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Sdkstatemachine.BaseInfraState> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Sdkstatemachine.Events.ShutDownEvent p0     = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Sdkstatemachine.Events.ShutDownEvent> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Visit(p0);
 }
 static void n_ActionOnExit(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Sdkstatemachine.BaseInfraState __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Sdkstatemachine.BaseInfraState> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ActionOnExit();
 }