kutils / com.celites.kutils / android.content.Context / share

share

fun Context.share(text: String): Boolean

Open Android's Share menu to share any Text

Parameters

text - : Message to share

Return
Boolean indicating whether this activity is available or not. Usually when there is a handler available for sharing, this method will start activity and return true. When there is no Intent Handlers available, it returns false.