コード例 #1
0
 public static void Open(global::Com.Adobe.Mobile.MediaSettings p0, global::Com.Adobe.Mobile.Media.IMediaCallback p1)
 {
     if (id_open_Lcom_adobe_mobile_MediaSettings_Lcom_adobe_mobile_Media_MediaCallback_ == IntPtr.Zero)
     {
         id_open_Lcom_adobe_mobile_MediaSettings_Lcom_adobe_mobile_Media_MediaCallback_ = JNIEnv.GetStaticMethodID(class_ref, "open", "(Lcom/adobe/mobile/MediaSettings;Lcom/adobe/mobile/Media$MediaCallback;)V");
     }
     JNIEnv.CallStaticVoidMethod(class_ref, id_open_Lcom_adobe_mobile_MediaSettings_Lcom_adobe_mobile_Media_MediaCallback_, new JValue(p0), new JValue(p1));
 }
コード例 #2
0
 static void n_Call_Ljava_lang_Object_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Adobe.Mobile.Media.IMediaCallback __this = global::Java.Lang.Object.GetObject <global::Com.Adobe.Mobile.Media.IMediaCallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Object p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Call(p0);
 }