call log
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user