jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-view-HapticFeedbackConstants"))]
__jni_bindgen! {
    /// public class [HapticFeedbackConstants](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html)
    ///
    /// Required feature: "android-view-HapticFeedbackConstants"
    public class HapticFeedbackConstants ("android/view/HapticFeedbackConstants") extends crate::java::lang::Object {

        /// public static final [LONG_PRESS](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#LONG_PRESS)
        pub const LONG_PRESS : i32 = 0;

        /// public static final [VIRTUAL_KEY](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#VIRTUAL_KEY)
        pub const VIRTUAL_KEY : i32 = 1;

        /// public static final [KEYBOARD_TAP](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#KEYBOARD_TAP)
        pub const KEYBOARD_TAP : i32 = 3;

        /// public static final [FLAG_IGNORE_VIEW_SETTING](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#FLAG_IGNORE_VIEW_SETTING)
        pub const FLAG_IGNORE_VIEW_SETTING : i32 = 1;

        /// public static final [FLAG_IGNORE_GLOBAL_SETTING](https://developer.android.com/reference/android/view/HapticFeedbackConstants.html#FLAG_IGNORE_GLOBAL_SETTING)
        pub const FLAG_IGNORE_GLOBAL_SETTING : i32 = 2;
    }
}