supabase-kt
Toggle table of contents
3.2.3
common
Platform filter
common
Switch theme
Search in API
supabase-kt
auth-kt
/
io.github.jan.supabase.auth
/
UrlLauncher
Url
Launcher
fun
interface
UrlLauncher
(
source
)
A
UrlLauncher
is used to open a URL in the system browser.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
open
Url
Link copied to clipboard
abstract
suspend
fun
openUrl
(
supabase
:
SupabaseClient
,
url
:
String
)
Open the given URL in the system browser.