Sharing Options
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.
Parameters
ios Anchor
Position and size for iOS popover presentation (iPad only)
ios UTI
iOS Uniform Type Identifier for file type recognition
android Dialog Title
Title for Android share dialog
android Mime Type
MIME type override for Android (auto-detected if null)