Skip to content

SharingApi

class SharingApi

Share link construction. Obtained from FrakClient.sharing.

NameSummary
buildLinksuspend fun buildLink(request: SharingRequest): String?
Builds a share link for request.
buildLinkAsyncfun buildLinkAsync(request: SharingRequest): CompletableFuture<String?>
buildLink for Java. Completes with null on the same “nothing to link to” path, and completes exceptionally with a FrakError wrapped in a CompletionException otherwise.