Source code

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/WebNotificationActionWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char WebNotificationAction::name[];
constexpr char WebNotificationAction::New_t::name[];
constexpr char WebNotificationAction::New_t::signature[];
auto WebNotificationAction::New(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1) -> WebNotificationAction::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(WebNotificationAction::Context(), nullptr, a0, a1);
}
} /* java */
} /* mozilla */