Share

interface Share

Interface for sharing files

Functions

Link copied to clipboard
open operator fun invoke(data: String, options: SharingOptions? = null)

Share URL, text, or file using the specified options.

abstract operator fun invoke(data: List<String>, options: SharingOptions? = null)

Share a list of URL, text, or files using the specified options.