ReferrerDetails

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

Represents an install referrer information.

Constructors

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

Properties