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
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-text-style-WrapTogetherSpan"))]
__jni_bindgen! {
    /// public interface [WrapTogetherSpan](https://developer.android.com/reference/android/text/style/WrapTogetherSpan.html)
    ///
    /// Required feature: "android-text-style-WrapTogetherSpan"
    public interface WrapTogetherSpan ("android/text/style/WrapTogetherSpan") extends crate::java::lang::Object, implements crate::android::text::style::ParagraphStyle {
    }
}