shareDeepLink

fun shareDeepLink(context: Context, deepLink: String?)

Shares a deep link using Android's share sheet.

This method creates an intent to share the provided deep link as plain text via any compatible app (e.g., messaging, email, social media).

Parameters

context

The context from which the share sheet will be launched.

deepLink

The deep link URL to be shared. Can be null.