com.taptap.sdk.moment 4.5.0 → 4.5.1

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-moment-unity:4.5.0"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-moment-unity:4.5.1"/>
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
11
11
  <source>https://github.com/CocoaPods/Specs.git</source>
12
12
  </sources>
13
- <iosPod name="TapTapMomentSDK" version="~> 4.5.0" bitcodeEnabled="false" addToAllTargets="false"/>
13
+ <iosPod name="TapTapMomentSDK" version="~> 4.5.1" bitcodeEnabled="false" addToAllTargets="false"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -16,11 +16,15 @@ namespace TapSDK.Moment.Mobile
16
16
  {
17
17
  private const string SERVICE_NAME = "BridgeMomentService";
18
18
 
19
- public void Init(string clientId, TapTapRegionType regionType)
20
- {
19
+ public TapTapMomentImpl(){
21
20
  EngineBridge.GetInstance().Register(
22
21
  "com.taptap.sdk.moment.unity.BridgeMomentService",
23
22
  "com.taptap.sdk.moment.unity.BridgeMomentServiceImpl");
23
+ }
24
+
25
+ public void Init(string clientId, TapTapRegionType regionType)
26
+ {
27
+
24
28
  #if UNITY_IOS
25
29
  if (Platform.IsIOS())
26
30
  {
@@ -43,7 +43,7 @@ namespace TapSDK.Moment
43
43
  public class TapTapMoment
44
44
  {
45
45
 
46
- public static readonly string Version = "4.5.0";
46
+ public static readonly string Version = "4.5.1";
47
47
 
48
48
  // 显示动态页面
49
49
  public static void open()
package/link.xml ADDED
@@ -0,0 +1,4 @@
1
+ <linker>
2
+ <assembly fullname="TapTap.Moment.Runtime" preserve="all" />
3
+ <assembly fullname="TapTap.Moment.Mobile.Runtime" preserve="all" />
4
+ </linker>
package/link.xml.meta ADDED
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: c8333f409c90c4c43805a15a94bd52ac
3
+ TextScriptImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
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.5.0",
5
+ "version": "4.5.1",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.5.0",
10
- "com.taptap.sdk.login": "4.5.0"
9
+ "com.taptap.sdk.core": "4.5.1",
10
+ "com.taptap.sdk.login": "4.5.1"
11
11
  }
12
12
  }