ShareButton

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

Function to share a link outside the application

Parameters

context

: the context where the share action has been requested

link

: the link to share


open fun ShareButton(context: Context, link: T, tint: Color)

Function to share a link outside the application

Parameters

context

: the context where the share action has been requested

link

: the link to share

tint

: the tint for the OptionButton