analysis: full official-app reverse artifacts (jadx sources, ghidra libcxsdk decomp, authoritative protocol conclusions) + docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package cn.com.magnity.magnitycx.sdk;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface DelegateDeviceConnected {
|
||||
void onDeviceConnected(UsbCommunication usbCommunication);
|
||||
|
||||
void onDeviceDisconnected();
|
||||
}
|
||||
Reference in New Issue
Block a user