jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-CalendarContract_CalendarCacheColumns"))]
__jni_bindgen! {
    /// public interface [CalendarContract.CalendarCacheColumns](https://developer.android.com/reference/android/provider/CalendarContract.CalendarCacheColumns.html)
    ///
    /// Required feature: "android-provider-CalendarContract_CalendarCacheColumns"
    public interface CalendarContract_CalendarCacheColumns ("android/provider/CalendarContract$CalendarCacheColumns") extends crate::java::lang::Object {

        /// public static final [KEY](https://developer.android.com/reference/android/provider/CalendarContract.CalendarCacheColumns.html#KEY)
        pub const KEY : &'static str = "key";

        /// public static final [VALUE](https://developer.android.com/reference/android/provider/CalendarContract.CalendarCacheColumns.html#VALUE)
        pub const VALUE : &'static str = "value";
    }
}