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-icu-text-CollationKey_BoundMode"))]
__jni_bindgen! {
    /// public final class [CollationKey.BoundMode](https://developer.android.com/reference/android/icu/text/CollationKey.BoundMode.html)
    ///
    /// Required feature: "android-icu-text-CollationKey_BoundMode"
    public final class CollationKey_BoundMode ("android/icu/text/CollationKey$BoundMode") extends crate::java::lang::Object {

        /// public static final [LOWER](https://developer.android.com/reference/android/icu/text/CollationKey.BoundMode.html#LOWER)
        pub const LOWER : i32 = 0;

        /// public static final [UPPER](https://developer.android.com/reference/android/icu/text/CollationKey.BoundMode.html#UPPER)
        pub const UPPER : i32 = 1;

        /// public static final [UPPER_LONG](https://developer.android.com/reference/android/icu/text/CollationKey.BoundMode.html#UPPER_LONG)
        pub const UPPER_LONG : i32 = 2;
    }
}