This commit is contained in:
2020-12-01 23:32:28 +08:00
parent 98f0941160
commit e786fd266d
15 changed files with 294 additions and 1 deletions

View File

@@ -216,6 +216,11 @@ public class U3dPlugin {
return mediaPlayer.getProgress();
}
//取得记录记录
public String getCallLog() {
return CallLogUtl.getCallLogJson(UnityPlayer.currentActivity);
}
public static void UnitySendMessage(String CallbackFunc, String retCode,
String orgs) {
if (u3dListener.isEmpty()) {