# sharing

fun sharing(): [Interaction](/developers/references/android/id-frak-sdk-tracking/interaction/)

A share, timestamped at enqueue. What the sharing sheet reports when the user shares.

fun sharing(purchaseId: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)?): [Interaction](/developers/references/android/id-frak-sdk-tracking/interaction/)

A share tied to a purchase, timestamped at enqueue.

fun sharing(sharingTimestamp: [Long](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-long/index.html)?, purchaseId: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)?): [Interaction](/developers/references/android/id-frak-sdk-tracking/interaction/)

A share with an explicit timestamp and/or the purchase it followed. sharingTimestamp is Unix SECONDS; null is stamped at enqueue, so a queued event reports when the share happened rather than when it was delivered.