示例#1
0
 static IntPtr n_SetRandomizationFactor_D(IntPtr jnienv, IntPtr native__this, double p0)
 {
     global::Com.Liveperson.Infra.Network.ExponentialBackOff.Builder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.ExponentialBackOff.Builder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.SetRandomizationFactor(p0)));
 }
示例#2
0
 static IntPtr n_SetMaxIntervalMillis_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Liveperson.Infra.Network.ExponentialBackOff.Builder __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.ExponentialBackOff.Builder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.SetMaxIntervalMillis(p0)));
 }