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 473dc7e commit 0c3102dCopy full SHA for 0c3102d
parsely/src/main/java/com/parsely/parselyandroid/AdvertisementIdProvider.kt
@@ -23,6 +23,10 @@ internal class AdvertisementIdProvider(
23
}
24
25
26
+ /**
27
+ * @return advertisement id if the coroutine in the constructor finished executing AdvertisingIdClient#getAdvertisingIdInfo
28
+ * null otherwise
29
+ */
30
override fun provide(): String? = adKey
31
32
0 commit comments