Source code
Generated file
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 Javamethods and rerun the build. Manually updating this file
// will cause your build to fail.
#include "MessageQueue.h"
#include "mozilla/jni/Accessors.h"
namespace mozilla {
namespace java {
namespace sdk {
constexpr char MessageQueue::name[];
constexpr char MessageQueue::IsIdle_t::name[];
constexpr char MessageQueue::IsIdle_t::signature[];
auto MessageQueue::IsIdle() const -> bool
{
return mozilla::jni::Method<IsIdle_t>::Call(MessageQueue::mCtx, nullptr);
}
} /* sdk */
} /* java */
} /* mozilla */