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 = "org-apache-http-cookie-SM"))]
__jni_bindgen! {
    /// public interface [SM](https://developer.android.com/reference/org/apache/http/cookie/SM.html)
    ///
    /// Required feature: "org-apache-http-cookie-SM"
    #[deprecated] public interface SM ("org/apache/http/cookie/SM") extends crate::java::lang::Object {

        /// public static final [COOKIE](https://developer.android.com/reference/org/apache/http/cookie/SM.html#COOKIE)
        pub const COOKIE : &'static str = "Cookie";

        /// public static final [COOKIE2](https://developer.android.com/reference/org/apache/http/cookie/SM.html#COOKIE2)
        pub const COOKIE2 : &'static str = "Cookie2";

        /// public static final [SET_COOKIE](https://developer.android.com/reference/org/apache/http/cookie/SM.html#SET_COOKIE)
        pub const SET_COOKIE : &'static str = "Set-Cookie";

        /// public static final [SET_COOKIE2](https://developer.android.com/reference/org/apache/http/cookie/SM.html#SET_COOKIE2)
        pub const SET_COOKIE2 : &'static str = "Set-Cookie2";
    }
}