fix:1、修复bug
This commit is contained in:
@@ -5,10 +5,10 @@ public class BrigdeIOS
|
||||
|
||||
[DllImport("__Internal")]
|
||||
public static extern void copyText(string text);
|
||||
[DllImport("__Internal")]
|
||||
public static extern void SaveVideoWithCustomDate(string videoPath);
|
||||
[DllImport("__Internal")]
|
||||
public static extern void SaveImageWithCustomDate(string imagePath);
|
||||
// [DllImport("__Internal")]
|
||||
// public static extern void SaveVideoWithCustomDate(string videoPath);
|
||||
// [DllImport("__Internal")]
|
||||
// public static extern void SaveImageWithCustomDate(string imagePath);
|
||||
[DllImport("__Internal")]
|
||||
public static extern void TrackProduct(string eventName, string dictionaryJson);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user