// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-CalendarContract_ExtendedPropertiesColumns"))]
__jni_bindgen! {
/// public interface [CalendarContract.ExtendedPropertiesColumns](https://developer.android.com/reference/android/provider/CalendarContract.ExtendedPropertiesColumns.html)
///
/// Required feature: "android-provider-CalendarContract_ExtendedPropertiesColumns"
public interface CalendarContract_ExtendedPropertiesColumns ("android/provider/CalendarContract$ExtendedPropertiesColumns") extends crate::java::lang::Object {
/// public static final [EVENT_ID](https://developer.android.com/reference/android/provider/CalendarContract.ExtendedPropertiesColumns.html#EVENT_ID)
pub const EVENT_ID : &'static str = "event_id";
/// public static final [NAME](https://developer.android.com/reference/android/provider/CalendarContract.ExtendedPropertiesColumns.html#NAME)
pub const NAME : &'static str = "name";
/// public static final [VALUE](https://developer.android.com/reference/android/provider/CalendarContract.ExtendedPropertiesColumns.html#VALUE)
pub const VALUE : &'static str = "value";
}
}