We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988ff4b commit 7533f97Copy full SHA for 7533f97
parsely/src/main/java/com/parsely/parselyandroid/AdvertisementIdProvider.kt
@@ -16,8 +16,7 @@ internal class AdvertisementIdProvider(
16
init {
17
coroutineScope.launch {
18
try {
19
- val idInfo = AdvertisingIdClient.getAdvertisingIdInfo(context)
20
- idInfo.id
+ adKey = AdvertisingIdClient.getAdvertisingIdInfo(context).id
21
} catch (e: Exception) {
22
ParselyTracker.PLog("No Google play services or error!")
23
}
0 commit comments