com.taptap.sdk.relation 4.10.3-beta.1 → 4.10.3
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.
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
<repositories>
|
|
5
5
|
<repository>https://repo.maven.apache.org/maven2</repository>
|
|
6
6
|
</repositories>
|
|
7
|
-
<androidPackage spec="com.taptap.sdk:tap-relation-unity:4.10.3
|
|
7
|
+
<androidPackage spec="com.taptap.sdk:tap-relation-unity:4.10.3" />
|
|
8
8
|
</androidPackages>
|
|
9
9
|
<iosPods>
|
|
10
10
|
<sources>
|
|
11
11
|
<source>https://github.com/CocoaPods/Specs.git</source>
|
|
12
12
|
</sources>
|
|
13
|
-
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Relation" version="4.10.3
|
|
13
|
+
<iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Relation" version="4.10.3" />
|
|
14
14
|
</iosPods>
|
|
15
15
|
</dependencies>
|
|
@@ -27,7 +27,7 @@ namespace TapSDK.Relation.Internal
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
internal void Init(string clientId, TapTapRegionType regionType, int screenOrientation)
|
|
31
31
|
{
|
|
32
32
|
platformWrapper?.Init(clientId, regionType, screenOrientation);
|
|
33
33
|
}
|
|
@@ -54,7 +54,7 @@ namespace TapSDK.Relation.Internal
|
|
|
54
54
|
|
|
55
55
|
public void ShowTapUserProfile(string openId, string unionId)
|
|
56
56
|
{
|
|
57
|
-
platformWrapper?.ShowTapUserProfile(openId, unionId);
|
|
57
|
+
platformWrapper?.ShowTapUserProfile(openId ?? "", unionId ?? "");
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
public void GetNewFansCount(Action<int> callback)
|
|
@@ -15,11 +15,6 @@ namespace TapSDK.Relation
|
|
|
15
15
|
public class TapTapRelation
|
|
16
16
|
{
|
|
17
17
|
|
|
18
|
-
public static void Init(string clientId, TapTapRegionType regionType, int screenOrientation)
|
|
19
|
-
{
|
|
20
|
-
TapTapRelationManager.Instance.Init(clientId, regionType, screenOrientation);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
18
|
public static void StartMessenger()
|
|
24
19
|
{
|
|
25
20
|
TapTapRelationManager.Instance.StartMessenger();
|
|
@@ -71,7 +66,7 @@ namespace TapSDK.Relation
|
|
|
71
66
|
}
|
|
72
67
|
|
|
73
68
|
|
|
74
|
-
public static readonly string Version = "4.10.3
|
|
69
|
+
public static readonly string Version = "4.10.3";
|
|
75
70
|
|
|
76
71
|
|
|
77
72
|
}
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "com.taptap.sdk.relation",
|
|
3
3
|
"displayName": "TapTapSDK Relation",
|
|
4
4
|
"description": "TapTapSDK Relation",
|
|
5
|
-
"version": "4.10.3
|
|
5
|
+
"version": "4.10.3",
|
|
6
6
|
"unity": "2020.3.0f1",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.taptap.sdk.core": "4.10.3
|
|
10
|
-
"com.taptap.sdk.login": "4.10.3
|
|
9
|
+
"com.taptap.sdk.core": "4.10.3",
|
|
10
|
+
"com.taptap.sdk.login": "4.10.3"
|
|
11
11
|
}
|
|
12
12
|
}
|