|
|
@@ -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);
|