Class

PlatformTransferableContent

All the platform-specific information regarding a TransferableContent that cannot be abstracted away in a platform agnostic way.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Common

Added in 1.11.0-rc01

@ExperimentalFoundationApi expect class PlatformTransferableContent

All the platform-specific information regarding a TransferableContent that cannot be abstracted away in a platform agnostic way.

Source set: Android

Added in 1.11.0-rc01

@ExperimentalFoundationApi
actual class PlatformTransferableContent
internal constructor(val linkUri: Uri?, val extras: Bundle)

Android specific parts of TransferableContent.