static int n_GetRetryNumber(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.IBackOff __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.IBackOff> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.RetryNumber);
 }
 static void n_Reset(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.IBackOff __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.IBackOff> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Reset();
 }
 static long n_GetNextBackOffMillis(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.IBackOff __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.IBackOff> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.NextBackOffMillis);
 }