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

browseUrl

fun Context.browseUrl(url: String): Boolean

Opens browser from Given URL

Parameters

url - Url to open

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