- Author
- baorunchen
- Date
- 2020/3/18
- Note
- is used by the JNI generator to create the necessary JNI bindings and expose this method to native code.
- Proguard Rules
-keep
class com.alivc.live.pusher.CalledByNative { *; }
-keep,allowobfuscation
interface com.alivc.live.pusher.CalledByNative
-keep @
com.alivc.live.pusher.CalledByNative class * {
*;
}
-keepclassmembers class * {
}
Definition at line 38 of file CalledByNative.java.