toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.social
Package-level
declarations
Functions
Functions
open
Facebook
Page
Link copied to clipboard
inline
fun
Context
.
openFacebookPage
(
pageId
:
String
,
onCantHandleIntent
:
(
)
->
Unit
=
{}
)
open
Instagram
Link copied to clipboard
inline
fun
Context
.
openInstagram
(
userId
:
String
,
onCantHandleIntent
:
(
)
->
Unit
=
{}
)
open
Twitter
Link copied to clipboard
inline
fun
Context
.
openTwitter
(
userId
:
String
,
onCantHandleIntent
:
(
)
->
Unit
=
{}
)
open
Youtube
Channel
Link copied to clipboard
inline
fun
Context
.
openYoutubeChannel
(
channelId
:
String
,
onCantHandleIntent
:
(
)
->
Unit
=
{}
)