PlatformTransferableContent



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

Summary

Public functions

open operator Boolean
equals(other: Any?)
android
open Int
android
open String
android

Public properties

Bundle

Extras bundle that's passed by InputConnection#commitContent.

android
Uri?

Only supplied by InputConnection#commitContent.

android
Transferable
android

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

extras

val extrasBundle

Extras bundle that's passed by InputConnection#commitContent.

linkUri

val linkUriUri?

Only supplied by InputConnection#commitContent.

transferable

val transferableTransferable