android.app.PendingIntent.readPendingIntentOrNullFromParcel C# (CSharp) Метод

readPendingIntentOrNullFromParcel() публичный статический Метод

public static readPendingIntentOrNullFromParcel ( android arg0 ) : global::android.app.PendingIntent
arg0 android
Результат global::android.app.PendingIntent
        public static global::android.app.PendingIntent readPendingIntentOrNullFromParcel(android.os.Parcel arg0)
        {
            global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
            if (global::android.app.PendingIntent._m17.native == global::System.IntPtr.Zero)
                global::android.app.PendingIntent._m17 = @__env.GetStaticMethodIDNoThrow(global::android.app.PendingIntent.staticClass, "readPendingIntentOrNullFromParcel", "(Landroid/os/Parcel;)Landroid/app/PendingIntent;");
            return global::MonoJavaBridge.JavaBridge.WrapJavaObjectSealedClass<android.app.PendingIntent>(@__env.CallStaticObjectMethod(android.app.PendingIntent.staticClass, global::android.app.PendingIntent._m17, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0))) as android.app.PendingIntent;
        }