com.taptap.sdk.moment 4.3.0 → 4.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
<repositories>
|
|
6
6
|
<repository>https://repo.maven.apache.org/maven2</repository>
|
|
7
7
|
</repositories>
|
|
8
|
-
<androidPackage spec="com.taptap.sdk:tap-moment-unity:4.3.
|
|
8
|
+
<androidPackage spec="com.taptap.sdk:tap-moment-unity:4.3.4"/>
|
|
9
9
|
</androidPackages>
|
|
10
10
|
<!-- iOS Cocoapod dependencies can be specified by each iosPod element. -->
|
|
11
11
|
<iosPods>
|
|
12
12
|
<sources>
|
|
13
13
|
<source>https://github.com/CocoaPods/Specs.git</source>
|
|
14
14
|
</sources>
|
|
15
|
-
<iosPod name="TapTapMomentSDK" version="~> 4.3.
|
|
15
|
+
<iosPod name="TapTapMomentSDK" version="~> 4.3.2" bitcodeEnabled="false" addToAllTargets="false"/>
|
|
16
16
|
</iosPods>
|
|
17
17
|
</dependencies>
|
|
18
18
|
|
|
@@ -44,7 +44,7 @@ namespace TapSDK.Moment
|
|
|
44
44
|
{
|
|
45
45
|
|
|
46
46
|
// 显示动态页面
|
|
47
|
-
public static void
|
|
47
|
+
public static void open()
|
|
48
48
|
{
|
|
49
49
|
TapTapMomentManager.Instance.OpenMoment();
|
|
50
50
|
}
|
|
@@ -69,7 +69,7 @@ namespace TapSDK.Moment
|
|
|
69
69
|
|
|
70
70
|
// 玩家可以在动态页面退出。 但在特定场景下,游戏可能需要主动关闭动态页面
|
|
71
71
|
// 比如,玩家排位等待结束,准备进入对局时提示玩家关闭动态页面,玩家确认后关闭
|
|
72
|
-
public static void
|
|
72
|
+
public static void CloseWithTitle(string title, string desc)
|
|
73
73
|
{
|
|
74
74
|
TapTapMomentManager.Instance.CloseWithConfirmWindow(title, desc);
|
|
75
75
|
}
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "com.taptap.sdk.moment",
|
|
3
3
|
"displayName": "TapTapSDK Moment",
|
|
4
4
|
"description": "TapTapSDK Moment",
|
|
5
|
-
"version": "4.3.
|
|
5
|
+
"version": "4.3.4",
|
|
6
6
|
"unity": "2019.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.taptap.sdk.core": "4.3.
|
|
10
|
-
"com.taptap.sdk.login": "4.3.
|
|
9
|
+
"com.taptap.sdk.core": "4.3.4",
|
|
10
|
+
"com.taptap.sdk.login": "4.3.4"
|
|
11
11
|
}
|
|
12
12
|
}
|
package/Plugins/iOS.meta
DELETED