Browse Source

kochava增加deviceId获取

zk 1 year ago
parent
commit
2c06c832e6

+ 4 - 0
app/src/main/java/com/atmob/voiceai/sdk/kochava/KochavaHelper.java

@@ -96,6 +96,10 @@ public class KochavaHelper {
         return attributed != null && attributed;
     }
 
+    public static String getDeviceId() {
+        return Tracker.getInstance().getDeviceId();
+    }
+
     @FunctionalInterface
     public interface AttributionResultCallback {
         void onResult(boolean attributed);