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-provider-Telephony_MmsSms_PendingMessages"))]
__jni_bindgen! {
    /// public final class [Telephony.MmsSms.PendingMessages](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html)
    ///
    /// Required feature: "android-provider-Telephony_MmsSms_PendingMessages"
    public final class Telephony_MmsSms_PendingMessages ("android/provider/Telephony$MmsSms$PendingMessages") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {

        /// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#CONTENT_URI)
        ///
        /// Required feature: "android-net-Uri"
        #[cfg(any(feature = "all", feature = "android-net-Uri"))]
        pub fn CONTENT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
            unsafe {
                let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/Telephony$MmsSms$PendingMessages\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
                env.get_static_object_field(__jni_class, __jni_field)
            }
        }

        /// public static final [DUE_TIME](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#DUE_TIME)
        pub const DUE_TIME : &'static str = "due_time";

        /// public static final [ERROR_CODE](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#ERROR_CODE)
        pub const ERROR_CODE : &'static str = "err_code";

        /// public static final [ERROR_TYPE](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#ERROR_TYPE)
        pub const ERROR_TYPE : &'static str = "err_type";

        /// public static final [LAST_TRY](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#LAST_TRY)
        pub const LAST_TRY : &'static str = "last_try";

        /// public static final [MSG_ID](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#MSG_ID)
        pub const MSG_ID : &'static str = "msg_id";

        /// public static final [MSG_TYPE](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#MSG_TYPE)
        pub const MSG_TYPE : &'static str = "msg_type";

        /// public static final [PROTO_TYPE](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#PROTO_TYPE)
        pub const PROTO_TYPE : &'static str = "proto_type";

        /// public static final [RETRY_INDEX](https://developer.android.com/reference/android/provider/Telephony.MmsSms.PendingMessages.html#RETRY_INDEX)
        pub const RETRY_INDEX : &'static str = "retry_index";
    }
}