System share sheet. Opens the OS share dialog with a piece of content. Fire-and-forget — no response arrives in the BEAM.
Usage
def handle_event("share", _params, socket) do
Mob.Share.text(socket, "Check out Mob: https://github.com/genericjam/mob")
{:noreply, socket}
endiOS: UIActivityViewController
Android: Intent.ACTION_SEND via Intent.createChooser
Summary
Functions
Open the share sheet with plain text. Returns the socket unchanged.
Functions
@spec text(Mob.Socket.t(), binary()) :: Mob.Socket.t()
Open the share sheet with plain text. Returns the socket unchanged.