Source set: Android
public class PlatformTransferableContent internal constructor(public val linkUri: Uri?, public val extras: Bundle)
Android specific parts of TransferableContent.
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String
Source set: Common
@ExperimentalFoundationApi public class PlatformTransferableContent
All the platform-specific information regarding a TransferableContent that cannot be abstracted away in a platform agnostic way.