Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/WebNotificationWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char WebNotification::name[];
constexpr char WebNotification::New_t::name[];
constexpr char WebNotification::New_t::signature[];
auto WebNotification::New(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, mozilla::jni::String::Param a2, mozilla::jni::String::Param a3, mozilla::jni::String::Param a4, mozilla::jni::String::Param a5, mozilla::jni::String::Param a6, bool a7, mozilla::jni::String::Param a8, bool a9, bool a10, mozilla::jni::IntArray::Param a11) -> WebNotification::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(WebNotification::Context(), nullptr, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
}
} /* java */
} /* mozilla */