1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
// 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_StreamingErrors"))]
__jni_bindgen! {
    /// public class [MbmsErrors.StreamingErrors](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.StreamingErrors.html)
    ///
    /// Required feature: "android-telephony-mbms-MbmsErrors_StreamingErrors"
    public class MbmsErrors_StreamingErrors ("android/telephony/mbms/MbmsErrors$StreamingErrors") extends crate::java::lang::Object {

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

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

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