Skip to content

Commit 0c3102d

Browse files
committed
chore: add a comment for AdvertisementIdProvider#provide
1 parent 473dc7e commit 0c3102d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

parsely/src/main/java/com/parsely/parselyandroid/AdvertisementIdProvider.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ internal class AdvertisementIdProvider(
2323
}
2424
}
2525

26+
/**
27+
* @return advertisement id if the coroutine in the constructor finished executing AdvertisingIdClient#getAdvertisingIdInfo
28+
* null otherwise
29+
*/
2630
override fun provide(): String? = adKey
2731
}
2832

0 commit comments

Comments
 (0)