share As Text
inline fun ManagedActivityResultLauncher<Intent, ActivityResult>.shareAsText(text: String, onAppNotFound: (Exception) -> Unit)
A shortcut for sending messages to any social media app installed in the user's device. This will optionally return an activity result as it's why an extension for ManagedActivityResultLauncher.
Parameters
text
the message to send.
on App Not Found
a callback for error, if ever no apps are installed that can handle the request.