示例#1
0
 public void send(int arg0, android.app.PendingIntent.OnFinished arg1, android.os.Handler arg2)
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     if (!IsClrObject)
     {
         @__env.CallVoidMethod(this.JvmHandle, global::android.app.PendingIntent._send717, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg1), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg2));
     }
     else
     {
         @__env.CallNonVirtualVoidMethod(this.JvmHandle, global::android.app.PendingIntent.staticClass, global::android.app.PendingIntent._send717, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg1), global::MonoJavaBridge.JavaBridge.ConvertToValue(arg2));
     }
 }
示例#2
0
 internal FinishedDispatcher(android.app.PendingIntent pi, android.app.PendingIntent
                             .OnFinished who, android.os.Handler handler)
 {
     throw new System.NotImplementedException();
 }
示例#3
0
 public void send(android.content.Context context, int code, android.content.Intent
                  intent, android.app.PendingIntent.OnFinished onFinished, android.os.Handler handler
                  , string requiredPermission)
 {
     throw new System.NotImplementedException();
 }
示例#4
0
 public void send(int code, android.app.PendingIntent.OnFinished onFinished, android.os.Handler
                  handler)
 {
     throw new System.NotImplementedException();
 }