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/WebNotificationDelegateWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char WebNotificationDelegate::name[];
constexpr char WebNotificationDelegate::OnCloseNotification_t::name[];
constexpr char WebNotificationDelegate::OnCloseNotification_t::signature[];
auto WebNotificationDelegate::OnCloseNotification(mozilla::jni::Object::Param a0) const -> void
{
return mozilla::jni::Method<OnCloseNotification_t>::Call(WebNotificationDelegate::mCtx, nullptr, a0);
}
constexpr char WebNotificationDelegate::OnShowNotification_t::name[];
constexpr char WebNotificationDelegate::OnShowNotification_t::signature[];
auto WebNotificationDelegate::OnShowNotification(mozilla::jni::Object::Param a0) const -> void
{
return mozilla::jni::Method<OnShowNotification_t>::Call(WebNotificationDelegate::mCtx, nullptr, a0);
}
} /* java */
} /* mozilla */