#pragma once #include #include #include namespace mbgl { namespace android { using SuperTag = jni::ObjectTag; class Formatted : private mbgl::util::noncopyable { public: static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/types/Formatted"; }; static jni::Local> New(jni::JNIEnv&, const style::expression::Formatted &value); static void registerNative(jni::JNIEnv &); }; } // namespace android } // namespace mbgl