openLink

open fun openLink(context: Context, link: T)

Function to open a link

Parameters

context

: the context where this function has been invoked

link

: the link to open


open fun openLink(context: Context, link: String)

Function to open a link

Parameters

context

: the context where this function has been invoked

link

: the link url to open