Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
File Library
/
com.cloudike.sdk.files.sharing
/
FileSharing
File
Sharing
interface
FileSharing
Members
Functions
create
Not
My
FSRoots
Paging
Flow
Link copied to clipboard
abstract
fun
createNotMyFSRootsPagingFlow
(
)
:
Flow
<
List
<
NotMyFSRootItem
>
>
fetch
Shared
With
Me
Roots
Link copied to clipboard
abstract
suspend
fun
fetchSharedWithMeRoots
(
)
open
Shared
Link
Link copied to clipboard
abstract
suspend
fun
openSharedLink
(
sharedLinkId
:
String
,
password
:
String
?
)
:
Any
?