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 mozilla_java_GeckoBatteryManagerWrappers_h
#define mozilla_java_GeckoBatteryManagerWrappers_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/jni/Refs.h"
#endif
namespace mozilla {
namespace java {
class GeckoBatteryManager : public mozilla::jni::ObjectBase<GeckoBatteryManager>
{
public:
static constexpr char name[] =
"org/mozilla/gecko/GeckoBatteryManager";
explicit GeckoBatteryManager(const Context& ctx) : ObjectBase<GeckoBatteryManager>(ctx) {}
// Suggested header signature for native method:
// static void OnBatteryChange(double, bool, double);
struct OnBatteryChange_t {
typedef GeckoBatteryManager Owner;
typedef void ReturnType;
typedef void SetterType;
typedef mozilla::jni::Args<
double,
bool,
double> Args;
static constexpr char name[] = "onBatteryChange";
static constexpr char signature[] =
"(DZD)V";
static const bool isStatic = true;
static const mozilla::jni::ExceptionMode exceptionMode =
mozilla::jni::ExceptionMode::ABORT;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::UI;
static const mozilla::jni::DispatchTarget dispatchTarget =
mozilla::jni::DispatchTarget::GECKO;
};
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::UI;
template<class Impl> class Natives;
};
} /* java */
} /* mozilla */
#endif // mozilla_java_GeckoBatteryManagerWrappers_h