static void n_OnMetricEvent_Lcom_amazon_clouddrive_metrics_MetricEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amazon.Clouddrive.Metrics.IMetricListener __this = global::Java.Lang.Object.GetObject <global::Com.Amazon.Clouddrive.Metrics.IMetricListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Amazon.Clouddrive.Metrics.MetricEvent     p0     = global::Java.Lang.Object.GetObject <global::Com.Amazon.Clouddrive.Metrics.MetricEvent> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnMetricEvent(p0);
 }
Exemplo n.º 2
0
 static void n_SetMetricListener_Lcom_amazon_clouddrive_metrics_MetricListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amazon.Clouddrive.Configuration.ClientConfiguration __this = global::Java.Lang.Object.GetObject <global::Com.Amazon.Clouddrive.Configuration.ClientConfiguration> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Amazon.Clouddrive.Metrics.IMetricListener           p0     = (global::Com.Amazon.Clouddrive.Metrics.IMetricListener)global::Java.Lang.Object.GetObject <global::Com.Amazon.Clouddrive.Metrics.IMetricListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.MetricListener = p0;
 }