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-telephony-mbms-MbmsErrors"))]
__jni_bindgen! {
    /// public class [MbmsErrors](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.html)
    ///
    /// Required feature: "android-telephony-mbms-MbmsErrors"
    public class MbmsErrors ("android/telephony/mbms/MbmsErrors") extends crate::java::lang::Object {

        /// public static final [ERROR_MIDDLEWARE_LOST](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.html#ERROR_MIDDLEWARE_LOST)
        pub const ERROR_MIDDLEWARE_LOST : i32 = 3;

        /// public static final [ERROR_MIDDLEWARE_NOT_BOUND](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.html#ERROR_MIDDLEWARE_NOT_BOUND)
        pub const ERROR_MIDDLEWARE_NOT_BOUND : i32 = 2;

        /// public static final [ERROR_NO_UNIQUE_MIDDLEWARE](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.html#ERROR_NO_UNIQUE_MIDDLEWARE)
        pub const ERROR_NO_UNIQUE_MIDDLEWARE : i32 = 1;

        /// public static final [SUCCESS](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.html#SUCCESS)
        pub const SUCCESS : i32 = 0;

        /// public static final [UNKNOWN](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.html#UNKNOWN)
        pub const UNKNOWN : i32 = -1;
    }
}