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

        /// public static final [_ID](https://developer.android.com/reference/android/provider/BaseColumns.html#_ID)
        pub const _ID : &'static str = "_id";

        /// public static final [_COUNT](https://developer.android.com/reference/android/provider/BaseColumns.html#_COUNT)
        pub const _COUNT : &'static str = "_count";
    }
}