ReferrerDetails

data class ReferrerDetails(val installReferrer: String, val referrerClickTimestampSeconds: Long, val installBeginTimestampSeconds: Long)

Advertising Id Info

Constructors

Link copied to clipboard
constructor(installReferrer: String, referrerClickTimestampSeconds: Long, installBeginTimestampSeconds: Long)

Properties