Package-level declarations

Types

Link copied to clipboard
data class Anchor(val height: Float, val width: Float, val x: Float, val y: Float)

Represents the position and size for iOS popover presentation.

Link copied to clipboard
interface Share

Interface for sharing files

Link copied to clipboard
data class SharingOptions(val iosAnchor: Anchor? = null, val iosUTI: String? = null, val androidDialogTitle: String? = null, val androidMimeType: String? = null)

Configuration options for sharing behavior across platforms.

Functions

Link copied to clipboard

Implementation of rememberShare function on Android

Remember a sharing function that uses the native sharing mechanism of the platform.

actual fun rememberShare(): Share

Implementation of rememberShare function on iOS